123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341 |
- /********************************************************************************
- ** Form generated from reading UI file 'set.ui'
- **
- ** Created by: Qt User Interface Compiler version 6.2.4
- **
- ** WARNING! All changes made in this file will be lost when recompiling UI file!
- ********************************************************************************/
- #ifndef UI_SET_H
- #define UI_SET_H
- #include <QtCore/QVariant>
- #include <QtWidgets/QApplication>
- #include <QtWidgets/QCheckBox>
- #include <QtWidgets/QComboBox>
- #include <QtWidgets/QGroupBox>
- #include <QtWidgets/QHBoxLayout>
- #include <QtWidgets/QHeaderView>
- #include <QtWidgets/QLabel>
- #include <QtWidgets/QMainWindow>
- #include <QtWidgets/QMenuBar>
- #include <QtWidgets/QPlainTextEdit>
- #include <QtWidgets/QPushButton>
- #include <QtWidgets/QSpacerItem>
- #include <QtWidgets/QStackedWidget>
- #include <QtWidgets/QStatusBar>
- #include <QtWidgets/QTextEdit>
- #include <QtWidgets/QTreeView>
- #include <QtWidgets/QVBoxLayout>
- #include <QtWidgets/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_set
- {
- public:
- QWidget *centralwidget;
- QVBoxLayout *verticalLayout_4;
- QVBoxLayout *verticalLayout_2;
- QGroupBox *groupBox;
- QHBoxLayout *horizontalLayout_4;
- QLabel *page_label;
- QHBoxLayout *horizontalLayout_2;
- QTreeView *tree_set;
- QVBoxLayout *verticalLayout;
- QGroupBox *groupBox_2;
- QHBoxLayout *horizontalLayout;
- QSpacerItem *horizontalSpacer;
- QLabel *label;
- QSpacerItem *horizontalSpacer_2;
- QComboBox *situation_switch;
- QSpacerItem *horizontalSpacer_3;
- QStackedWidget *stackedWidget;
- QWidget *page;
- QVBoxLayout *verticalLayout_5;
- QGroupBox *groupBox_3;
- QHBoxLayout *horizontalLayout_7;
- QGroupBox *groupBox_7;
- QHBoxLayout *horizontalLayout_5;
- QLabel *label_2;
- QComboBox *situation_wt;
- QGroupBox *groupBox_8;
- QHBoxLayout *horizontalLayout_8;
- QLabel *label_6;
- QTextEdit *textEdit;
- QGroupBox *groupBox_4;
- QVBoxLayout *verticalLayout_3;
- QCheckBox *checkBox;
- QGroupBox *groupBox_5;
- QHBoxLayout *horizontalLayout_3;
- QLabel *label_4;
- QPlainTextEdit *plainTextEdit;
- QSpacerItem *horizontalSpacer_4;
- QGroupBox *groupBox_6;
- QHBoxLayout *horizontalLayout_6;
- QLabel *label_5;
- QPlainTextEdit *plainTextEdit_2;
- QSpacerItem *horizontalSpacer_5;
- QPushButton *pushButton;
- QWidget *page_2;
- QLabel *label_3;
- QComboBox *comboBox_3;
- QMenuBar *menubar;
- QStatusBar *statusbar;
- void setupUi(QMainWindow *set)
- {
- if (set->objectName().isEmpty())
- set->setObjectName(QString::fromUtf8("set"));
- set->resize(761, 666);
- centralwidget = new QWidget(set);
- centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
- verticalLayout_4 = new QVBoxLayout(centralwidget);
- verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
- verticalLayout_2 = new QVBoxLayout();
- verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
- groupBox = new QGroupBox(centralwidget);
- groupBox->setObjectName(QString::fromUtf8("groupBox"));
- horizontalLayout_4 = new QHBoxLayout(groupBox);
- horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
- page_label = new QLabel(groupBox);
- page_label->setObjectName(QString::fromUtf8("page_label"));
- QFont font;
- font.setPointSize(26);
- page_label->setFont(font);
- page_label->setLayoutDirection(Qt::LeftToRight);
- page_label->setAlignment(Qt::AlignCenter);
- horizontalLayout_4->addWidget(page_label);
- verticalLayout_2->addWidget(groupBox);
- horizontalLayout_2 = new QHBoxLayout();
- horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
- tree_set = new QTreeView(centralwidget);
- tree_set->setObjectName(QString::fromUtf8("tree_set"));
- tree_set->setMaximumSize(QSize(150, 16777215));
- horizontalLayout_2->addWidget(tree_set);
- verticalLayout = new QVBoxLayout();
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- groupBox_2 = new QGroupBox(centralwidget);
- groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
- horizontalLayout = new QHBoxLayout(groupBox_2);
- horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
- horizontalSpacer = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Minimum);
- horizontalLayout->addItem(horizontalSpacer);
- label = new QLabel(groupBox_2);
- label->setObjectName(QString::fromUtf8("label"));
- horizontalLayout->addWidget(label);
- horizontalSpacer_2 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Minimum);
- horizontalLayout->addItem(horizontalSpacer_2);
- situation_switch = new QComboBox(groupBox_2);
- situation_switch->addItem(QString());
- situation_switch->addItem(QString());
- situation_switch->setObjectName(QString::fromUtf8("situation_switch"));
- situation_switch->setMinimumSize(QSize(150, 0));
- horizontalLayout->addWidget(situation_switch);
- horizontalSpacer_3 = new QSpacerItem(310, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout->addItem(horizontalSpacer_3);
- verticalLayout->addWidget(groupBox_2);
- stackedWidget = new QStackedWidget(centralwidget);
- stackedWidget->setObjectName(QString::fromUtf8("stackedWidget"));
- page = new QWidget();
- page->setObjectName(QString::fromUtf8("page"));
- verticalLayout_5 = new QVBoxLayout(page);
- verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
- groupBox_3 = new QGroupBox(page);
- groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
- horizontalLayout_7 = new QHBoxLayout(groupBox_3);
- horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7"));
- groupBox_7 = new QGroupBox(groupBox_3);
- groupBox_7->setObjectName(QString::fromUtf8("groupBox_7"));
- horizontalLayout_5 = new QHBoxLayout(groupBox_7);
- horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
- label_2 = new QLabel(groupBox_7);
- label_2->setObjectName(QString::fromUtf8("label_2"));
- horizontalLayout_5->addWidget(label_2);
- situation_wt = new QComboBox(groupBox_7);
- situation_wt->setObjectName(QString::fromUtf8("situation_wt"));
- horizontalLayout_5->addWidget(situation_wt);
- horizontalLayout_7->addWidget(groupBox_7);
- groupBox_8 = new QGroupBox(groupBox_3);
- groupBox_8->setObjectName(QString::fromUtf8("groupBox_8"));
- horizontalLayout_8 = new QHBoxLayout(groupBox_8);
- horizontalLayout_8->setObjectName(QString::fromUtf8("horizontalLayout_8"));
- label_6 = new QLabel(groupBox_8);
- label_6->setObjectName(QString::fromUtf8("label_6"));
- horizontalLayout_8->addWidget(label_6);
- textEdit = new QTextEdit(groupBox_8);
- textEdit->setObjectName(QString::fromUtf8("textEdit"));
- textEdit->setMaximumSize(QSize(100, 30));
- horizontalLayout_8->addWidget(textEdit);
- horizontalLayout_7->addWidget(groupBox_8);
- horizontalLayout_7->setStretch(0, 1);
- horizontalLayout_7->setStretch(1, 1);
- verticalLayout_5->addWidget(groupBox_3);
- groupBox_4 = new QGroupBox(page);
- groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
- verticalLayout_3 = new QVBoxLayout(groupBox_4);
- verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
- checkBox = new QCheckBox(groupBox_4);
- checkBox->setObjectName(QString::fromUtf8("checkBox"));
- verticalLayout_3->addWidget(checkBox);
- groupBox_5 = new QGroupBox(groupBox_4);
- groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
- horizontalLayout_3 = new QHBoxLayout(groupBox_5);
- horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
- label_4 = new QLabel(groupBox_5);
- label_4->setObjectName(QString::fromUtf8("label_4"));
- horizontalLayout_3->addWidget(label_4);
- plainTextEdit = new QPlainTextEdit(groupBox_5);
- plainTextEdit->setObjectName(QString::fromUtf8("plainTextEdit"));
- plainTextEdit->setMaximumSize(QSize(100, 30));
- horizontalLayout_3->addWidget(plainTextEdit);
- horizontalSpacer_4 = new QSpacerItem(370, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_3->addItem(horizontalSpacer_4);
- verticalLayout_3->addWidget(groupBox_5);
- groupBox_6 = new QGroupBox(groupBox_4);
- groupBox_6->setObjectName(QString::fromUtf8("groupBox_6"));
- horizontalLayout_6 = new QHBoxLayout(groupBox_6);
- horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
- label_5 = new QLabel(groupBox_6);
- label_5->setObjectName(QString::fromUtf8("label_5"));
- horizontalLayout_6->addWidget(label_5);
- plainTextEdit_2 = new QPlainTextEdit(groupBox_6);
- plainTextEdit_2->setObjectName(QString::fromUtf8("plainTextEdit_2"));
- plainTextEdit_2->setMaximumSize(QSize(100, 30));
- horizontalLayout_6->addWidget(plainTextEdit_2);
- horizontalSpacer_5 = new QSpacerItem(370, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_6->addItem(horizontalSpacer_5);
- verticalLayout_3->addWidget(groupBox_6);
- verticalLayout_5->addWidget(groupBox_4);
- pushButton = new QPushButton(page);
- pushButton->setObjectName(QString::fromUtf8("pushButton"));
- verticalLayout_5->addWidget(pushButton);
- stackedWidget->addWidget(page);
- page_2 = new QWidget();
- page_2->setObjectName(QString::fromUtf8("page_2"));
- label_3 = new QLabel(page_2);
- label_3->setObjectName(QString::fromUtf8("label_3"));
- label_3->setGeometry(QRect(40, 30, 67, 20));
- comboBox_3 = new QComboBox(page_2);
- comboBox_3->setObjectName(QString::fromUtf8("comboBox_3"));
- comboBox_3->setGeometry(QRect(180, 20, 89, 28));
- stackedWidget->addWidget(page_2);
- verticalLayout->addWidget(stackedWidget);
- verticalLayout->setStretch(0, 3);
- verticalLayout->setStretch(1, 10);
- horizontalLayout_2->addLayout(verticalLayout);
- verticalLayout_2->addLayout(horizontalLayout_2);
- verticalLayout_4->addLayout(verticalLayout_2);
- set->setCentralWidget(centralwidget);
- menubar = new QMenuBar(set);
- menubar->setObjectName(QString::fromUtf8("menubar"));
- menubar->setGeometry(QRect(0, 0, 761, 25));
- set->setMenuBar(menubar);
- statusbar = new QStatusBar(set);
- statusbar->setObjectName(QString::fromUtf8("statusbar"));
- set->setStatusBar(statusbar);
- retranslateUi(set);
- stackedWidget->setCurrentIndex(0);
- QMetaObject::connectSlotsByName(set);
- } // setupUi
- void retranslateUi(QMainWindow *set)
- {
- set->setWindowTitle(QCoreApplication::translate("set", "MainWindow", nullptr));
- groupBox->setTitle(QString());
- page_label->setText(QCoreApplication::translate("set", "\344\273\277\347\234\237\350\256\276\347\275\256", nullptr));
- groupBox_2->setTitle(QString());
- label->setText(QCoreApplication::translate("set", "\345\267\245\345\206\265\351\200\211\346\213\251", nullptr));
- situation_switch->setItemText(0, QCoreApplication::translate("set", "\347\250\263\346\200\201\345\267\245\345\206\265", nullptr));
- situation_switch->setItemText(1, QCoreApplication::translate("set", "\345\210\207\346\215\242\345\267\245\345\206\265", nullptr));
- groupBox_3->setTitle(QCoreApplication::translate("set", "\345\267\245\345\206\265\350\256\276\347\275\256", nullptr));
- groupBox_7->setTitle(QString());
- label_2->setText(QCoreApplication::translate("set", "\347\250\263\346\200\201\345\267\245\345\206\265", nullptr));
- groupBox_8->setTitle(QString());
- label_6->setText(QCoreApplication::translate("set", "\344\273\277\347\234\237\346\227\266\351\227\264", nullptr));
- groupBox_4->setTitle(QCoreApplication::translate("set", "\345\271\262\346\211\260\350\256\276\347\275\256", nullptr));
- checkBox->setText(QCoreApplication::translate("set", "\345\271\262\346\211\260\345\274\200\345\220\257", nullptr));
- groupBox_5->setTitle(QString());
- label_4->setText(QCoreApplication::translate("set", "\345\274\200\345\247\213\346\227\266\351\227\264", nullptr));
- groupBox_6->setTitle(QString());
- label_5->setText(QCoreApplication::translate("set", "\347\273\223\346\235\237\346\227\266\351\227\264", nullptr));
- pushButton->setText(QCoreApplication::translate("set", "\347\241\256\350\256\244\350\256\276\347\275\256", nullptr));
- label_3->setText(QCoreApplication::translate("set", "TextLabel", nullptr));
- } // retranslateUi
- };
- namespace Ui {
- class set: public Ui_set {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_SET_H
|