You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
1.7 KiB
73 lines
1.7 KiB
/**************************************************************************** |
|
** 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> |
|
//Added by qt3to4: |
|
#include <QLabel> |
|
#include <QVBoxLayout> |
|
#include <QHBoxLayout> |
|
#include <QGridLayout> |
|
#include <kdialogbase.h> |
|
|
|
class QVBoxLayout; |
|
class QHBoxLayout; |
|
class QGridLayout; |
|
class QSpacerItem; |
|
class Q3GroupBox; |
|
class QCheckBox; |
|
class QSpinBox; |
|
class QLabel; |
|
class QRadioButton; |
|
class Q3ButtonGroup; |
|
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; |
|
Q3ButtonGroup* 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
|
|
|