akregator/src
propertieswidgetbase.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './propertieswidgetbase.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 FEEDPROPERTIESWIDGET_H 00011 #define FEEDPROPERTIESWIDGET_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 QTabWidget; 00021 class QLabel; 00022 class KLineEdit; 00023 class QCheckBox; 00024 class KIntSpinBox; 00025 class QComboBox; 00026 class QButtonGroup; 00027 class QRadioButton; 00028 00029 namespace Akregator { 00030 class FeedPropertiesWidgetBase : public QWidget 00031 { 00032 Q_OBJECT 00033 00034 public: 00035 FeedPropertiesWidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00036 ~FeedPropertiesWidgetBase(); 00037 00038 QTabWidget* tabWidget2; 00039 QWidget* tab; 00040 QLabel* textLabel3; 00041 QLabel* textLabel2; 00042 KLineEdit* feedNameEdit; 00043 KLineEdit* urlEdit; 00044 QCheckBox* upChkbox; 00045 QLabel* textLabel1; 00046 KIntSpinBox* updateSpinBox; 00047 QComboBox* updateComboBox; 00048 QCheckBox* checkBox_useNotification; 00049 QWidget* tab_2; 00050 QButtonGroup* bg_feedArchive; 00051 QRadioButton* rb_keepAllArticles; 00052 QRadioButton* rb_limitArticleNumber; 00053 QRadioButton* rb_limitArticleAge; 00054 KIntSpinBox* sb_maxArticleAge; 00055 KIntSpinBox* sb_maxArticleNumber; 00056 QRadioButton* rb_disableArchiving; 00057 QRadioButton* rb_globalDefault; 00058 QWidget* TabPage; 00059 QCheckBox* checkBox_loadWebsite; 00060 QCheckBox* checkBox_markRead; 00061 00062 protected: 00063 QVBoxLayout* FeedPropertiesWidgetLayout; 00064 QGridLayout* tabLayout; 00065 QGridLayout* layout8; 00066 QHBoxLayout* layout9; 00067 QSpacerItem* spacer8; 00068 QGridLayout* tabLayout_2; 00069 QGridLayout* bg_feedArchiveLayout; 00070 QSpacerItem* spacer5_2; 00071 QSpacerItem* spacer7; 00072 QGridLayout* TabPageLayout; 00073 QSpacerItem* spacer6; 00074 QVBoxLayout* layout4; 00075 00076 protected slots: 00077 virtual void languageChange(); 00078 00079 virtual void slotUpdateComboBoxActivated( int ) = 0; 00080 virtual void slotUpdateCheckBoxToggled( bool ) = 0; 00081 00082 00083 }; 00084 } 00085 00086 #endif // FEEDPROPERTIESWIDGET_H