/******************************************************************************** ** Form generated from reading UI file 'mainwindow.ui' ** ** Created: Mon Apr 22 12:02:07 2019 ** by: Qt User Interface Compiler version 4.8.4 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_MAINWINDOW_H #define UI_MAINWINDOW_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_MainWindow { public: QWidget *centralWidget; QVBoxLayout *verticalLayout; QGroupBox *groupBox; QHBoxLayout *horizontalLayout; QPushButton *createSysPB; QPushButton *createSegPB; QPushButton *pushButton; QPushButton *pushButtonBuildNumber; QGroupBox *groupBox_2; QHBoxLayout *horizontalLayout_2; QPushButton *queryPB; QTreeView *treeView; QTableView *tableView; QTableView *tableView_2; QLabel *label; QMenuBar *menuBar; QToolBar *mainToolBar; QStatusBar *statusBar; void setupUi(QMainWindow *MainWindow) { if (MainWindow->objectName().isEmpty()) MainWindow->setObjectName(QString::fromUtf8("MainWindow")); MainWindow->resize(664, 515); centralWidget = new QWidget(MainWindow); centralWidget->setObjectName(QString::fromUtf8("centralWidget")); verticalLayout = new QVBoxLayout(centralWidget); verticalLayout->setSpacing(6); verticalLayout->setContentsMargins(11, 11, 11, 11); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); groupBox = new QGroupBox(centralWidget); groupBox->setObjectName(QString::fromUtf8("groupBox")); horizontalLayout = new QHBoxLayout(groupBox); horizontalLayout->setSpacing(6); horizontalLayout->setContentsMargins(11, 11, 11, 11); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); createSysPB = new QPushButton(groupBox); createSysPB->setObjectName(QString::fromUtf8("createSysPB")); horizontalLayout->addWidget(createSysPB); createSegPB = new QPushButton(groupBox); createSegPB->setObjectName(QString::fromUtf8("createSegPB")); horizontalLayout->addWidget(createSegPB); pushButton = new QPushButton(groupBox); pushButton->setObjectName(QString::fromUtf8("pushButton")); horizontalLayout->addWidget(pushButton); pushButtonBuildNumber = new QPushButton(groupBox); pushButtonBuildNumber->setObjectName(QString::fromUtf8("pushButtonBuildNumber")); horizontalLayout->addWidget(pushButtonBuildNumber); verticalLayout->addWidget(groupBox); groupBox_2 = new QGroupBox(centralWidget); groupBox_2->setObjectName(QString::fromUtf8("groupBox_2")); horizontalLayout_2 = new QHBoxLayout(groupBox_2); horizontalLayout_2->setSpacing(6); horizontalLayout_2->setContentsMargins(11, 11, 11, 11); horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); queryPB = new QPushButton(groupBox_2); queryPB->setObjectName(QString::fromUtf8("queryPB")); horizontalLayout_2->addWidget(queryPB); treeView = new QTreeView(groupBox_2); treeView->setObjectName(QString::fromUtf8("treeView")); QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Expanding); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(treeView->sizePolicy().hasHeightForWidth()); treeView->setSizePolicy(sizePolicy); treeView->setMaximumSize(QSize(200, 16777215)); horizontalLayout_2->addWidget(treeView); tableView = new QTableView(groupBox_2); tableView->setObjectName(QString::fromUtf8("tableView")); horizontalLayout_2->addWidget(tableView); tableView_2 = new QTableView(groupBox_2); tableView_2->setObjectName(QString::fromUtf8("tableView_2")); horizontalLayout_2->addWidget(tableView_2); verticalLayout->addWidget(groupBox_2); label = new QLabel(centralWidget); label->setObjectName(QString::fromUtf8("label")); verticalLayout->addWidget(label); MainWindow->setCentralWidget(centralWidget); menuBar = new QMenuBar(MainWindow); menuBar->setObjectName(QString::fromUtf8("menuBar")); menuBar->setGeometry(QRect(0, 0, 664, 23)); MainWindow->setMenuBar(menuBar); mainToolBar = new QToolBar(MainWindow); mainToolBar->setObjectName(QString::fromUtf8("mainToolBar")); MainWindow->addToolBar(Qt::TopToolBarArea, mainToolBar); statusBar = new QStatusBar(MainWindow); statusBar->setObjectName(QString::fromUtf8("statusBar")); MainWindow->setStatusBar(statusBar); retranslateUi(MainWindow); QMetaObject::connectSlotsByName(MainWindow); } // setupUi void retranslateUi(QMainWindow *MainWindow) { MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", 0, QApplication::UnicodeUTF8)); groupBox->setTitle(QApplication::translate("MainWindow", "\345\210\233\345\273\272\345\212\240\345\257\206\346\225\260\346\215\256\345\272\223", 0, QApplication::UnicodeUTF8)); createSysPB->setText(QApplication::translate("MainWindow", "\345\210\233\345\273\272\347\263\273\347\273\237\346\225\260\346\215\256\345\272\223", 0, QApplication::UnicodeUTF8)); createSegPB->setText(QApplication::translate("MainWindow", "\345\210\233\345\273\272\345\217\267\346\256\265\346\225\260\346\215\256\345\272\223", 0, QApplication::UnicodeUTF8)); pushButton->setText(QApplication::translate("MainWindow", "\345\210\233\345\273\272\347\224\250\346\210\267\346\225\260\346\215\256\345\272\223", 0, QApplication::UnicodeUTF8)); pushButtonBuildNumber->setText(QApplication::translate("MainWindow", "\347\224\237\346\210\2201000\344\270\207\346\225\260\346\215\256", 0, QApplication::UnicodeUTF8)); groupBox_2->setTitle(QApplication::translate("MainWindow", "\346\265\217\350\247\210\346\225\260\346\215\256\345\272\223", 0, QApplication::UnicodeUTF8)); queryPB->setText(QApplication::translate("MainWindow", "\346\237\245\350\257\242", 0, QApplication::UnicodeUTF8)); label->setText(QApplication::translate("MainWindow", "TextLabel", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class MainWindow: public Ui_MainWindow {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_MAINWINDOW_H