akregator/src
settings_general.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './settings_general.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 SETTINGSGENERAL_H 00011 #define SETTINGSGENERAL_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 QCheckBox; 00022 class QLabel; 00023 class QSpinBox; 00024 00025 namespace Akregator { 00026 class SettingsGeneral : public QWidget 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 SettingsGeneral( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00032 ~SettingsGeneral(); 00033 00034 QGroupBox* groupBox3_2; 00035 QCheckBox* kcfg_UseIntervalFetch; 00036 QCheckBox* kcfg_UseNotifications; 00037 QCheckBox* kcfg_ShowTrayIcon; 00038 QLabel* textLabel1; 00039 QSpinBox* kcfg_AutoFetchInterval; 00040 QGroupBox* groupBox3; 00041 QCheckBox* kcfg_MarkAllFeedsReadOnStartup; 00042 QCheckBox* kcfg_FetchOnStartup; 00043 QGroupBox* groupBox3_3; 00044 QCheckBox* kcfg_UseHTMLCache; 00045 00046 protected: 00047 QGridLayout* SettingsGeneralLayout; 00048 QSpacerItem* spacer1; 00049 QGridLayout* groupBox3_2Layout; 00050 QGridLayout* groupBox3Layout; 00051 QGridLayout* groupBox3_3Layout; 00052 00053 protected slots: 00054 virtual void languageChange(); 00055 00056 }; 00057 } 00058 00059 #endif // SETTINGSGENERAL_H