parts/bookmarks/bookmarks_settings_base.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './bookmarks_settings_base.ui' 00003 ** 00004 ** Created: Wed Oct 6 17:20:05 2004 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.3 edited Nov 24 2003 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef BOOKMARKSETTINGSBASE_H 00011 #define BOOKMARKSETTINGSBASE_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 class QButtonGroup; 00025 class QRadioButton; 00026 class QLineEdit; 00027 00028 class BookmarkSettingsBase : public QWidget 00029 { 00030 Q_OBJECT 00031 00032 public: 00033 BookmarkSettingsBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00034 ~BookmarkSettingsBase(); 00035 00036 QGroupBox* groupBox1; 00037 QCheckBox* checkBox1; 00038 QLabel* textLabel1; 00039 QSpinBox* spinBox1; 00040 QButtonGroup* buttonGroup1; 00041 QRadioButton* radioButton1; 00042 QRadioButton* radioButton2; 00043 QLineEdit* lineEdit1; 00044 QRadioButton* radioButton3; 00045 00046 protected: 00047 QVBoxLayout* BookmarkSettingsBaseLayout; 00048 QSpacerItem* spacer2; 00049 QVBoxLayout* groupBox1Layout; 00050 QHBoxLayout* layout2; 00051 QSpacerItem* spacer1; 00052 QVBoxLayout* buttonGroup1Layout; 00053 QHBoxLayout* layout3; 00054 QSpacerItem* spacer3; 00055 00056 protected slots: 00057 virtual void languageChange(); 00058 00059 }; 00060 00061 #endif // BOOKMARKSETTINGSBASE_H