akregator/src
settings_browser.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './settings_browser.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 SETTINGSBROWSER_H 00011 #define SETTINGSBROWSER_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 QButtonGroup; 00021 class QRadioButton; 00022 class QLineEdit; 00023 class QCheckBox; 00024 class QComboBox; 00025 class QLabel; 00026 00027 namespace Akregator { 00028 class SettingsBrowser : public QWidget 00029 { 00030 Q_OBJECT 00031 00032 public: 00033 SettingsBrowser( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00034 ~SettingsBrowser(); 00035 00036 QButtonGroup* buttonGroup1; 00037 QRadioButton* kcfg_ExternalBrowserUseKdeDefault; 00038 QRadioButton* kcfg_ExternalBrowserUseCustomCommand; 00039 QLineEdit* kcfg_ExternalBrowserCustomCommand; 00040 QCheckBox* kcfg_CloseButtonOnTabs; 00041 QComboBox* kcfg_LMBBehaviour; 00042 QLabel* textLabel1; 00043 QLabel* textLabel1_3; 00044 QComboBox* kcfg_MMBBehaviour; 00045 00046 protected: 00047 QGridLayout* SettingsBrowserLayout; 00048 QSpacerItem* spacer1; 00049 QGridLayout* buttonGroup1Layout; 00050 QGridLayout* layout2; 00051 00052 protected slots: 00053 virtual void languageChange(); 00054 00055 }; 00056 } 00057 00058 #endif // SETTINGSBROWSER_H