uichooser.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './uichooser.ui' 00003 ** 00004 ** Created: Tue Mar 22 23:48:34 2005 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.4 edited Nov 24 2003 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef UICHOOSER_H 00011 #define UICHOOSER_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 QGroupBox; 00023 class QCheckBox; 00024 class QLabel; 00025 00026 class UIChooser : public QWidget 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 UIChooser( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00032 ~UIChooser(); 00033 00034 QButtonGroup* UIModeGroup; 00035 QRadioButton* modeIDEAl; 00036 QRadioButton* modeMDI; 00037 QRadioButton* modeTab; 00038 QRadioButton* modeToplevel; 00039 QButtonGroup* TabModeGroup; 00040 QRadioButton* AlwaysShowTabs; 00041 QRadioButton* ShowWhenMoreThanOneTab; 00042 QRadioButton* NeverShowTabs; 00043 QButtonGroup* HoverCloseGroup; 00044 QRadioButton* DoNotCloseOnHover; 00045 QRadioButton* DoCloseOnHover; 00046 QRadioButton* DoDelayedCloseOnHover; 00047 QButtonGroup* IDEAlButtonGroup; 00048 QRadioButton* IconsOnly; 00049 QRadioButton* TextOnly; 00050 QRadioButton* TextAndIcons; 00051 QGroupBox* TabbedBrowsingGroup; 00052 QCheckBox* OpenNewTabAfterCurrent; 00053 QCheckBox* ShowTabIcons; 00054 QCheckBox* ShowCloseTabsButton; 00055 QLabel* textLabel1; 00056 00057 protected: 00058 QVBoxLayout* UIChooserLayout; 00059 QVBoxLayout* UIModeGroupLayout; 00060 QHBoxLayout* layout1; 00061 QVBoxLayout* TabModeGroupLayout; 00062 QVBoxLayout* HoverCloseGroupLayout; 00063 QHBoxLayout* layout2; 00064 QVBoxLayout* IDEAlButtonGroupLayout; 00065 QGridLayout* TabbedBrowsingGroupLayout; 00066 00067 protected slots: 00068 virtual void languageChange(); 00069 00070 virtual void maybeEnableCloseOnHover(bool); 00071 00072 00073 }; 00074 00075 #endif // UICHOOSER_H