parts/appwizard/appwizarddlgbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './appwizarddlgbase.ui' 00003 ** 00004 ** Created: Wed Oct 6 17:19:36 2004 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.3 edited Nov 24 2003 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef APPWIZARDDLGBASE_H 00011 #define APPWIZARDDLGBASE_H 00012 00013 #include <qvariant.h> 00014 #include <qwizard.h> 00015 #include <kurlrequester.h> 00016 00017 class QVBoxLayout; 00018 class QHBoxLayout; 00019 class QGridLayout; 00020 class QSpacerItem; 00021 class QWidget; 00022 class QListView; 00023 class QListViewItem; 00024 class QLabel; 00025 class QMultiLineEdit; 00026 class QGroupBox; 00027 class KURLRequester; 00028 class QLineEdit; 00029 class QComboBox; 00030 00031 class AppWizardDialogBase : public QWizard 00032 { 00033 Q_OBJECT 00034 00035 public: 00036 AppWizardDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00037 ~AppWizardDialogBase(); 00038 00039 QWidget* generalPage; 00040 QListView* templates_listview; 00041 QLabel* icon_label; 00042 QMultiLineEdit* desc_textview; 00043 QGroupBox* GroupBox1; 00044 QLabel* location_label; 00045 QLabel* author_label; 00046 KURLRequester* dest_edit; 00047 QLineEdit* appname_edit; 00048 QLabel* version_label; 00049 QLabel* appname_label; 00050 QLineEdit* version_edit; 00051 QLabel* license_label; 00052 QComboBox* license_combo; 00053 QLineEdit* author_edit; 00054 QLabel* email_label; 00055 QLineEdit* email_edit; 00056 QLabel* finalLoc_label; 00057 QLabel* TextLabel3; 00058 00059 protected: 00060 QGridLayout* generalPageLayout; 00061 QGridLayout* GroupBox1Layout; 00062 00063 protected slots: 00064 virtual void languageChange(); 00065 00066 virtual void licenseChanged(); 00067 virtual void destButtonClicked(const QString&); 00068 virtual void projectLocationChanged(); 00069 virtual void projectNameChanged(); 00070 virtual void templatesTreeViewClicked( QListViewItem * ); 00071 virtual void textChanged(); 00072 00073 00074 }; 00075 00076 #endif // APPWIZARDDLGBASE_H