/******************************************************************************** ** Form generated from reading UI file 'DBTreeViewBase.ui' ** ** Created: Mon 23. Jul 10:25:25 2012 ** by: Qt User Interface Compiler version 4.6.3 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_DBTREEVIEWBASE_H #define UI_DBTREEVIEWBASE_H #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_DBTreeViewBase { public: QLabel *textLabel1; QComboBox *fileList; void setupUi(QWidget *DBTreeViewBase) { if (DBTreeViewBase->objectName().isEmpty()) DBTreeViewBase->setObjectName(QString::fromUtf8("DBTreeViewBase")); DBTreeViewBase->resize(353, 480); textLabel1 = new QLabel(DBTreeViewBase); textLabel1->setObjectName(QString::fromUtf8("textLabel1")); textLabel1->setGeometry(QRect(13, 225, 71, 30)); textLabel1->setWordWrap(false); fileList = new QComboBox(DBTreeViewBase); fileList->setObjectName(QString::fromUtf8("fileList")); fileList->setGeometry(QRect(90, 225, 250, 30)); fileList->setMinimumSize(QSize(250, 0)); retranslateUi(DBTreeViewBase); QMetaObject::connectSlotsByName(DBTreeViewBase); } // setupUi void retranslateUi(QWidget *DBTreeViewBase) { DBTreeViewBase->setWindowTitle(QApplication::translate("DBTreeViewBase", "DB TreeView", 0, QApplication::UnicodeUTF8)); textLabel1->setText(QApplication::translate("DBTreeViewBase", "List file ", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class DBTreeViewBase: public Ui_DBTreeViewBase {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_DBTREEVIEWBASE_H