phpnewclassdlgbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './phpnewclassdlgbase.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 M_CLASSDLG_H 00011 #define M_CLASSDLG_H 00012 00013 #include <qvariant.h> 00014 #include <qdialog.h> 00015 #include <klineedit.h> 00016 00017 class QVBoxLayout; 00018 class QHBoxLayout; 00019 class QGridLayout; 00020 class QSpacerItem; 00021 class QLabel; 00022 class QPushButton; 00023 class KLineEdit; 00024 class QLineEdit; 00025 class QToolButton; 00026 class QTextEdit; 00027 00028 class PHPNewClassDlgBase : public QDialog 00029 { 00030 Q_OBJECT 00031 00032 public: 00033 PHPNewClassDlgBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00034 ~PHPNewClassDlgBase(); 00035 00036 QLabel* TextLabel1; 00037 QPushButton* m_okButton; 00038 QPushButton* m_cancelButton; 00039 KLineEdit* m_baseClassEdit; 00040 QLineEdit* m_classNameEdit; 00041 QLabel* TextLabel2; 00042 QLabel* TextLabel4; 00043 QLabel* TextLabel1_2; 00044 QLabel* TextLabel3; 00045 QToolButton* m_dirButton; 00046 QLineEdit* m_fileNameEdit; 00047 QLineEdit* m_dirEdit; 00048 QTextEdit* m_classTemplate; 00049 00050 protected: 00051 QGridLayout* m_ClassDLGLayout; 00052 QSpacerItem* Spacer1; 00053 00054 protected slots: 00055 virtual void languageChange(); 00056 00057 }; 00058 00059 #endif // M_CLASSDLG_H