snippetdlg.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './snippetdlg.ui' 00003 ** 00004 ** Created: Tue Feb 22 08:59:38 2005 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.4 edited Nov 24 2003 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef SNIPPETDLG_H 00011 #define SNIPPETDLG_H 00012 00013 #include <qvariant.h> 00014 #include <qpixmap.h> 00015 #include <qdialog.h> 00016 00017 class QVBoxLayout; 00018 class QHBoxLayout; 00019 class QGridLayout; 00020 class QSpacerItem; 00021 class KPushButton; 00022 class KLineEdit; 00023 class KTextEdit; 00024 class QLabel; 00025 class QToolButton; 00026 00027 class SnippetDlg : public QDialog 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 SnippetDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00033 ~SnippetDlg(); 00034 00035 KPushButton* btnAdd; 00036 KPushButton* btnCancel; 00037 KLineEdit* snippetName; 00038 KTextEdit* snippetText; 00039 QLabel* textLabel2; 00040 QLabel* textLabel1; 00041 QToolButton* toolBtnHelp; 00042 00043 public slots: 00044 virtual void slotHelp(); 00045 00046 protected: 00047 QGridLayout* SnippetDlgLayout; 00048 QHBoxLayout* layout5; 00049 QSpacerItem* spacer1; 00050 QGridLayout* layout3; 00051 QSpacerItem* spacer2; 00052 00053 protected slots: 00054 virtual void languageChange(); 00055 00056 private: 00057 QPixmap image0; 00058 00059 }; 00060 00061 #endif // SNIPPETDLG_H