akregator/src
settings_advancedbase.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './settings_advancedbase.ui' 00003 ** 00004 ** Created: Thu Mar 29 06:02:51 2007 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.8 edited Jan 11 14:47 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef SETTINGSADVANCED_H 00011 #define SETTINGSADVANCED_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QGroupBox; 00021 class QLabel; 00022 class KComboBox; 00023 class QPushButton; 00024 class QSpinBox; 00025 class QCheckBox; 00026 00027 namespace Akregator { 00028 class SettingsAdvancedBase : public QWidget 00029 { 00030 Q_OBJECT 00031 00032 public: 00033 SettingsAdvancedBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00034 ~SettingsAdvancedBase(); 00035 00036 QGroupBox* groupBox3_3_2; 00037 QLabel* textLabel1; 00038 KComboBox* cbBackend; 00039 QPushButton* pbBackendConfigure; 00040 QGroupBox* groupBox3_3; 00041 QSpinBox* kcfg_MarkReadDelay; 00042 QCheckBox* kcfg_ResetQuickFilterOnNodeChange; 00043 QCheckBox* kcfg_UseMarkReadDelay; 00044 00045 protected: 00046 QGridLayout* SettingsAdvancedLayout; 00047 QSpacerItem* spacer2; 00048 QHBoxLayout* groupBox3_3_2Layout; 00049 QGridLayout* groupBox3_3Layout; 00050 QSpacerItem* spacer4; 00051 00052 protected slots: 00053 virtual void languageChange(); 00054 00055 }; 00056 } 00057 00058 #endif // SETTINGSADVANCED_H