/******************************************************************************** ** Form generated from reading UI file 'stpreprocessing.ui' ** ** Created by: Qt User Interface Compiler version 5.14.2 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_STPREPROCESSING_H #define UI_STPREPROCESSING_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_Dialog { public: QVBoxLayout *verticalLayout; QWidget *widget; QVBoxLayout *verticalLayout_2; QWidget *widget_2; QHBoxLayout *horizontalLayout_4; QStackedWidget *stackedWidget; QWidget *page_main; QVBoxLayout *verticalLayout_5; QGroupBox *groupC; QVBoxLayout *verticalLayout_6; QGridLayout *gridLayout_3; QFrame *frame; QHBoxLayout *horizontalLayout_2; QLabel *label; QLabel *lblType; QPushButton *btnMenu; QSpacerItem *horizontalSpacer_4; QCheckBox *checkRealTime; QHBoxLayout *horizontalLayout_3; QFrame *frame_3; QVBoxLayout *verticalLayout_3; QTableWidget *tableWidgetType; QFrame *frame_4; QVBoxLayout *verticalLayout_4; QPushButton *btnAddType; QPushButton *btnDeleteType; QPushButton *btnMoveUp; QPushButton *btnMoveDown; QSpacerItem *verticalSpacer_3; QLabel *label_2; QHBoxLayout *horizontalLayout; QSpacerItem *horizontalSpacer_8; QPushButton *btnExecute_2; QPushButton *btnExecute; QSpacerItem *horizontalSpacer_2; void setupUi(QDialog *Dialog) { if (Dialog->objectName().isEmpty()) Dialog->setObjectName(QString::fromUtf8("Dialog")); Dialog->resize(837, 524); verticalLayout = new QVBoxLayout(Dialog); verticalLayout->setSpacing(0); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); verticalLayout->setContentsMargins(0, 0, 0, 0); widget = new QWidget(Dialog); widget->setObjectName(QString::fromUtf8("widget")); verticalLayout_2 = new QVBoxLayout(widget); verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); widget_2 = new QWidget(widget); widget_2->setObjectName(QString::fromUtf8("widget_2")); horizontalLayout_4 = new QHBoxLayout(widget_2); horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4")); stackedWidget = new QStackedWidget(widget_2); stackedWidget->setObjectName(QString::fromUtf8("stackedWidget")); page_main = new QWidget(); page_main->setObjectName(QString::fromUtf8("page_main")); verticalLayout_5 = new QVBoxLayout(page_main); verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5")); groupC = new QGroupBox(page_main); groupC->setObjectName(QString::fromUtf8("groupC")); QFont font; font.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221")); font.setPointSize(10); groupC->setFont(font); groupC->setStyleSheet(QString::fromUtf8("")); verticalLayout_6 = new QVBoxLayout(groupC); verticalLayout_6->setObjectName(QString::fromUtf8("verticalLayout_6")); gridLayout_3 = new QGridLayout(); gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3")); gridLayout_3->setHorizontalSpacing(1); gridLayout_3->setVerticalSpacing(0); frame = new QFrame(groupC); frame->setObjectName(QString::fromUtf8("frame")); QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(frame->sizePolicy().hasHeightForWidth()); frame->setSizePolicy(sizePolicy); frame->setStyleSheet(QString::fromUtf8("border: 1px solid;\n" "border-color: rgba(173, 173, 173, 155);")); frame->setFrameShape(QFrame::StyledPanel); frame->setFrameShadow(QFrame::Raised); horizontalLayout_2 = new QHBoxLayout(frame); horizontalLayout_2->setSpacing(0); horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); horizontalLayout_2->setContentsMargins(0, 0, 1, 0); label = new QLabel(frame); label->setObjectName(QString::fromUtf8("label")); QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Preferred); sizePolicy1.setHorizontalStretch(0); sizePolicy1.setVerticalStretch(0); sizePolicy1.setHeightForWidth(label->sizePolicy().hasHeightForWidth()); label->setSizePolicy(sizePolicy1); label->setFont(font); label->setStyleSheet(QString::fromUtf8("color: rgb(30, 30, 30);")); horizontalLayout_2->addWidget(label); lblType = new QLabel(frame); lblType->setObjectName(QString::fromUtf8("lblType")); sizePolicy1.setHeightForWidth(lblType->sizePolicy().hasHeightForWidth()); lblType->setSizePolicy(sizePolicy1); lblType->setMinimumSize(QSize(136, 0)); lblType->setMaximumSize(QSize(136, 16777215)); lblType->setFont(font); lblType->setStyleSheet(QString::fromUtf8("color: rgb(0, 0, 255);")); lblType->setAlignment(Qt::AlignCenter); horizontalLayout_2->addWidget(lblType); btnMenu = new QPushButton(frame); btnMenu->setObjectName(QString::fromUtf8("btnMenu")); QSizePolicy sizePolicy2(QSizePolicy::Fixed, QSizePolicy::Fixed); sizePolicy2.setHorizontalStretch(0); sizePolicy2.setVerticalStretch(0); sizePolicy2.setHeightForWidth(btnMenu->sizePolicy().hasHeightForWidth()); btnMenu->setSizePolicy(sizePolicy2); btnMenu->setMinimumSize(QSize(42, 35)); btnMenu->setMaximumSize(QSize(42, 35)); btnMenu->setStyleSheet(QString::fromUtf8("QWidget{border: none}\n" "QPushButton::menu-indicator{image:none}\n" "QPushButton:hover{background-color: rgb(188, 199, 228)}\n" "QPushButton:pressed{background-color: rgb(139, 158, 210)}\n" "")); btnMenu->setIconSize(QSize(42, 35)); horizontalLayout_2->addWidget(btnMenu); horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::MinimumExpanding, QSizePolicy::Minimum); horizontalLayout_2->addItem(horizontalSpacer_4); checkRealTime = new QCheckBox(frame); checkRealTime->setObjectName(QString::fromUtf8("checkRealTime")); sizePolicy2.setHeightForWidth(checkRealTime->sizePolicy().hasHeightForWidth()); checkRealTime->setSizePolicy(sizePolicy2); checkRealTime->setFont(font); checkRealTime->setStyleSheet(QString::fromUtf8("QCheckBox{\n" " color: rgb(30, 30, 30);\n" " border-style: flat;\n" " background: transparent;\n" "}\n" "QCheckBox::indicator {\n" " width: 17px;\n" " height: 17px; \n" "}\n" "QCheckBox::indicator::unchecked {\n" " image: url(:/resource/untick.png);\n" "}\n" "QCheckBox::indicator::checked {\n" " image: url(:/resource/tick.png);\n" "};")); horizontalLayout_2->addWidget(checkRealTime); gridLayout_3->addWidget(frame, 0, 0, 1, 1); verticalLayout_6->addLayout(gridLayout_3); horizontalLayout_3 = new QHBoxLayout(); horizontalLayout_3->setSpacing(3); horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3")); frame_3 = new QFrame(groupC); frame_3->setObjectName(QString::fromUtf8("frame_3")); frame_3->setStyleSheet(QString::fromUtf8("border: 1px solid;\n" "border-color: rgba(173, 173, 173, 155);")); frame_3->setFrameShape(QFrame::StyledPanel); frame_3->setFrameShadow(QFrame::Raised); verticalLayout_3 = new QVBoxLayout(frame_3); verticalLayout_3->setSpacing(0); verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3")); verticalLayout_3->setContentsMargins(0, 0, 0, 0); tableWidgetType = new QTableWidget(frame_3); if (tableWidgetType->columnCount() < 1) tableWidgetType->setColumnCount(1); QFont font1; font1.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221")); font1.setPointSize(9); QTableWidgetItem *__qtablewidgetitem = new QTableWidgetItem(); __qtablewidgetitem->setFont(font1); tableWidgetType->setHorizontalHeaderItem(0, __qtablewidgetitem); tableWidgetType->setObjectName(QString::fromUtf8("tableWidgetType")); QFont font2; font2.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221")); tableWidgetType->setFont(font2); tableWidgetType->setStyleSheet(QString::fromUtf8("")); tableWidgetType->setVerticalScrollBarPolicy(Qt::ScrollBarAsNeeded); tableWidgetType->setHorizontalScrollBarPolicy(Qt::ScrollBarAsNeeded); tableWidgetType->setGridStyle(Qt::DashLine); tableWidgetType->horizontalHeader()->setMinimumSectionSize(29); tableWidgetType->horizontalHeader()->setDefaultSectionSize(338); tableWidgetType->verticalHeader()->setDefaultSectionSize(30); verticalLayout_3->addWidget(tableWidgetType); horizontalLayout_3->addWidget(frame_3); frame_4 = new QFrame(groupC); frame_4->setObjectName(QString::fromUtf8("frame_4")); frame_4->setStyleSheet(QString::fromUtf8("")); frame_4->setFrameShape(QFrame::StyledPanel); frame_4->setFrameShadow(QFrame::Raised); verticalLayout_4 = new QVBoxLayout(frame_4); verticalLayout_4->setSpacing(17); verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4")); verticalLayout_4->setContentsMargins(1, 2, 1, 1); btnAddType = new QPushButton(frame_4); btnAddType->setObjectName(QString::fromUtf8("btnAddType")); sizePolicy2.setHeightForWidth(btnAddType->sizePolicy().hasHeightForWidth()); btnAddType->setSizePolicy(sizePolicy2); btnAddType->setMinimumSize(QSize(60, 30)); btnAddType->setFont(font1); btnAddType->setStyleSheet(QString::fromUtf8("")); verticalLayout_4->addWidget(btnAddType); btnDeleteType = new QPushButton(frame_4); btnDeleteType->setObjectName(QString::fromUtf8("btnDeleteType")); sizePolicy2.setHeightForWidth(btnDeleteType->sizePolicy().hasHeightForWidth()); btnDeleteType->setSizePolicy(sizePolicy2); btnDeleteType->setMinimumSize(QSize(60, 30)); btnDeleteType->setFont(font1); btnDeleteType->setStyleSheet(QString::fromUtf8("")); verticalLayout_4->addWidget(btnDeleteType); btnMoveUp = new QPushButton(frame_4); btnMoveUp->setObjectName(QString::fromUtf8("btnMoveUp")); sizePolicy2.setHeightForWidth(btnMoveUp->sizePolicy().hasHeightForWidth()); btnMoveUp->setSizePolicy(sizePolicy2); btnMoveUp->setMinimumSize(QSize(60, 30)); btnMoveUp->setFont(font2); btnMoveUp->setStyleSheet(QString::fromUtf8("")); verticalLayout_4->addWidget(btnMoveUp); btnMoveDown = new QPushButton(frame_4); btnMoveDown->setObjectName(QString::fromUtf8("btnMoveDown")); sizePolicy2.setHeightForWidth(btnMoveDown->sizePolicy().hasHeightForWidth()); btnMoveDown->setSizePolicy(sizePolicy2); btnMoveDown->setMinimumSize(QSize(60, 30)); btnMoveDown->setFont(font2); btnMoveDown->setStyleSheet(QString::fromUtf8("")); verticalLayout_4->addWidget(btnMoveDown); verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); verticalLayout_4->addItem(verticalSpacer_3); horizontalLayout_3->addWidget(frame_4); verticalLayout_6->addLayout(horizontalLayout_3); verticalLayout_6->setStretch(0, 1); verticalLayout_6->setStretch(1, 8); verticalLayout_5->addWidget(groupC); stackedWidget->addWidget(page_main); horizontalLayout_4->addWidget(stackedWidget); label_2 = new QLabel(widget_2); label_2->setObjectName(QString::fromUtf8("label_2")); horizontalLayout_4->addWidget(label_2); horizontalLayout_4->setStretch(0, 5); horizontalLayout_4->setStretch(1, 5); verticalLayout_2->addWidget(widget_2); horizontalLayout = new QHBoxLayout(); horizontalLayout->setSpacing(0); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); horizontalLayout->setContentsMargins(-1, -1, -1, 6); horizontalSpacer_8 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer_8); btnExecute_2 = new QPushButton(widget); btnExecute_2->setObjectName(QString::fromUtf8("btnExecute_2")); btnExecute_2->setMinimumSize(QSize(90, 37)); btnExecute_2->setFont(font); btnExecute_2->setStyleSheet(QString::fromUtf8("QWidget{ background-color: rgb(85, 135, 127);}\n" "QWidget{ color: rgb(235, 235, 235);}\n" "QWidget{ border: 2px groove gray;border-radius: 8px;padding: 2px 4px;}\n" "QPushButton:hover{ background-color: rgb(85, 155, 127);}\n" "QPushButton:pressed{background-color: rgb(85, 175, 127);}")); horizontalLayout->addWidget(btnExecute_2); btnExecute = new QPushButton(widget); btnExecute->setObjectName(QString::fromUtf8("btnExecute")); btnExecute->setMinimumSize(QSize(90, 37)); btnExecute->setFont(font); btnExecute->setStyleSheet(QString::fromUtf8("QWidget{ background-color: rgb(85, 135, 127);}\n" "QWidget{ color: rgb(235, 235, 235);}\n" "QWidget{ border: 2px groove gray;border-radius: 8px;padding: 2px 4px;}\n" "QPushButton:hover{ background-color: rgb(85, 155, 127);}\n" "QPushButton:pressed{background-color: rgb(85, 175, 127);}")); horizontalLayout->addWidget(btnExecute); horizontalSpacer_2 = new QSpacerItem(6, 20, QSizePolicy::Fixed, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer_2); verticalLayout_2->addLayout(horizontalLayout); verticalLayout_2->setStretch(0, 10); verticalLayout_2->setStretch(1, 1); verticalLayout->addWidget(widget); retranslateUi(Dialog); stackedWidget->setCurrentIndex(0); QMetaObject::connectSlotsByName(Dialog); } // setupUi void retranslateUi(QDialog *Dialog) { Dialog->setWindowTitle(QCoreApplication::translate("Dialog", "\351\242\204\345\244\204\347\220\206", nullptr)); groupC->setTitle(QCoreApplication::translate("Dialog", "\351\242\204\345\244\204\347\220\206\345\217\202\346\225\260", nullptr)); label->setText(QCoreApplication::translate("Dialog", "\351\242\204\345\244\204\347\220\206\347\261\273\345\236\213\357\274\232", nullptr)); lblType->setText(QString()); #if QT_CONFIG(tooltip) btnMenu->setToolTip(QCoreApplication::translate("Dialog", "\346\267\273\345\212\240\351\242\204\345\244\204\347\220\206", nullptr)); #endif // QT_CONFIG(tooltip) btnMenu->setText(QCoreApplication::translate("Dialog", "All", nullptr)); checkRealTime->setText(QCoreApplication::translate("Dialog", "\345\256\236\346\227\266", nullptr)); QTableWidgetItem *___qtablewidgetitem = tableWidgetType->horizontalHeaderItem(0); ___qtablewidgetitem->setText(QCoreApplication::translate("Dialog", "\351\242\204\345\244\204\347\220\206\351\241\271\347\233\256", nullptr)); btnAddType->setText(QCoreApplication::translate("Dialog", "\346\267\273\345\212\240", nullptr)); btnDeleteType->setText(QCoreApplication::translate("Dialog", "\345\210\240\351\231\244", nullptr)); btnMoveUp->setText(QCoreApplication::translate("Dialog", "\344\270\212\347\247\273", nullptr)); btnMoveDown->setText(QCoreApplication::translate("Dialog", "\344\270\213\347\247\273", nullptr)); label_2->setText(QCoreApplication::translate("Dialog", "TextLabel", nullptr)); btnExecute_2->setText(QCoreApplication::translate("Dialog", "\344\277\235\345\255\230", nullptr)); btnExecute->setText(QCoreApplication::translate("Dialog", "\346\211\247\350\241\214", nullptr)); } // retranslateUi }; namespace Ui { class Dialog: public Ui_Dialog {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_STPREPROCESSING_H