kmail
customtemplates_base.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './customtemplates_base.ui' 00003 ** 00004 ** Created: Fri Sep 18 10:57:10 2009 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.7 edited Aug 31 2005 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef _H 00011 #define _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 KMFilterActionWithAddressWidget; 00023 class KLineEdit; 00024 class KPushButton; 00025 class QListView; 00026 class QListViewItem; 00027 class KActiveLabel; 00028 class QFrame; 00029 class QLabel; 00030 class QTextEdit; 00031 class QComboBox; 00032 class KKeyButton; 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 KLineEdit* mName; 00043 KPushButton* mAdd; 00044 KPushButton* mRemove; 00045 QListView* mList; 00046 KActiveLabel* mHelp; 00047 QFrame* mEditFrame; 00048 QLabel* mToLabel; 00049 QLabel* mCCLabel; 00050 KMFilterActionWithAddressWidget* mToEdit; 00051 KMFilterActionWithAddressWidget* mCCEdit; 00052 QTextEdit* mEdit; 00053 QComboBox* mType; 00054 QLabel* textLabel1_2; 00055 QLabel* textLabel1; 00056 TemplatesInsertCommand* mInsertCommand; 00057 KKeyButton* mKeyButton; 00058 00059 public slots: 00060 virtual void mAdd_clicked(); 00061 virtual void mRemove_clicked(); 00062 00063 protected: 00064 QGridLayout* grid; 00065 QVBoxLayout* layout9; 00066 QHBoxLayout* layout8; 00067 QVBoxLayout* mEditFrameLayout; 00068 QHBoxLayout* layout8_2; 00069 QVBoxLayout* layout6; 00070 QVBoxLayout* layout7; 00071 QGridLayout* layout4; 00072 00073 protected slots: 00074 virtual void languageChange(); 00075 00076 private: 00077 QPixmap image0; 00078 QPixmap image1; 00079 00080 }; 00081 00082 #endif // _H