diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (patch) | |
tree | 67208f7c145782a7e90b123b982ca78d88cc2c87 /kmail/expirypropertiesdialog.h | |
download | tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.tar.gz tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmail/expirypropertiesdialog.h')
-rw-r--r-- | kmail/expirypropertiesdialog.h | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/kmail/expirypropertiesdialog.h b/kmail/expirypropertiesdialog.h new file mode 100644 index 000000000..9ac32500e --- /dev/null +++ b/kmail/expirypropertiesdialog.h @@ -0,0 +1,68 @@ +/**************************************************************************** +** Form interface generated from reading ui file 'expirypropertiesdialog.ui' +** +** Created: Sat Jan 29 12:59:18 2005 +** by: The User Interface Compiler ($Id$) +** +** WARNING! All changes made in this file will be lost! +****************************************************************************/ + +#ifndef EXPIRYPROPERTIESDIALOG_H +#define EXPIRYPROPERTIESDIALOG_H + +#include <qvariant.h> +#include <kdialogbase.h> + +class QVBoxLayout; +class QHBoxLayout; +class QGridLayout; +class QSpacerItem; +class QGroupBox; +class QCheckBox; +class QSpinBox; +class QLabel; +class QRadioButton; +class QButtonGroup; +class KMFolderTree; +class KMFolder; + +namespace KMail { + + class FolderRequester; + +class ExpiryPropertiesDialog : public KDialogBase +{ + Q_OBJECT + +public: + ExpiryPropertiesDialog( KMFolderTree* tree, KMFolder* folder ); + ~ExpiryPropertiesDialog(); + + QCheckBox* expireReadMailCB; + QSpinBox* expireReadMailSB; + QLabel* labelDays; + QCheckBox* expireUnreadMailCB; + QSpinBox* expireUnreadMailSB; + QLabel* labelDays2; + QLabel* expiryActionLabel; + QRadioButton* moveToRB; + FolderRequester *folderSelector; + QRadioButton* deletePermanentlyRB; + QLabel* note; + QButtonGroup* actionsGroup; + +protected slots: + void slotOk(); + void slotUpdateControls(); + +protected: + QVBoxLayout* globalVBox; + QHBoxLayout* readHBox; + QHBoxLayout* unreadHBox; + QHBoxLayout* expiryActionHBox; + QVBoxLayout* actionsHBox; + QHBoxLayout* moveToHBox; + KMFolder* mFolder; +}; +} // namespace +#endif // EXPIRYPROPERTIESDIALOG_H |