newwidgetdlgbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './newwidgetdlgbase.ui' 00003 ** 00004 ** Created: Tue Mar 22 23:57:44 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 NEWWIDGETDLGBASE_H 00011 #define NEWWIDGETDLGBASE_H 00012 00013 #include <qvariant.h> 00014 #include <qpixmap.h> 00015 #include <qdialog.h> 00016 00017 class QVBoxLayout; 00018 class QHBoxLayout; 00019 class QGridLayout; 00020 class QSpacerItem; 00021 class QPushButton; 00022 class QGroupBox; 00023 class QCheckBox; 00024 class QLabel; 00025 class QLineEdit; 00026 class QListBox; 00027 class QListBoxItem; 00028 00029 class NewWidgetDlgBase : public QDialog 00030 { 00031 Q_OBJECT 00032 00033 public: 00034 NewWidgetDlgBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00035 ~NewWidgetDlgBase(); 00036 00037 QPushButton* PushButton2; 00038 QGroupBox* GroupBox2; 00039 QCheckBox* subclassingCb; 00040 QLabel* captionLb; 00041 QLineEdit* subclassnameEd; 00042 QLabel* TextLabel4; 00043 QLineEdit* captionEd; 00044 QLineEdit* ui_classnameEd; 00045 QLabel* classnameLb; 00046 QLabel* previewLb; 00047 QListBox* templateList; 00048 QPushButton* PushButton3; 00049 00050 public slots: 00051 virtual void subclassingPressed(); 00052 virtual void templateSelChanged(); 00053 00054 protected: 00055 QGridLayout* NewWidgetDlgBaseLayout; 00056 QSpacerItem* Spacer2; 00057 QGridLayout* GroupBox2Layout; 00058 QGridLayout* Layout5; 00059 00060 protected slots: 00061 virtual void languageChange(); 00062 00063 private: 00064 QPixmap image0; 00065 00066 }; 00067 00068 #endif // NEWWIDGETDLGBASE_H