kmail
folderpropertiesdialog.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './folderpropertiesdialog.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 KMFOLDERDIALOGUI_H 00011 #define KMFOLDERDIALOGUI_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 #include <qvaluelist.h> 00016 00017 class QVBoxLayout; 00018 class QHBoxLayout; 00019 class QGridLayout; 00020 class QSpacerItem; 00021 class QGroupBox; 00022 class QLineEdit; 00023 class QLabel; 00024 class QCheckBox; 00025 class KIconButton; 00026 class KIntNumInput; 00027 class KComboBox; 00028 class QComboBox; 00029 class KMFolderDir; 00030 template <typename T> class QGuardedPtr; 00031 class KMFolder; 00032 00033 class KMFolderDialogUI : public QWidget 00034 { 00035 Q_OBJECT 00036 00037 public: 00038 KMFolderDialogUI( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00039 ~KMFolderDialogUI(); 00040 00041 QGroupBox* GroupBox2; 00042 QLineEdit* mNameEdit; 00043 QLabel* TextLabel1; 00044 QCheckBox* mHoldsMailingList; 00045 QLabel* TextLabel2_2; 00046 QLabel* TextLabel3; 00047 KIconButton* mNormalIconButton; 00048 KIconButton* mUnreadIconButton; 00049 QLabel* TextLabel4; 00050 QCheckBox* mIconsCheckBox; 00051 QLineEdit* mMailingListPostAddress; 00052 QGroupBox* GroupBox3; 00053 QLabel* TextLabel2_3; 00054 QCheckBox* mExpireRead; 00055 QLabel* TextLabel2_3_2; 00056 QCheckBox* mExpireUnread; 00057 KIntNumInput* mExpireReadNum; 00058 KIntNumInput* mExpireUnreadNum; 00059 KComboBox* mExpireUnreadUnits; 00060 KComboBox* mExpireReadUnits; 00061 QGroupBox* GroupBox1; 00062 QLabel* textLabel1; 00063 QComboBox* mIdentity; 00064 KComboBox* mMailboxType; 00065 QLabel* TextLabel1_2; 00066 QLabel* TextLabel1_3; 00067 QComboBox* mListDisplays; 00068 00069 protected: 00070 KMFolder *mFolder; 00071 QValueList<QGuardedPtr<KMFolder> > mFolders; 00072 KMFolderDir *mFolderDIr; 00073 00074 QVBoxLayout* KMFolderDialogUILayout; 00075 QGridLayout* GroupBox2Layout; 00076 QSpacerItem* Spacer1_2; 00077 QSpacerItem* Spacer1; 00078 QSpacerItem* Spacer1_4; 00079 QSpacerItem* spacer9; 00080 QGridLayout* GroupBox3Layout; 00081 QSpacerItem* Spacer1_2_2; 00082 QSpacerItem* Spacer1_2_2_2; 00083 QSpacerItem* Spacer6; 00084 QGridLayout* GroupBox1Layout; 00085 QSpacerItem* Spacer7; 00086 00087 protected slots: 00088 virtual void languageChange(); 00089 00090 virtual void slotChangeIcon( QString ); 00091 00092 00093 }; 00094 00095 #endif // KMFOLDERDIALOGUI_H