00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'qbselectbackend.ui' 00003 ** 00004 ** Created: Tue Apr 10 18:59:03 2007 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.6 edited Aug 31 2005 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef QBSELECTBACKENDUI_H 00011 #define QBSELECTBACKENDUI_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 QGroupBox; 00023 class QTextBrowser; 00024 class QPushButton; 00025 00026 class QBSelectBackendUi : public QDialog 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 QBSelectBackendUi( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00032 ~QBSelectBackendUi(); 00033 00034 QLabel* textLabel1; 00035 QLabel* textLabel2; 00036 QComboBox* backendCombo; 00037 QGroupBox* groupBox1; 00038 QTextBrowser* backendBrowser; 00039 QPushButton* helpButton; 00040 QPushButton* okButton; 00041 QPushButton* abortButton; 00042 00043 protected: 00044 QVBoxLayout* QBSelectBackendUiLayout; 00045 QHBoxLayout* layout1; 00046 QVBoxLayout* groupBox1Layout; 00047 QHBoxLayout* layout4; 00048 QSpacerItem* spacer9; 00049 00050 protected slots: 00051 virtual void languageChange(); 00052 00053 }; 00054 00055 #endif // QBSELECTBACKENDUI_H