kmail
customtemplates_base.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './customtemplates_base.ui' 00003 ** 00004 ** Created: Thu Mar 29 06:04:00 2007 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.8 edited Jan 11 14:47 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef FORM1_H 00011 #define FORM1_H 00012 00013 #include <qvariant.h> 00014 #include <qpixmap.h> 00015 #include <qwidget.h> 00016 00017 class QVBoxLayout; 00018 class QHBoxLayout; 00019 class QGridLayout; 00020 class QSpacerItem; 00021 class TemplatesInsertCommand; 00022 class QSplitter; 00023 class KLineEdit; 00024 class KPushButton; 00025 class QListView; 00026 class QListViewItem; 00027 class QFrame; 00028 class QTextEdit; 00029 class QComboBox; 00030 class QLabel; 00031 class KKeyButton; 00032 class KActiveLabel; 00033 00034 class CustomTemplatesBase : public QWidget 00035 { 00036 Q_OBJECT 00037 00038 public: 00039 CustomTemplatesBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00040 ~CustomTemplatesBase(); 00041 00042 QSplitter* splitter2; 00043 KLineEdit* mName; 00044 KPushButton* mAdd; 00045 KPushButton* mRemove; 00046 QListView* mList; 00047 QFrame* mEditFrame; 00048 QTextEdit* mEdit; 00049 QComboBox* mType; 00050 QLabel* textLabel1_2; 00051 QLabel* textLabel1; 00052 TemplatesInsertCommand* mInsertCommand; 00053 KKeyButton* mKeyButton; 00054 KActiveLabel* mHelp; 00055 00056 public slots: 00057 virtual void mAdd_clicked(); 00058 virtual void mRemove_clicked(); 00059 00060 protected: 00061 QVBoxLayout* Form1Layout; 00062 QVBoxLayout* layout9; 00063 QHBoxLayout* layout8; 00064 QVBoxLayout* mEditFrameLayout; 00065 QGridLayout* layout4; 00066 00067 protected slots: 00068 virtual void languageChange(); 00069 00070 private: 00071 QPixmap image0; 00072 00073 }; 00074 00075 #endif // FORM1_H