00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'qbimporter.ui' 00003 ** 00004 ** Created: Sat Jan 7 04:15:33 2006 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.5 edited Aug 31 12:13 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef QBIMPORTERUI_H 00011 #define QBIMPORTERUI_H 00012 00013 #include <qvariant.h> 00014 #include <qwizard.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QWidget; 00021 class QLabel; 00022 class QGroupBox; 00023 class QLineEdit; 00024 class QPushButton; 00025 class QListView; 00026 class QListViewItem; 00027 00028 class QBImporterUi : public QWizard 00029 { 00030 Q_OBJECT 00031 00032 public: 00033 QBImporterUi( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00034 ~QBImporterUi(); 00035 00036 QWidget* startPage; 00037 QLabel* textLabel2; 00038 QWidget* selectSourcePage; 00039 QLabel* textLabel3; 00040 QGroupBox* groupBox4; 00041 QLabel* textLabel1_3; 00042 QLineEdit* selectFileEdit; 00043 QPushButton* selectFileButton; 00044 QWidget* selectImporterPage; 00045 QLabel* textLabel4_9; 00046 QGroupBox* groupBox5; 00047 QLabel* checkFileTypeLabel; 00048 QLabel* checkFileNameLabel; 00049 QLabel* textLabel4_2; 00050 QLabel* textLabel2_2; 00051 QWidget* selectProfilePage; 00052 QLabel* textLabel4; 00053 QGroupBox* groupBox2; 00054 QListView* profileList; 00055 QPushButton* profileDetailsButton; 00056 QPushButton* profileEditButton; 00057 QWidget* workingPage; 00058 QLabel* textLabel1; 00059 QWidget* importPage; 00060 QLabel* readLabel; 00061 QWidget* finishPage; 00062 QLabel* finishedLabel; 00063 00064 protected: 00065 QHBoxLayout* startPageLayout; 00066 QVBoxLayout* selectSourcePageLayout; 00067 QHBoxLayout* groupBox4Layout; 00068 QVBoxLayout* selectImporterPageLayout; 00069 QSpacerItem* spacer4; 00070 QGridLayout* groupBox5Layout; 00071 QHBoxLayout* layout8; 00072 QVBoxLayout* selectProfilePageLayout; 00073 QHBoxLayout* groupBox2Layout; 00074 QVBoxLayout* layout8_2; 00075 QSpacerItem* spacer3; 00076 QVBoxLayout* workingPageLayout; 00077 QVBoxLayout* importPageLayout; 00078 QVBoxLayout* finishPageLayout; 00079 00080 protected slots: 00081 virtual void languageChange(); 00082 00083 }; 00084 00085 #endif // QBIMPORTERUI_H