implementationwidgetbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './implementationwidgetbase.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 CREATEIMPLEMENATIONWIDGETBASE_H 00011 #define CREATEIMPLEMENATIONWIDGETBASE_H 00012 00013 #include <qvariant.h> 00014 #include <qdialog.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QPushButton; 00021 class QButtonGroup; 00022 class QRadioButton; 00023 class KListView; 00024 class QListViewItem; 00025 class QLabel; 00026 class QLineEdit; 00027 00028 class CreateImplemenationWidgetBase : public QDialog 00029 { 00030 Q_OBJECT 00031 00032 public: 00033 CreateImplemenationWidgetBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00034 ~CreateImplemenationWidgetBase(); 00035 00036 QPushButton* okButton; 00037 QPushButton* cancelButton; 00038 QButtonGroup* buttonGroup1; 00039 QRadioButton* createButton; 00040 KListView* classView; 00041 QLabel* classNameLabel; 00042 QLineEdit* classNameEdit; 00043 QRadioButton* useButton; 00044 QLabel* fileNameLabel; 00045 QLineEdit* fileNameEdit; 00046 00047 protected: 00048 QGridLayout* CreateImplemenationWidgetBaseLayout; 00049 QHBoxLayout* layout4; 00050 QSpacerItem* spacer4; 00051 QGridLayout* buttonGroup1Layout; 00052 QVBoxLayout* layout2; 00053 QVBoxLayout* layout2_2; 00054 00055 protected slots: 00056 virtual void languageChange(); 00057 00058 virtual void classNameChanged(const QString &); 00059 00060 00061 }; 00062 00063 #endif // CREATEIMPLEMENATIONWIDGETBASE_H