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
16class TQVBoxLayout;
17class TQHBoxLayout;
18class TQGridLayout;
19class TQSpacerItem;
20class TQGroupBox;
21class TQCheckBox;
22class TQSpinBox;
23class TQLabel;
24class TQRadioButton;
25class TQButtonGroup;
26class KMFolderTree;
27class KMFolder;
28
29namespace KMail {
30
31 class FolderRequester;
32
33class ExpiryPropertiesDialog : public KDialogBase
34{
35 TQ_OBJECT
36
37
38public:
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
55protected slots:
56 void slotOk();
57 void slotUpdateControls();
58
59protected:
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