parts/uimode/uichooser.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './uichooser.ui' 00003 ** 00004 ** Created: Tue Oct 19 07:51:52 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 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 00023 class UIChooser : public QWidget 00024 { 00025 Q_OBJECT 00026 00027 public: 00028 UIChooser( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00029 ~UIChooser(); 00030 00031 QButtonGroup* ButtonGroup1; 00032 QRadioButton* modeIDEAl; 00033 QRadioButton* modeMDI; 00034 QRadioButton* modeTab; 00035 QRadioButton* modeToplevel; 00036 00037 protected: 00038 QVBoxLayout* UIChooserLayout; 00039 QSpacerItem* Spacer2; 00040 QVBoxLayout* ButtonGroup1Layout; 00041 00042 protected slots: 00043 virtual void languageChange(); 00044 00045 }; 00046 00047 #endif // UICHOOSER_H