filepropspagebase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './filepropspagebase.ui' 00003 ** 00004 ** Created: Tue Mar 22 23:45:33 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 QLabel; 00022 class QLineEdit; 00023 class QListBox; 00024 class QListBoxItem; 00025 class QMultiLineEdit; 00026 00027 class FilePropsPageBase : public QWidget 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 FilePropsPageBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00033 ~FilePropsPageBase(); 00034 00035 QGroupBox* GroupBox7; 00036 QLabel* TextLabel1_2; 00037 QLineEdit* classname_edit; 00038 QLabel* TextLabel2_2; 00039 QLineEdit* baseclass_edit; 00040 QLineEdit* headerfile_edit; 00041 QLabel* implfile_label; 00042 QLabel* headerfile_label; 00043 QLineEdit* implfile_edit; 00044 QLabel* TextLabel5; 00045 QLabel* TextLabel6; 00046 QListBox* classes_listbox; 00047 QMultiLineEdit* desc_textview; 00048 00049 public slots: 00050 virtual void slotSelectionChanged(); 00051 virtual void slotClassnameChanged(const QString&); 00052 00053 protected: 00054 QGridLayout* Form1Layout; 00055 QGridLayout* GroupBox7Layout; 00056 00057 protected slots: 00058 virtual void languageChange(); 00059 00060 }; 00061 00062 #endif // FORM1_H