/******************************************************************************** ** Form generated from reading UI file 'widget.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_WIDGET_H #define UI_WIDGET_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_Widget { public: QVBoxLayout *verticalLayout_7; QWidget *widget_7; QHBoxLayout *horizontalLayout_9; QLabel *LABEL_ico; QLabel *LABEL_mainTitle; QSpacerItem *horizontalSpacer_4; QWidget *widget_8; QHBoxLayout *horizontalLayout_10; QToolButton *BTN_Min; QToolButton *BTN_Max; QToolButton *BTN_Close; QHBoxLayout *horizontalLayout_7; QWidget *widget4; QVBoxLayout *verticalLayout_5; QHBoxLayout *horizontalLayout_5; QWidget *widget_9; QHBoxLayout *horizontalLayout_6; QPushButton *BTN_OpenImageRef; QPushButton *BTN_OpenImageDet; QPushButton *BTN_TakePhotoRef; QPushButton *BTN_ConfigCamera; QPushButton *BTN_AlgDetect; QPushButton *BTN_SaveImage; QWidget *widget_10; QHBoxLayout *horizontalLayout_8; QRadioButton *RBT_FileMode; QRadioButton *RBT_CameraMode; ClickLabel *LABLE_ShowSmallPicRef; ClickLabel *LABLE_ShowSmallPicDet; QWidget *widget_5; QVBoxLayout *verticalLayout_6; QCheckBox *CBK_IsShowRltRect; QCheckBox *CBK_IsShowRltText; QWidget *widget5; QHBoxLayout *horizontalLayout; QWidget *widget_4; QVBoxLayout *verticalLayout_3; QWidget *widget_6; QHBoxLayout *horizontalLayout_4; QLabel *label_4; QLabel *LABLE_ShowPicNmae; QSpacerItem *horizontalSpacer_3; MainShowWidget *label_source; QWidget *widget; QVBoxLayout *verticalLayout; QWidget *widget_2; QHBoxLayout *horizontalLayout_2; QLabel *label_2; QSpacerItem *horizontalSpacer; QLabel *label_ori; QWidget *widget_3; QHBoxLayout *horizontalLayout_3; QLabel *label_3; QSpacerItem *horizontalSpacer_2; QLabel *label_rlt; QWidget *widget2; QVBoxLayout *verticalLayout_2; QWidget *widget3; QVBoxLayout *verticalLayout_4; QLabel *LABEL_realTime; MyTableWidget *TWG_resulrInfo; QTextBrowser *EDIT_informationText; void setupUi(QWidget *Widget) { if (Widget->objectName().isEmpty()) Widget->setObjectName(QString::fromUtf8("Widget")); Widget->resize(1388, 808); QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Maximum); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(Widget->sizePolicy().hasHeightForWidth()); Widget->setSizePolicy(sizePolicy); Widget->setContextMenuPolicy(Qt::DefaultContextMenu); Widget->setStyleSheet(QString::fromUtf8("background-color: rgb(37, 37, 37);\n" "color:rgb(255,255,255);")); verticalLayout_7 = new QVBoxLayout(Widget); verticalLayout_7->setSpacing(0); verticalLayout_7->setObjectName(QString::fromUtf8("verticalLayout_7")); verticalLayout_7->setContentsMargins(0, 0, 0, 0); widget_7 = new QWidget(Widget); widget_7->setObjectName(QString::fromUtf8("widget_7")); horizontalLayout_9 = new QHBoxLayout(widget_7); horizontalLayout_9->setObjectName(QString::fromUtf8("horizontalLayout_9")); horizontalLayout_9->setContentsMargins(0, 0, 0, 0); LABEL_ico = new QLabel(widget_7); LABEL_ico->setObjectName(QString::fromUtf8("LABEL_ico")); LABEL_ico->setStyleSheet(QString::fromUtf8("border-image: url(:/Assets/View/tool.ico);")); horizontalLayout_9->addWidget(LABEL_ico); LABEL_mainTitle = new QLabel(widget_7); LABEL_mainTitle->setObjectName(QString::fromUtf8("LABEL_mainTitle")); LABEL_mainTitle->setStyleSheet(QString::fromUtf8("font: 15pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";")); horizontalLayout_9->addWidget(LABEL_mainTitle); horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_9->addItem(horizontalSpacer_4); widget_8 = new QWidget(widget_7); widget_8->setObjectName(QString::fromUtf8("widget_8")); horizontalLayout_10 = new QHBoxLayout(widget_8); horizontalLayout_10->setSpacing(2); horizontalLayout_10->setObjectName(QString::fromUtf8("horizontalLayout_10")); horizontalLayout_10->setContentsMargins(0, 0, 0, 0); BTN_Min = new QToolButton(widget_8); BTN_Min->setObjectName(QString::fromUtf8("BTN_Min")); BTN_Min->setMinimumSize(QSize(30, 30)); BTN_Min->setStyleSheet(QString::fromUtf8("QToolButton { background-color: rgb(61, 61, 61);\n" " border-radius: 5px;\n" "border-image: url(:/Assets/View/button_min.png);} \n" "QToolButton:hover { background-color: rgb(150, 150, 150); }\n" "")); horizontalLayout_10->addWidget(BTN_Min); BTN_Max = new QToolButton(widget_8); BTN_Max->setObjectName(QString::fromUtf8("BTN_Max")); BTN_Max->setMinimumSize(QSize(30, 30)); BTN_Max->setStyleSheet(QString::fromUtf8("\n" "\n" "QToolButton { background-color: rgb(61, 61, 61); border-radius: 5px;border-image: url(:/Assets/View/button_max.png);} \n" "QToolButton:hover { background-color: rgb(150, 150, 150); }\n" "")); horizontalLayout_10->addWidget(BTN_Max); BTN_Close = new QToolButton(widget_8); BTN_Close->setObjectName(QString::fromUtf8("BTN_Close")); BTN_Close->setMinimumSize(QSize(30, 30)); BTN_Close->setMouseTracking(false); BTN_Close->setAcceptDrops(false); BTN_Close->setAutoFillBackground(false); BTN_Close->setStyleSheet(QString::fromUtf8("\n" "QToolButton { background-color: rgb(61, 61, 61); border-radius: 5px;border-image: url(:/Assets/View/button_close.png);} \n" "QToolButton:hover { background-color: rgb(150, 150, 150); }\n" "")); horizontalLayout_10->addWidget(BTN_Close); horizontalLayout_10->setStretch(0, 1); horizontalLayout_10->setStretch(1, 1); horizontalLayout_10->setStretch(2, 1); horizontalLayout_9->addWidget(widget_8); horizontalLayout_9->setStretch(0, 1); horizontalLayout_9->setStretch(1, 9); horizontalLayout_9->setStretch(2, 35); horizontalLayout_9->setStretch(3, 3); verticalLayout_7->addWidget(widget_7); horizontalLayout_7 = new QHBoxLayout(); horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7")); widget4 = new QWidget(Widget); widget4->setObjectName(QString::fromUtf8("widget4")); verticalLayout_5 = new QVBoxLayout(widget4); verticalLayout_5->setSpacing(0); verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5")); verticalLayout_5->setContentsMargins(0, 0, 0, 0); horizontalLayout_5 = new QHBoxLayout(); horizontalLayout_5->setSpacing(6); horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5")); horizontalLayout_5->setContentsMargins(0, 0, 0, 0); widget_9 = new QWidget(widget4); widget_9->setObjectName(QString::fromUtf8("widget_9")); widget_9->setMinimumSize(QSize(300, 0)); horizontalLayout_6 = new QHBoxLayout(widget_9); horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6")); BTN_OpenImageRef = new QPushButton(widget_9); BTN_OpenImageRef->setObjectName(QString::fromUtf8("BTN_OpenImageRef")); QSizePolicy sizePolicy1(QSizePolicy::Ignored, QSizePolicy::Preferred); sizePolicy1.setHorizontalStretch(0); sizePolicy1.setVerticalStretch(0); sizePolicy1.setHeightForWidth(BTN_OpenImageRef->sizePolicy().hasHeightForWidth()); BTN_OpenImageRef->setSizePolicy(sizePolicy1); BTN_OpenImageRef->setMinimumSize(QSize(0, 0)); BTN_OpenImageRef->setMaximumSize(QSize(16777215, 16777215)); BTN_OpenImageRef->setFocusPolicy(Qt::NoFocus); BTN_OpenImageRef->setStyleSheet(QString::fromUtf8("")); horizontalLayout_6->addWidget(BTN_OpenImageRef); BTN_OpenImageDet = new QPushButton(widget_9); BTN_OpenImageDet->setObjectName(QString::fromUtf8("BTN_OpenImageDet")); sizePolicy1.setHeightForWidth(BTN_OpenImageDet->sizePolicy().hasHeightForWidth()); BTN_OpenImageDet->setSizePolicy(sizePolicy1); BTN_OpenImageDet->setMinimumSize(QSize(0, 0)); BTN_OpenImageDet->setMaximumSize(QSize(16777215, 16777215)); BTN_OpenImageDet->setFocusPolicy(Qt::NoFocus); BTN_OpenImageDet->setStyleSheet(QString::fromUtf8("")); horizontalLayout_6->addWidget(BTN_OpenImageDet); BTN_TakePhotoRef = new QPushButton(widget_9); BTN_TakePhotoRef->setObjectName(QString::fromUtf8("BTN_TakePhotoRef")); sizePolicy1.setHeightForWidth(BTN_TakePhotoRef->sizePolicy().hasHeightForWidth()); BTN_TakePhotoRef->setSizePolicy(sizePolicy1); BTN_TakePhotoRef->setFocusPolicy(Qt::NoFocus); BTN_TakePhotoRef->setStyleSheet(QString::fromUtf8("")); horizontalLayout_6->addWidget(BTN_TakePhotoRef); BTN_ConfigCamera = new QPushButton(widget_9); BTN_ConfigCamera->setObjectName(QString::fromUtf8("BTN_ConfigCamera")); sizePolicy1.setHeightForWidth(BTN_ConfigCamera->sizePolicy().hasHeightForWidth()); BTN_ConfigCamera->setSizePolicy(sizePolicy1); BTN_ConfigCamera->setMinimumSize(QSize(0, 0)); BTN_ConfigCamera->setFocusPolicy(Qt::NoFocus); BTN_ConfigCamera->setStyleSheet(QString::fromUtf8("")); horizontalLayout_6->addWidget(BTN_ConfigCamera); BTN_AlgDetect = new QPushButton(widget_9); BTN_AlgDetect->setObjectName(QString::fromUtf8("BTN_AlgDetect")); sizePolicy1.setHeightForWidth(BTN_AlgDetect->sizePolicy().hasHeightForWidth()); BTN_AlgDetect->setSizePolicy(sizePolicy1); BTN_AlgDetect->setMinimumSize(QSize(0, 0)); BTN_AlgDetect->setFocusPolicy(Qt::NoFocus); BTN_AlgDetect->setStyleSheet(QString::fromUtf8("")); horizontalLayout_6->addWidget(BTN_AlgDetect); BTN_SaveImage = new QPushButton(widget_9); BTN_SaveImage->setObjectName(QString::fromUtf8("BTN_SaveImage")); sizePolicy1.setHeightForWidth(BTN_SaveImage->sizePolicy().hasHeightForWidth()); BTN_SaveImage->setSizePolicy(sizePolicy1); BTN_SaveImage->setFocusPolicy(Qt::NoFocus); BTN_SaveImage->setStyleSheet(QString::fromUtf8("")); horizontalLayout_6->addWidget(BTN_SaveImage); horizontalLayout_6->setStretch(0, 1); horizontalLayout_6->setStretch(1, 1); horizontalLayout_6->setStretch(2, 1); horizontalLayout_6->setStretch(3, 1); horizontalLayout_6->setStretch(4, 1); horizontalLayout_6->setStretch(5, 1); horizontalLayout_5->addWidget(widget_9); widget_10 = new QWidget(widget4); widget_10->setObjectName(QString::fromUtf8("widget_10")); widget_10->setMinimumSize(QSize(100, 0)); horizontalLayout_8 = new QHBoxLayout(widget_10); horizontalLayout_8->setObjectName(QString::fromUtf8("horizontalLayout_8")); RBT_FileMode = new QRadioButton(widget_10); RBT_FileMode->setObjectName(QString::fromUtf8("RBT_FileMode")); QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Preferred); sizePolicy2.setHorizontalStretch(0); sizePolicy2.setVerticalStretch(0); sizePolicy2.setHeightForWidth(RBT_FileMode->sizePolicy().hasHeightForWidth()); RBT_FileMode->setSizePolicy(sizePolicy2); RBT_FileMode->setFocusPolicy(Qt::NoFocus); RBT_FileMode->setStyleSheet(QString::fromUtf8("QRadioButton{\n" " color: rgb(250, 250, 250);\n" " font: 15pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n" " border-style: flat;\n" " background: transparent;\n" "}\n" "QRadioButton::indicator {\n" " width: 25px;\n" " height: 25px; \n" "}\n" "QRadioButton::indicator::unchecked {\n" " image: url(:/Assets/View/untick.png);\n" "}\n" "QRadioButton::indicator::checked {\n" " image: url(:/Assets/View/tick.png);\n" "};")); RBT_FileMode->setChecked(true); horizontalLayout_8->addWidget(RBT_FileMode); RBT_CameraMode = new QRadioButton(widget_10); RBT_CameraMode->setObjectName(QString::fromUtf8("RBT_CameraMode")); sizePolicy2.setHeightForWidth(RBT_CameraMode->sizePolicy().hasHeightForWidth()); RBT_CameraMode->setSizePolicy(sizePolicy2); RBT_CameraMode->setFocusPolicy(Qt::NoFocus); RBT_CameraMode->setStyleSheet(QString::fromUtf8("QRadioButton{\n" " color: rgb(250, 250, 250);\n" " font: 15pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n" " border-style: flat;\n" " background: transparent;\n" "}\n" "QRadioButton::indicator {\n" " width: 25px;\n" " height: 25px; \n" "}\n" "QRadioButton::indicator::unchecked {\n" " image: url(:/Assets/View/untick.png);\n" "}\n" "QRadioButton::indicator::checked {\n" " image: url(:/Assets/View/tick.png);\n" "};")); RBT_CameraMode->setCheckable(true); horizontalLayout_8->addWidget(RBT_CameraMode); horizontalLayout_5->addWidget(widget_10); LABLE_ShowSmallPicRef = new ClickLabel(widget4); LABLE_ShowSmallPicRef->setObjectName(QString::fromUtf8("LABLE_ShowSmallPicRef")); QSizePolicy sizePolicy3(QSizePolicy::Ignored, QSizePolicy::Ignored); sizePolicy3.setHorizontalStretch(0); sizePolicy3.setVerticalStretch(0); sizePolicy3.setHeightForWidth(LABLE_ShowSmallPicRef->sizePolicy().hasHeightForWidth()); LABLE_ShowSmallPicRef->setSizePolicy(sizePolicy3); LABLE_ShowSmallPicRef->setStyleSheet(QString::fromUtf8("background-color: rgb(0, 0, 0);\n" "color: rgb(0, 255, 0);\n" "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";")); LABLE_ShowSmallPicRef->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop); horizontalLayout_5->addWidget(LABLE_ShowSmallPicRef); LABLE_ShowSmallPicDet = new ClickLabel(widget4); LABLE_ShowSmallPicDet->setObjectName(QString::fromUtf8("LABLE_ShowSmallPicDet")); sizePolicy3.setHeightForWidth(LABLE_ShowSmallPicDet->sizePolicy().hasHeightForWidth()); LABLE_ShowSmallPicDet->setSizePolicy(sizePolicy3); LABLE_ShowSmallPicDet->setStyleSheet(QString::fromUtf8("background-color: rgb(0, 0, 0);\n" "color: rgb(0, 255, 0);\n" "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";")); LABLE_ShowSmallPicDet->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop); horizontalLayout_5->addWidget(LABLE_ShowSmallPicDet); widget_5 = new QWidget(widget4); widget_5->setObjectName(QString::fromUtf8("widget_5")); widget_5->setMinimumSize(QSize(0, 0)); verticalLayout_6 = new QVBoxLayout(widget_5); verticalLayout_6->setObjectName(QString::fromUtf8("verticalLayout_6")); CBK_IsShowRltRect = new QCheckBox(widget_5); CBK_IsShowRltRect->setObjectName(QString::fromUtf8("CBK_IsShowRltRect")); sizePolicy2.setHeightForWidth(CBK_IsShowRltRect->sizePolicy().hasHeightForWidth()); CBK_IsShowRltRect->setSizePolicy(sizePolicy2); CBK_IsShowRltRect->setFocusPolicy(Qt::NoFocus); CBK_IsShowRltRect->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n" "font: 12pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n" "border:0px;\n" "border-radius:10px;")); CBK_IsShowRltRect->setChecked(true); verticalLayout_6->addWidget(CBK_IsShowRltRect); CBK_IsShowRltText = new QCheckBox(widget_5); CBK_IsShowRltText->setObjectName(QString::fromUtf8("CBK_IsShowRltText")); sizePolicy2.setHeightForWidth(CBK_IsShowRltText->sizePolicy().hasHeightForWidth()); CBK_IsShowRltText->setSizePolicy(sizePolicy2); CBK_IsShowRltText->setFocusPolicy(Qt::NoFocus); CBK_IsShowRltText->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n" "font: 12pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n" "border:0px;\n" "border-radius:10px;")); CBK_IsShowRltText->setChecked(true); verticalLayout_6->addWidget(CBK_IsShowRltText); horizontalLayout_5->addWidget(widget_5); horizontalLayout_5->setStretch(0, 16); horizontalLayout_5->setStretch(1, 6); horizontalLayout_5->setStretch(2, 2); horizontalLayout_5->setStretch(3, 2); horizontalLayout_5->setStretch(4, 1); verticalLayout_5->addLayout(horizontalLayout_5); widget5 = new QWidget(widget4); widget5->setObjectName(QString::fromUtf8("widget5")); horizontalLayout = new QHBoxLayout(widget5); horizontalLayout->setSpacing(5); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); horizontalLayout->setContentsMargins(10, 0, 0, 10); widget_4 = new QWidget(widget5); widget_4->setObjectName(QString::fromUtf8("widget_4")); widget_4->setStyleSheet(QString::fromUtf8("border-width:5px;\n" "boeder-style:solid;\n" "border-color: rgb(255, 255, 255);")); verticalLayout_3 = new QVBoxLayout(widget_4); verticalLayout_3->setSpacing(0); verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3")); verticalLayout_3->setContentsMargins(0, 0, 0, 0); widget_6 = new QWidget(widget_4); widget_6->setObjectName(QString::fromUtf8("widget_6")); sizePolicy2.setHeightForWidth(widget_6->sizePolicy().hasHeightForWidth()); widget_6->setSizePolicy(sizePolicy2); horizontalLayout_4 = new QHBoxLayout(widget_6); horizontalLayout_4->setSpacing(1); horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4")); horizontalLayout_4->setContentsMargins(1, 1, 1, 1); label_4 = new QLabel(widget_6); label_4->setObjectName(QString::fromUtf8("label_4")); label_4->setEnabled(true); QSizePolicy sizePolicy4(QSizePolicy::Minimum, QSizePolicy::Fixed); sizePolicy4.setHorizontalStretch(0); sizePolicy4.setVerticalStretch(0); sizePolicy4.setHeightForWidth(label_4->sizePolicy().hasHeightForWidth()); label_4->setSizePolicy(sizePolicy4); label_4->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n" "font: 20pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n" "")); horizontalLayout_4->addWidget(label_4); LABLE_ShowPicNmae = new QLabel(widget_6); LABLE_ShowPicNmae->setObjectName(QString::fromUtf8("LABLE_ShowPicNmae")); LABLE_ShowPicNmae->setStyleSheet(QString::fromUtf8("color: rgb(0, 255, 0);\n" "font: 15pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n" "border:0px;\n" "")); horizontalLayout_4->addWidget(LABLE_ShowPicNmae); horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_4->addItem(horizontalSpacer_3); horizontalLayout_4->setStretch(0, 1); horizontalLayout_4->setStretch(1, 4); horizontalLayout_4->setStretch(2, 5); verticalLayout_3->addWidget(widget_6); label_source = new MainShowWidget(widget_4); label_source->setObjectName(QString::fromUtf8("label_source")); label_source->setFocusPolicy(Qt::StrongFocus); label_source->setStyleSheet(QString::fromUtf8("background-color: rgb(0, 0, 0);")); verticalLayout_3->addWidget(label_source); verticalLayout_3->setStretch(0, 1); verticalLayout_3->setStretch(1, 13); horizontalLayout->addWidget(widget_4); widget = new QWidget(widget5); widget->setObjectName(QString::fromUtf8("widget")); sizePolicy2.setHeightForWidth(widget->sizePolicy().hasHeightForWidth()); widget->setSizePolicy(sizePolicy2); widget->setMinimumSize(QSize(0, 100)); verticalLayout = new QVBoxLayout(widget); verticalLayout->setSpacing(0); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); verticalLayout->setContentsMargins(0, 0, 0, 0); widget_2 = new QWidget(widget); widget_2->setObjectName(QString::fromUtf8("widget_2")); horizontalLayout_2 = new QHBoxLayout(widget_2); horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); horizontalLayout_2->setContentsMargins(6, 6, 6, 6); label_2 = new QLabel(widget_2); label_2->setObjectName(QString::fromUtf8("label_2")); label_2->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n" "font: 20pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";")); horizontalLayout_2->addWidget(label_2); horizontalSpacer = new QSpacerItem(338, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_2->addItem(horizontalSpacer); horizontalLayout_2->setStretch(0, 1); horizontalLayout_2->setStretch(1, 1); verticalLayout->addWidget(widget_2); label_ori = new QLabel(widget); label_ori->setObjectName(QString::fromUtf8("label_ori")); sizePolicy3.setHeightForWidth(label_ori->sizePolicy().hasHeightForWidth()); label_ori->setSizePolicy(sizePolicy3); label_ori->setStyleSheet(QString::fromUtf8("background-color: rgb(0, 0, 0);")); verticalLayout->addWidget(label_ori); widget_3 = new QWidget(widget); widget_3->setObjectName(QString::fromUtf8("widget_3")); horizontalLayout_3 = new QHBoxLayout(widget_3); horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3")); horizontalLayout_3->setContentsMargins(6, 6, 6, 6); label_3 = new QLabel(widget_3); label_3->setObjectName(QString::fromUtf8("label_3")); label_3->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n" "font: 20pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";")); horizontalLayout_3->addWidget(label_3); horizontalSpacer_2 = new QSpacerItem(320, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_3->addItem(horizontalSpacer_2); horizontalLayout_3->setStretch(0, 1); horizontalLayout_3->setStretch(1, 1); verticalLayout->addWidget(widget_3); label_rlt = new QLabel(widget); label_rlt->setObjectName(QString::fromUtf8("label_rlt")); sizePolicy3.setHeightForWidth(label_rlt->sizePolicy().hasHeightForWidth()); label_rlt->setSizePolicy(sizePolicy3); label_rlt->setStyleSheet(QString::fromUtf8("background-color: rgb(0, 0, 0);")); verticalLayout->addWidget(label_rlt); verticalLayout->setStretch(0, 1); verticalLayout->setStretch(1, 6); verticalLayout->setStretch(2, 1); verticalLayout->setStretch(3, 6); horizontalLayout->addWidget(widget); horizontalLayout->setStretch(0, 2); horizontalLayout->setStretch(1, 1); verticalLayout_5->addWidget(widget5); verticalLayout_5->setStretch(0, 1); verticalLayout_5->setStretch(1, 10); horizontalLayout_7->addWidget(widget4); widget2 = new QWidget(Widget); widget2->setObjectName(QString::fromUtf8("widget2")); widget2->setMaximumSize(QSize(410, 16777215)); verticalLayout_2 = new QVBoxLayout(widget2); verticalLayout_2->setSpacing(0); verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); verticalLayout_2->setContentsMargins(3, 0, 0, 0); widget3 = new QWidget(widget2); widget3->setObjectName(QString::fromUtf8("widget3")); verticalLayout_4 = new QVBoxLayout(widget3); verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4")); verticalLayout_4->setContentsMargins(0, 0, 0, 0); LABEL_realTime = new QLabel(widget3); LABEL_realTime->setObjectName(QString::fromUtf8("LABEL_realTime")); sizePolicy3.setHeightForWidth(LABEL_realTime->sizePolicy().hasHeightForWidth()); LABEL_realTime->setSizePolicy(sizePolicy3); LABEL_realTime->setStyleSheet(QString::fromUtf8("background-color: rgb(0, 0, 0);\n" "color: rgb(0, 255, 0);\n" "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";")); verticalLayout_4->addWidget(LABEL_realTime); verticalLayout_4->setStretch(0, 2); verticalLayout_2->addWidget(widget3); TWG_resulrInfo = new MyTableWidget(widget2); TWG_resulrInfo->setObjectName(QString::fromUtf8("TWG_resulrInfo")); TWG_resulrInfo->setFocusPolicy(Qt::NoFocus); verticalLayout_2->addWidget(TWG_resulrInfo); EDIT_informationText = new QTextBrowser(widget2); EDIT_informationText->setObjectName(QString::fromUtf8("EDIT_informationText")); EDIT_informationText->setFocusPolicy(Qt::NoFocus); EDIT_informationText->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n" "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";")); verticalLayout_2->addWidget(EDIT_informationText); verticalLayout_2->setStretch(0, 3); verticalLayout_2->setStretch(1, 4); verticalLayout_2->setStretch(2, 3); horizontalLayout_7->addWidget(widget2); horizontalLayout_7->setStretch(0, 5); horizontalLayout_7->setStretch(1, 1); verticalLayout_7->addLayout(horizontalLayout_7); verticalLayout_7->setStretch(0, 1); verticalLayout_7->setStretch(1, 27); retranslateUi(Widget); QMetaObject::connectSlotsByName(Widget); } // setupUi void retranslateUi(QWidget *Widget) { Widget->setWindowTitle(QCoreApplication::translate("Widget", "Widget", nullptr)); LABEL_ico->setText(QString()); LABEL_mainTitle->setText(QString()); BTN_Min->setText(QString()); BTN_Max->setText(QString()); BTN_Close->setText(QString()); BTN_OpenImageRef->setText(QCoreApplication::translate("Widget", "\346\211\223\345\274\200\345\217\202\350\200\203\345\233\276", nullptr)); BTN_OpenImageDet->setText(QCoreApplication::translate("Widget", "\346\211\223\345\274\200\346\243\200\346\265\213\345\233\276", nullptr)); BTN_TakePhotoRef->setText(QCoreApplication::translate("Widget", "\351\207\207\351\233\206\345\217\202\350\200\203\345\233\276", nullptr)); BTN_ConfigCamera->setText(QCoreApplication::translate("Widget", "\347\233\270\346\234\272\350\256\276\347\275\256", nullptr)); BTN_AlgDetect->setText(QCoreApplication::translate("Widget", "\346\243\200\346\265\213", nullptr)); BTN_SaveImage->setText(QCoreApplication::translate("Widget", "\344\277\235\345\255\230\345\233\276\347\211\207", nullptr)); RBT_FileMode->setText(QCoreApplication::translate("Widget", "\346\234\254\345\234\260\346\250\241\345\274\217", nullptr)); RBT_CameraMode->setText(QCoreApplication::translate("Widget", "\347\233\270\346\234\272\346\250\241\345\274\217", nullptr)); LABLE_ShowSmallPicRef->setText(QString()); LABLE_ShowSmallPicDet->setText(QString()); CBK_IsShowRltRect->setText(QCoreApplication::translate("Widget", "\346\230\257\345\220\246\346\230\276\347\244\272\347\273\223\346\236\234\347\237\251\345\275\242", nullptr)); CBK_IsShowRltText->setText(QCoreApplication::translate("Widget", "\346\230\257\345\220\246\346\230\276\347\244\272\347\237\251\345\275\242\346\241\206\345\272\217\345\217\267", nullptr)); label_4->setText(QCoreApplication::translate("Widget", "\345\275\223\345\211\215\345\233\276\347\211\207\357\274\232", nullptr)); LABLE_ShowPicNmae->setText(QString()); label_2->setText(QCoreApplication::translate("Widget", "\346\250\241\346\235\277\345\233\276", nullptr)); label_ori->setText(QString()); label_3->setText(QCoreApplication::translate("Widget", "\346\243\200\346\265\213\345\233\276", nullptr)); label_rlt->setText(QString()); LABEL_realTime->setText(QString()); } // retranslateUi }; namespace Ui { class Widget: public Ui_Widget {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_WIDGET_H