parts/appwizard/importdlgbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './importdlgbase.ui' 00003 ** 00004 ** Created: Tue Oct 19 07:48:51 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 IMPORT_DIALOG_H 00011 #define IMPORT_DIALOG_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 QLabel; 00021 class QComboBox; 00022 class QPushButton; 00023 class QLineEdit; 00024 class QFrame; 00025 class KURLRequester; 00026 00027 class ImportDialogBase : public QDialog 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 ImportDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00033 ~ImportDialogBase(); 00034 00035 QLabel* dir_label; 00036 QComboBox* vcsCombo; 00037 QPushButton* fetchModuleButton; 00038 QLabel* textLabel1; 00039 QLabel* name_label; 00040 QLineEdit* name_edit; 00041 QLineEdit* author_edit; 00042 QLabel* author_label; 00043 QLabel* TextLabel5; 00044 QPushButton* ok_button; 00045 QPushButton* cancel_button; 00046 QLineEdit* email_edit; 00047 QComboBox* project_combo; 00048 QLabel* project_label; 00049 QFrame* line1; 00050 KURLRequester* urlinput_edit; 00051 00052 public slots: 00053 virtual void dirChanged(); 00054 00055 protected: 00056 QGridLayout* import_dialogLayout; 00057 QSpacerItem* Spacer1; 00058 QSpacerItem* Spacer2; 00059 QHBoxLayout* Layout1; 00060 QSpacerItem* Spacer3; 00061 00062 protected slots: 00063 virtual void languageChange(); 00064 00065 virtual void dirButtonClicked(); 00066 00067 00068 }; 00069 00070 #endif // IMPORT_DIALOG_H