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