akregator/src

settings_archive.h

00001 /****************************************************************************
00002 ** Form interface generated from reading ui file './settings_archive.ui'
00003 **
00004 ** Created: Wed Oct 24 11:19:06 2012
00005 **
00006 ** WARNING! All changes made in this file will be lost!
00007 ****************************************************************************/
00008 
00009 #ifndef SETTINGSARCHIVE_H
00010 #define SETTINGSARCHIVE_H
00011 
00012 #include <qvariant.h>
00013 #include <qwidget.h>
00014 
00015 class QVBoxLayout;
00016 class QHBoxLayout;
00017 class QGridLayout;
00018 class QSpacerItem;
00019 class QButtonGroup;
00020 class QRadioButton;
00021 class KIntSpinBox;
00022 class QCheckBox;
00023 
00024 namespace Akregator {
00025 class SettingsArchive : public QWidget
00026 {
00027     Q_OBJECT
00028 
00029 public:
00030     SettingsArchive( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00031     ~SettingsArchive();
00032 
00033     QButtonGroup* kcfg_ArchiveMode;
00034     QRadioButton* rb_KeepAllArticles;
00035     QRadioButton* rb_LimitArticleNumber;
00036     QRadioButton* rb_LimitArticleAge;
00037     QRadioButton* rb_DisableArchiving;
00038     KIntSpinBox* kcfg_MaxArticleNumber;
00039     KIntSpinBox* kcfg_MaxArticleAge;
00040     QCheckBox* kcfg_DoNotExpireImportantArticles;
00041 
00042 protected:
00043     QGridLayout* SettingsArchiveLayout;
00044     QVBoxLayout* layout1;
00045     QSpacerItem* spacer1;
00046     QGridLayout* kcfg_ArchiveModeLayout;
00047 
00048 protected slots:
00049     virtual void languageChange();
00050 
00051 };
00052 }
00053 
00054 #endif // SETTINGSARCHIVE_H
KDE Home | KDE Accessibility Home | Description of Access Keys