kmail

expirypropertiesdialog.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'expirypropertiesdialog.ui'
3 **
4 ** Created: Sat Jan 29 12:59:18 2005
5 ** by: The User Interface Compiler ($Id$)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 
10 #ifndef EXPIRYPROPERTIESDIALOG_H
11 #define EXPIRYPROPERTIESDIALOG_H
12 
13 #include <tqvariant.h>
14 #include <kdialogbase.h>
15 
16 class TQVBoxLayout;
17 class TQHBoxLayout;
18 class TQGridLayout;
19 class TQSpacerItem;
20 class TQGroupBox;
21 class TQCheckBox;
22 class TQSpinBox;
23 class TQLabel;
24 class TQRadioButton;
25 class TQButtonGroup;
26 class KMFolderTree;
27 class KMFolder;
28 
29 namespace KMail {
30 
31  class FolderRequester;
32 
33 class ExpiryPropertiesDialog : public KDialogBase
34 {
35  TQ_OBJECT
36 
37 
38 public:
39  ExpiryPropertiesDialog( KMFolderTree* tree, KMFolder* folder );
40  ~ExpiryPropertiesDialog();
41 
42  TQCheckBox* expireReadMailCB;
43  TQSpinBox* expireReadMailSB;
44  TQLabel* labelDays;
45  TQCheckBox* expireUnreadMailCB;
46  TQSpinBox* expireUnreadMailSB;
47  TQLabel* labelDays2;
48  TQLabel* expiryActionLabel;
49  TQRadioButton* moveToRB;
50  FolderRequester *folderSelector;
51  TQRadioButton* deletePermanentlyRB;
52  TQLabel* note;
53  TQButtonGroup* actionsGroup;
54 
55 protected slots:
56  void slotOk();
57  void slotUpdateControls();
58 
59 protected:
60  TQVBoxLayout* globalVBox;
61  TQHBoxLayout* readHBox;
62  TQHBoxLayout* unreadHBox;
63  TQHBoxLayout* expiryActionHBox;
64  TQVBoxLayout* actionsHBox;
65  TQHBoxLayout* moveToHBox;
66  KMFolder* mFolder;
67 };
68 } // namespace
69 #endif // EXPIRYPROPERTIESDIALOG_H
Mail folder.
Definition: kmfolder.h:69
folderdiaquotatab.h
Definition: aboutdata.cpp:40