classgeneratorconfigbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './classgeneratorconfigbase.ui' 00003 ** 00004 ** Created: Tue Feb 22 09:05:18 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 CLASSGENERATORCONFIGBASE_H 00011 #define CLASSGENERATORCONFIGBASE_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 QComboBox; 00022 class QTextEdit; 00023 class QLabel; 00024 class QCheckBox; 00025 00026 class ClassGeneratorConfigBase : public QWidget 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 ClassGeneratorConfigBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00032 ~ClassGeneratorConfigBase(); 00033 00034 QGroupBox* groupBox7_2; 00035 QComboBox* templatename_box; 00036 QTextEdit* template_edit; 00037 QGroupBox* groupBox10; 00038 QLabel* textLabel3_2; 00039 QLabel* textLabel3; 00040 QComboBox* filecase_box; 00041 QComboBox* defcase_box; 00042 QComboBox* supercase_box; 00043 QLabel* textLabel3_3; 00044 QGroupBox* groupBox9; 00045 QCheckBox* author_box; 00046 QCheckBox* doc_box; 00047 QCheckBox* reformat_box; 00048 00049 protected: 00050 QGridLayout* ClassGeneratorConfigBaseLayout; 00051 QGridLayout* groupBox7_2Layout; 00052 QGridLayout* groupBox10Layout; 00053 QGridLayout* groupBox9Layout; 00054 00055 protected slots: 00056 virtual void languageChange(); 00057 00058 virtual void templateTypeChanged(int type); 00059 00060 00061 }; 00062 00063 #endif // CLASSGENERATORCONFIGBASE_H