phpconfigparserwidgetbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './phpconfigparserwidgetbase.ui' 00003 ** 00004 ** Created: Tue Mar 22 23:55:24 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 FORM1_H 00011 #define FORM1_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 00023 class PHPConfigParserWidgetBase : public QWidget 00024 { 00025 Q_OBJECT 00026 00027 public: 00028 PHPConfigParserWidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00029 ~PHPConfigParserWidgetBase(); 00030 00031 QGroupBox* GroupBox13; 00032 QCheckBox* codeHinting_checkbox; 00033 QCheckBox* codeCompletion_checkbox; 00034 QGroupBox* GroupBox14; 00035 QCheckBox* realtimeParsing_checkbox; 00036 00037 protected: 00038 QGridLayout* Form1Layout; 00039 QSpacerItem* Spacer33; 00040 QSpacerItem* Spacer34; 00041 QSpacerItem* Spacer35; 00042 QGridLayout* GroupBox13Layout; 00043 QGridLayout* GroupBox14Layout; 00044 00045 protected slots: 00046 virtual void languageChange(); 00047 00048 }; 00049 00050 #endif // FORM1_H