123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431 |
- /********************************************************************************
- ** Form generated from reading UI file 'preprocesswindow.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_PREPROCESSWINDOW_H
- #define UI_PREPROCESSWINDOW_H
- #include <QtCore/QVariant>
- #include <QtWidgets/QApplication>
- #include <QtWidgets/QCheckBox>
- #include <QtWidgets/QDialog>
- #include <QtWidgets/QFrame>
- #include <QtWidgets/QGridLayout>
- #include <QtWidgets/QGroupBox>
- #include <QtWidgets/QHBoxLayout>
- #include <QtWidgets/QHeaderView>
- #include <QtWidgets/QLabel>
- #include <QtWidgets/QPushButton>
- #include <QtWidgets/QSpacerItem>
- #include <QtWidgets/QStackedWidget>
- #include <QtWidgets/QTableWidget>
- #include <QtWidgets/QVBoxLayout>
- #include <QtWidgets/QWidget>
- #include <mybutton.h>
- QT_BEGIN_NAMESPACE
- class Ui_PreprocessWindow
- {
- 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 *label_type;
- MyButton *btn_menu;
- QSpacerItem *horizontalSpacer_4;
- QCheckBox *checkRealTime;
- QHBoxLayout *horizontalLayout_3;
- QFrame *frame_3;
- QVBoxLayout *verticalLayout_3;
- QTableWidget *tableWidgetType;
- QFrame *frame_4;
- QVBoxLayout *verticalLayout_4;
- MyButton *btn_addType;
- MyButton *btnDeleteType;
- MyButton *btnMoveUp;
- MyButton *btnMoveDown;
- QSpacerItem *verticalSpacer_3;
- QWidget *page_rotateImage;
- QLabel *label_2;
- QHBoxLayout *horizontalLayout;
- QSpacerItem *horizontalSpacer_8;
- QPushButton *btnExecute_2;
- QPushButton *btnExecute;
- QSpacerItem *horizontalSpacer_2;
- void setupUi(QDialog *PreprocessWindow)
- {
- if (PreprocessWindow->objectName().isEmpty())
- PreprocessWindow->setObjectName(QString::fromUtf8("PreprocessWindow"));
- PreprocessWindow->resize(837, 524);
- PreprocessWindow->setStyleSheet(QString::fromUtf8("background-color: rgb(37, 37, 37);"));
- verticalLayout = new QVBoxLayout(PreprocessWindow);
- verticalLayout->setSpacing(0);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- verticalLayout->setContentsMargins(0, 0, 0, 0);
- widget = new QWidget(PreprocessWindow);
- 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(255, 255, 255);"));
- horizontalLayout_2->addWidget(label);
- label_type = new QLabel(frame);
- label_type->setObjectName(QString::fromUtf8("label_type"));
- sizePolicy1.setHeightForWidth(label_type->sizePolicy().hasHeightForWidth());
- label_type->setSizePolicy(sizePolicy1);
- label_type->setMinimumSize(QSize(136, 0));
- label_type->setMaximumSize(QSize(136, 16777215));
- label_type->setFont(font);
- label_type->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);"));
- label_type->setAlignment(Qt::AlignCenter);
- horizontalLayout_2->addWidget(label_type);
- btn_menu = new MyButton(frame);
- btn_menu->setObjectName(QString::fromUtf8("btn_menu"));
- QSizePolicy sizePolicy2(QSizePolicy::Fixed, QSizePolicy::Fixed);
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(btn_menu->sizePolicy().hasHeightForWidth());
- btn_menu->setSizePolicy(sizePolicy2);
- btn_menu->setMinimumSize(QSize(42, 35));
- btn_menu->setMaximumSize(QSize(42, 35));
- btn_menu->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
- "border:0px;\n"
- "background-color: rgb(8, 91, 82);\n"
- "border-radius:10px;\n"
- ""));
- btn_menu->setIconSize(QSize(42, 35));
- horizontalLayout_2->addWidget(btn_menu);
- 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);
- QBrush brush(QColor(255, 255, 255, 255));
- brush.setStyle(Qt::NoBrush);
- QFont font1;
- font1.setBold(true);
- font1.setWeight(75);
- QTableWidgetItem *__qtablewidgetitem = new QTableWidgetItem();
- __qtablewidgetitem->setFont(font1);
- __qtablewidgetitem->setBackground(QColor(255, 255, 255));
- __qtablewidgetitem->setForeground(brush);
- 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("color: rgb(255, 255, 255);\n"
- "background-color: rgb(37, 37, 37);"));
- 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);
- btn_addType = new MyButton(frame_4);
- btn_addType->setObjectName(QString::fromUtf8("btn_addType"));
- sizePolicy2.setHeightForWidth(btn_addType->sizePolicy().hasHeightForWidth());
- btn_addType->setSizePolicy(sizePolicy2);
- btn_addType->setMinimumSize(QSize(60, 30));
- QFont font3;
- font3.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
- font3.setPointSize(10);
- font3.setBold(false);
- font3.setItalic(false);
- font3.setWeight(50);
- btn_addType->setFont(font3);
- btn_addType->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
- "border:0px;\n"
- "background-color: rgb(8, 91, 82);\n"
- "border-radius:10px;"));
- verticalLayout_4->addWidget(btn_addType);
- btnDeleteType = new MyButton(frame_4);
- btnDeleteType->setObjectName(QString::fromUtf8("btnDeleteType"));
- sizePolicy2.setHeightForWidth(btnDeleteType->sizePolicy().hasHeightForWidth());
- btnDeleteType->setSizePolicy(sizePolicy2);
- btnDeleteType->setMinimumSize(QSize(60, 30));
- btnDeleteType->setFont(font3);
- btnDeleteType->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
- "border:0px;\n"
- "background-color: rgb(8, 91, 82);\n"
- "border-radius:10px;"));
- verticalLayout_4->addWidget(btnDeleteType);
- btnMoveUp = new MyButton(frame_4);
- btnMoveUp->setObjectName(QString::fromUtf8("btnMoveUp"));
- sizePolicy2.setHeightForWidth(btnMoveUp->sizePolicy().hasHeightForWidth());
- btnMoveUp->setSizePolicy(sizePolicy2);
- btnMoveUp->setMinimumSize(QSize(60, 30));
- btnMoveUp->setFont(font3);
- btnMoveUp->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
- "border:0px;\n"
- "background-color: rgb(8, 91, 82);\n"
- "border-radius:10px;"));
- verticalLayout_4->addWidget(btnMoveUp);
- btnMoveDown = new MyButton(frame_4);
- btnMoveDown->setObjectName(QString::fromUtf8("btnMoveDown"));
- sizePolicy2.setHeightForWidth(btnMoveDown->sizePolicy().hasHeightForWidth());
- btnMoveDown->setSizePolicy(sizePolicy2);
- btnMoveDown->setMinimumSize(QSize(60, 30));
- btnMoveDown->setFont(font3);
- btnMoveDown->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
- "border:0px;\n"
- "background-color: rgb(8, 91, 82);\n"
- "border-radius:10px;"));
- 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);
- page_rotateImage = new QWidget();
- page_rotateImage->setObjectName(QString::fromUtf8("page_rotateImage"));
- stackedWidget->addWidget(page_rotateImage);
- 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(font3);
- btnExecute_2->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
- "border:0px;\n"
- "background-color: rgb(8, 91, 82);\n"
- "border-radius:10px;"));
- horizontalLayout->addWidget(btnExecute_2);
- btnExecute = new QPushButton(widget);
- btnExecute->setObjectName(QString::fromUtf8("btnExecute"));
- btnExecute->setMinimumSize(QSize(90, 37));
- btnExecute->setFont(font3);
- btnExecute->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
- "border:0px;\n"
- "background-color: rgb(8, 91, 82);\n"
- "border-radius:10px;"));
- 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(PreprocessWindow);
- stackedWidget->setCurrentIndex(0);
- QMetaObject::connectSlotsByName(PreprocessWindow);
- } // setupUi
- void retranslateUi(QDialog *PreprocessWindow)
- {
- PreprocessWindow->setWindowTitle(QCoreApplication::translate("PreprocessWindow", "\351\242\204\345\244\204\347\220\206", nullptr));
- groupC->setTitle(QCoreApplication::translate("PreprocessWindow", "\351\242\204\345\244\204\347\220\206\345\217\202\346\225\260", nullptr));
- label->setText(QCoreApplication::translate("PreprocessWindow", "\351\242\204\345\244\204\347\220\206\347\261\273\345\236\213\357\274\232", nullptr));
- label_type->setText(QString());
- #if QT_CONFIG(tooltip)
- btn_menu->setToolTip(QCoreApplication::translate("PreprocessWindow", "\346\267\273\345\212\240\351\242\204\345\244\204\347\220\206", nullptr));
- #endif // QT_CONFIG(tooltip)
- btn_menu->setText(QCoreApplication::translate("PreprocessWindow", "All", nullptr));
- checkRealTime->setText(QCoreApplication::translate("PreprocessWindow", "\345\256\236\346\227\266", nullptr));
- QTableWidgetItem *___qtablewidgetitem = tableWidgetType->horizontalHeaderItem(0);
- ___qtablewidgetitem->setText(QCoreApplication::translate("PreprocessWindow", "\351\242\204\345\244\204\347\220\206\351\241\271\347\233\256", nullptr));
- btn_addType->setText(QCoreApplication::translate("PreprocessWindow", "\346\267\273\345\212\240", nullptr));
- btnDeleteType->setText(QCoreApplication::translate("PreprocessWindow", "\345\210\240\351\231\244", nullptr));
- btnMoveUp->setText(QCoreApplication::translate("PreprocessWindow", "\344\270\212\347\247\273", nullptr));
- btnMoveDown->setText(QCoreApplication::translate("PreprocessWindow", "\344\270\213\347\247\273", nullptr));
- label_2->setText(QCoreApplication::translate("PreprocessWindow", "TextLabel", nullptr));
- btnExecute_2->setText(QCoreApplication::translate("PreprocessWindow", "\344\277\235\345\255\230", nullptr));
- btnExecute->setText(QCoreApplication::translate("PreprocessWindow", "\346\211\247\350\241\214", nullptr));
- } // retranslateUi
- };
- namespace Ui {
- class PreprocessWindow: public Ui_PreprocessWindow {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_PREPROCESSWINDOW_H
|