123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755 |
- /********************************************************************************
- ** Form generated from reading UI file 'widget.ui'
- **
- ** Created by: Qt User Interface Compiler version 5.12.10
- **
- ** WARNING! All changes made in this file will be lost when recompiling UI file!
- ********************************************************************************/
- #ifndef UI_WIDGET_H
- #define UI_WIDGET_H
- #include <QtCore/QVariant>
- #include <QtWidgets/QApplication>
- #include <QtWidgets/QComboBox>
- #include <QtWidgets/QGridLayout>
- #include <QtWidgets/QLabel>
- #include <QtWidgets/QLineEdit>
- #include <QtWidgets/QPushButton>
- #include <QtWidgets/QSpacerItem>
- #include <QtWidgets/QTabWidget>
- #include <QtWidgets/QWidget>
- #include "customegraphicsview.h"
- QT_BEGIN_NAMESPACE
- class Ui_Widget
- {
- public:
- QGridLayout *gridLayout_13;
- QWidget *widget1;
- QGridLayout *gridLayout;
- QComboBox *comboBox;
- QLabel *label11;
- QLabel *label_show1;
- QLabel *label12;
- QLabel *label_show2;
- QLabel *label13;
- QLabel *label_show3;
- QLabel *label14;
- QLabel *label_show4;
- QLabel *label15;
- QLabel *label_show5;
- QLabel *label16;
- QLabel *label_show6;
- QWidget *widget2;
- QGridLayout *gridLayout_7;
- QWidget *widget3;
- QGridLayout *gridLayout_6;
- QGridLayout *gridLayout3;
- QPushButton *BTN_Measure;
- QPushButton *BTN_History;
- QLineEdit *lineEdit_Producer;
- QLabel *label5;
- QLineEdit *lineEdit_ReportNum;
- QSpacerItem *horizontalSpacer6;
- QSpacerItem *horizontalSpacer7;
- QLabel *label6;
- QPushButton *BTN_Print;
- QSpacerItem *horizontalSpacer5;
- QPushButton *BTN_Save;
- QTabWidget *tabWidget;
- QWidget *tab;
- QGridLayout *gridLayout_11;
- QLabel *label7;
- QGridLayout *gridLayout1;
- QLabel *label_Result1;
- QLabel *label_Result2;
- QLabel *label_Result3;
- QLabel *label_Result4;
- QLabel *label_Result5;
- QLabel *label_Result6;
- QGridLayout *gridLayout2;
- QLabel *label8;
- QLabel *label_Result7;
- QLabel *label9;
- QLabel *label_Result8;
- QLabel *label10;
- QLabel *label_Result9;
- QSpacerItem *verticalSpacer;
- QWidget *widget4;
- QGridLayout *gridLayout_4;
- QGridLayout *gridLayout4;
- QPushButton *BTN_Camera3;
- QPushButton *BTN_Camera1;
- QLabel *label1;
- QLabel *label4;
- QPushButton *BTN_OpenImage;
- QPushButton *BTN_SaveImage;
- QPushButton *BTN_Camera4;
- QLabel *label3;
- QLabel *label2;
- QSpacerItem *horizontalSpacer1;
- QPushButton *BTN_Camera2;
- QSpacerItem *horizontalSpacer2;
- QWidget *widget5;
- QGridLayout *gridLayout_3;
- QGridLayout *gridLayout5;
- CustomeGraphicsview *graphicsView;
- void setupUi(QWidget *Widget)
- {
- if (Widget->objectName().isEmpty())
- Widget->setObjectName(QString::fromUtf8("Widget"));
- Widget->resize(1427, 802);
- Widget->setStyleSheet(QString::fromUtf8("background-color: rgb(37, 37, 37);"));
- gridLayout_13 = new QGridLayout(Widget);
- gridLayout_13->setSpacing(6);
- gridLayout_13->setObjectName(QString::fromUtf8("gridLayout_13"));
- gridLayout_13->setContentsMargins(6, 6, 6, 6);
- widget1 = new QWidget(Widget);
- widget1->setObjectName(QString::fromUtf8("widget1"));
- widget1->setMinimumSize(QSize(160, 0));
- widget1->setMaximumSize(QSize(16777215, 16777215));
- gridLayout = new QGridLayout(widget1);
- gridLayout->setSpacing(6);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- gridLayout->setContentsMargins(6, 6, 6, 6);
- comboBox = new QComboBox(widget1);
- comboBox->addItem(QString());
- comboBox->addItem(QString());
- comboBox->addItem(QString());
- comboBox->addItem(QString());
- comboBox->addItem(QString());
- comboBox->addItem(QString());
- comboBox->setObjectName(QString::fromUtf8("comboBox"));
- comboBox->setMinimumSize(QSize(0, 50));
- comboBox->setStyleSheet(QString::fromUtf8("QComboBox QAbstractItemView\n"
- "{\n"
- " border:0px;\n"
- " outline:none;\n"
- " color: rgb(255, 255, 255); \n"
- " font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
- " background-color: rgb(37, 37, 37);\n"
- "}\n"
- "QComboBox\n"
- "{\n"
- " border:0px;\n"
- " border-bottom:2px solid rgb(11, 95, 86);\n"
- " background: transparent;\n"
- " color: rgb(255, 255, 255); \n"
- " font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
- "}\n"
- "QComboBox QAbstractItemView::item\n"
- "{\n"
- " height: 50px; \n"
- "}\n"
- "QComboBox QAbstractItemView::item:hover \n"
- "{\n"
- " background: rgb(230, 230, 230);\n"
- " color: rgb(255, 255, 255); \n"
- " font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
- "}\n"
- "QComboBox QAbstractItemView::item:selected\n"
- "{\n"
- " background: rgb(58, 58, 58); \n"
- " color: rgb(255, 255, 255); \n"
- " font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
- "}\n"
- "QComboBox::down-arrow \n"
- "{\n"
- " image: url(:/image/logo.png);\n"
- "}\n"
- ""
- "QComboBox::drop-down\n"
- "{\n"
- " background: transparent; \n"
- "}\n"
- "\n"
- "\n"
- ""));
- gridLayout->addWidget(comboBox, 0, 0, 1, 1);
- label11 = new QLabel(widget1);
- label11->setObjectName(QString::fromUtf8("label11"));
- label11->setMaximumSize(QSize(16777215, 20));
- label11->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);"));
- gridLayout->addWidget(label11, 1, 0, 1, 1);
- label_show1 = new QLabel(widget1);
- label_show1->setObjectName(QString::fromUtf8("label_show1"));
- label_show1->setStyleSheet(QString::fromUtf8("border-image: url(:/image/1.png);"));
- gridLayout->addWidget(label_show1, 2, 0, 1, 1);
- label12 = new QLabel(widget1);
- label12->setObjectName(QString::fromUtf8("label12"));
- label12->setMaximumSize(QSize(16777215, 20));
- label12->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);"));
- gridLayout->addWidget(label12, 3, 0, 1, 1);
- label_show2 = new QLabel(widget1);
- label_show2->setObjectName(QString::fromUtf8("label_show2"));
- label_show2->setStyleSheet(QString::fromUtf8("border-image: url(:/image/2.png);"));
- gridLayout->addWidget(label_show2, 4, 0, 1, 1);
- label13 = new QLabel(widget1);
- label13->setObjectName(QString::fromUtf8("label13"));
- label13->setMaximumSize(QSize(16777215, 20));
- label13->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);"));
- gridLayout->addWidget(label13, 5, 0, 1, 1);
- label_show3 = new QLabel(widget1);
- label_show3->setObjectName(QString::fromUtf8("label_show3"));
- label_show3->setStyleSheet(QString::fromUtf8("border-image: url(:/image/3.png);"));
- gridLayout->addWidget(label_show3, 6, 0, 1, 1);
- label14 = new QLabel(widget1);
- label14->setObjectName(QString::fromUtf8("label14"));
- label14->setMaximumSize(QSize(16777215, 20));
- label14->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);"));
- gridLayout->addWidget(label14, 7, 0, 1, 1);
- label_show4 = new QLabel(widget1);
- label_show4->setObjectName(QString::fromUtf8("label_show4"));
- label_show4->setStyleSheet(QString::fromUtf8("border-image: url(:/image/4.png);"));
- gridLayout->addWidget(label_show4, 8, 0, 1, 1);
- label15 = new QLabel(widget1);
- label15->setObjectName(QString::fromUtf8("label15"));
- label15->setMaximumSize(QSize(16777215, 20));
- label15->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);"));
- gridLayout->addWidget(label15, 9, 0, 1, 1);
- label_show5 = new QLabel(widget1);
- label_show5->setObjectName(QString::fromUtf8("label_show5"));
- label_show5->setStyleSheet(QString::fromUtf8("border-image: url(:/image/5.png);"));
- gridLayout->addWidget(label_show5, 10, 0, 1, 1);
- label16 = new QLabel(widget1);
- label16->setObjectName(QString::fromUtf8("label16"));
- label16->setMaximumSize(QSize(16777215, 20));
- label16->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);"));
- gridLayout->addWidget(label16, 11, 0, 1, 1);
- label_show6 = new QLabel(widget1);
- label_show6->setObjectName(QString::fromUtf8("label_show6"));
- label_show6->setStyleSheet(QString::fromUtf8("border-image: url(:/image/6.png);"));
- gridLayout->addWidget(label_show6, 12, 0, 1, 1);
- gridLayout_13->addWidget(widget1, 0, 0, 1, 1);
- widget2 = new QWidget(Widget);
- widget2->setObjectName(QString::fromUtf8("widget2"));
- widget2->setMaximumSize(QSize(410, 16777215));
- gridLayout_7 = new QGridLayout(widget2);
- gridLayout_7->setSpacing(0);
- gridLayout_7->setObjectName(QString::fromUtf8("gridLayout_7"));
- gridLayout_7->setContentsMargins(0, 0, 0, 0);
- widget3 = new QWidget(widget2);
- widget3->setObjectName(QString::fromUtf8("widget3"));
- gridLayout_6 = new QGridLayout(widget3);
- gridLayout_6->setSpacing(0);
- gridLayout_6->setObjectName(QString::fromUtf8("gridLayout_6"));
- gridLayout_6->setContentsMargins(0, 0, 0, 0);
- gridLayout3 = new QGridLayout();
- gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
- gridLayout3->setHorizontalSpacing(2);
- gridLayout3->setVerticalSpacing(15);
- gridLayout3->setContentsMargins(-1, -1, -1, 20);
- BTN_Measure = new QPushButton(widget3);
- BTN_Measure->setObjectName(QString::fromUtf8("BTN_Measure"));
- BTN_Measure->setMinimumSize(QSize(100, 45));
- BTN_Measure->setMaximumSize(QSize(80, 16777215));
- BTN_Measure->setFocusPolicy(Qt::NoFocus);
- BTN_Measure->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;"));
- gridLayout3->addWidget(BTN_Measure, 0, 0, 1, 1);
- BTN_History = new QPushButton(widget3);
- BTN_History->setObjectName(QString::fromUtf8("BTN_History"));
- BTN_History->setMinimumSize(QSize(100, 45));
- BTN_History->setMaximumSize(QSize(100, 16777215));
- BTN_History->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;"));
- gridLayout3->addWidget(BTN_History, 0, 3, 1, 1);
- lineEdit_Producer = new QLineEdit(widget3);
- lineEdit_Producer->setObjectName(QString::fromUtf8("lineEdit_Producer"));
- lineEdit_Producer->setMinimumSize(QSize(0, 40));
- lineEdit_Producer->setStyleSheet(QString::fromUtf8("border: 2px solid rgb(60,60,60);\n"
- "color: rgb(255, 255, 255);\n"
- "font: 12pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
- gridLayout3->addWidget(lineEdit_Producer, 2, 1, 1, 4);
- label5 = new QLabel(widget3);
- label5->setObjectName(QString::fromUtf8("label5"));
- label5->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
- gridLayout3->addWidget(label5, 1, 0, 1, 1);
- lineEdit_ReportNum = new QLineEdit(widget3);
- lineEdit_ReportNum->setObjectName(QString::fromUtf8("lineEdit_ReportNum"));
- lineEdit_ReportNum->setMinimumSize(QSize(0, 40));
- lineEdit_ReportNum->setStyleSheet(QString::fromUtf8("border: 2px solid rgb(60,60,60);\n"
- "color: rgb(255, 255, 255);\n"
- "font: 12pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
- gridLayout3->addWidget(lineEdit_ReportNum, 1, 1, 1, 4);
- horizontalSpacer6 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- gridLayout3->addItem(horizontalSpacer6, 1, 5, 1, 1);
- horizontalSpacer7 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- gridLayout3->addItem(horizontalSpacer7, 2, 5, 1, 1);
- label6 = new QLabel(widget3);
- label6->setObjectName(QString::fromUtf8("label6"));
- label6->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
- gridLayout3->addWidget(label6, 2, 0, 1, 1);
- BTN_Print = new QPushButton(widget3);
- BTN_Print->setObjectName(QString::fromUtf8("BTN_Print"));
- BTN_Print->setMinimumSize(QSize(100, 45));
- BTN_Print->setMaximumSize(QSize(100, 16777215));
- BTN_Print->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;"));
- gridLayout3->addWidget(BTN_Print, 0, 2, 1, 1);
- horizontalSpacer5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- gridLayout3->addItem(horizontalSpacer5, 0, 5, 1, 1);
- BTN_Save = new QPushButton(widget3);
- BTN_Save->setObjectName(QString::fromUtf8("BTN_Save"));
- BTN_Save->setMinimumSize(QSize(100, 45));
- BTN_Save->setMaximumSize(QSize(100, 16777215));
- BTN_Save->setFocusPolicy(Qt::NoFocus);
- BTN_Save->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;"));
- gridLayout3->addWidget(BTN_Save, 0, 1, 1, 1);
- gridLayout_6->addLayout(gridLayout3, 0, 0, 1, 1);
- gridLayout_7->addWidget(widget3, 0, 0, 1, 1);
- tabWidget = new QTabWidget(widget2);
- tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
- tabWidget->setStyleSheet(QString::fromUtf8("QTabWidget::pane\n"
- "{ \n"
- " border: 2px solid rgb(60, 60, 60);\n"
- "}\n"
- "QTabBar::tab\n"
- "{\n"
- " color: rgb(255, 255, 255);\n"
- " background-color: rgb(8, 91, 82);\n"
- " height:45px;\n"
- " width:120px;\n"
- " font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
- " border-top-left-radius:10px; \n"
- " border-top-right-radius:10px; \n"
- "}\n"
- ""));
- tab = new QWidget();
- tab->setObjectName(QString::fromUtf8("tab"));
- gridLayout_11 = new QGridLayout(tab);
- gridLayout_11->setObjectName(QString::fromUtf8("gridLayout_11"));
- label7 = new QLabel(tab);
- label7->setObjectName(QString::fromUtf8("label7"));
- label7->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
- gridLayout_11->addWidget(label7, 0, 0, 1, 1);
- gridLayout1 = new QGridLayout();
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- label_Result1 = new QLabel(tab);
- label_Result1->setObjectName(QString::fromUtf8("label_Result1"));
- label_Result1->setMinimumSize(QSize(0, 50));
- label_Result1->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;"));
- gridLayout1->addWidget(label_Result1, 0, 0, 1, 1);
- label_Result2 = new QLabel(tab);
- label_Result2->setObjectName(QString::fromUtf8("label_Result2"));
- label_Result2->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;"));
- gridLayout1->addWidget(label_Result2, 0, 1, 1, 1);
- label_Result3 = new QLabel(tab);
- label_Result3->setObjectName(QString::fromUtf8("label_Result3"));
- label_Result3->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;"));
- gridLayout1->addWidget(label_Result3, 0, 2, 1, 1);
- label_Result4 = new QLabel(tab);
- label_Result4->setObjectName(QString::fromUtf8("label_Result4"));
- label_Result4->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;"));
- gridLayout1->addWidget(label_Result4, 0, 3, 1, 1);
- label_Result5 = new QLabel(tab);
- label_Result5->setObjectName(QString::fromUtf8("label_Result5"));
- label_Result5->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;"));
- gridLayout1->addWidget(label_Result5, 0, 4, 1, 1);
- label_Result6 = new QLabel(tab);
- label_Result6->setObjectName(QString::fromUtf8("label_Result6"));
- label_Result6->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;"));
- gridLayout1->addWidget(label_Result6, 0, 5, 1, 1);
- gridLayout_11->addLayout(gridLayout1, 1, 0, 1, 1);
- gridLayout2 = new QGridLayout();
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- gridLayout2->setHorizontalSpacing(10);
- gridLayout2->setVerticalSpacing(50);
- label8 = new QLabel(tab);
- label8->setObjectName(QString::fromUtf8("label8"));
- label8->setMaximumSize(QSize(100, 16777215));
- label8->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
- gridLayout2->addWidget(label8, 0, 0, 1, 1);
- label_Result7 = new QLabel(tab);
- label_Result7->setObjectName(QString::fromUtf8("label_Result7"));
- label_Result7->setMinimumSize(QSize(0, 50));
- label_Result7->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;"));
- gridLayout2->addWidget(label_Result7, 0, 1, 1, 1);
- label9 = new QLabel(tab);
- label9->setObjectName(QString::fromUtf8("label9"));
- label9->setMaximumSize(QSize(200, 16777215));
- label9->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
- gridLayout2->addWidget(label9, 1, 0, 1, 1);
- label_Result8 = new QLabel(tab);
- label_Result8->setObjectName(QString::fromUtf8("label_Result8"));
- label_Result8->setMinimumSize(QSize(0, 50));
- label_Result8->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;"));
- gridLayout2->addWidget(label_Result8, 1, 1, 1, 1);
- label10 = new QLabel(tab);
- label10->setObjectName(QString::fromUtf8("label10"));
- label10->setMaximumSize(QSize(200, 16777215));
- label10->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
- gridLayout2->addWidget(label10, 2, 0, 1, 1);
- label_Result9 = new QLabel(tab);
- label_Result9->setObjectName(QString::fromUtf8("label_Result9"));
- label_Result9->setMinimumSize(QSize(0, 50));
- label_Result9->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;"));
- gridLayout2->addWidget(label_Result9, 2, 1, 1, 1);
- gridLayout_11->addLayout(gridLayout2, 2, 0, 1, 1);
- verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
- gridLayout_11->addItem(verticalSpacer, 3, 0, 1, 1);
- tabWidget->addTab(tab, QString());
- gridLayout_7->addWidget(tabWidget, 1, 0, 1, 1);
- gridLayout_13->addWidget(widget2, 0, 2, 1, 1);
- widget4 = new QWidget(Widget);
- widget4->setObjectName(QString::fromUtf8("widget4"));
- gridLayout_4 = new QGridLayout(widget4);
- gridLayout_4->setSpacing(0);
- gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
- gridLayout_4->setContentsMargins(0, 0, 0, 0);
- gridLayout4 = new QGridLayout();
- gridLayout4->setObjectName(QString::fromUtf8("gridLayout4"));
- gridLayout4->setHorizontalSpacing(2);
- gridLayout4->setVerticalSpacing(10);
- gridLayout4->setContentsMargins(-1, -1, -1, 10);
- BTN_Camera3 = new QPushButton(widget4);
- BTN_Camera3->setObjectName(QString::fromUtf8("BTN_Camera3"));
- BTN_Camera3->setMinimumSize(QSize(100, 45));
- BTN_Camera3->setMaximumSize(QSize(16777215, 16777215));
- BTN_Camera3->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;"));
- gridLayout4->addWidget(BTN_Camera3, 0, 2, 1, 1);
- BTN_Camera1 = new QPushButton(widget4);
- BTN_Camera1->setObjectName(QString::fromUtf8("BTN_Camera1"));
- BTN_Camera1->setMinimumSize(QSize(100, 45));
- BTN_Camera1->setMaximumSize(QSize(100, 16777215));
- BTN_Camera1->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;"));
- gridLayout4->addWidget(BTN_Camera1, 0, 0, 1, 1);
- label1 = new QLabel(widget4);
- label1->setObjectName(QString::fromUtf8("label1"));
- label1->setMinimumSize(QSize(100, 35));
- label1->setMaximumSize(QSize(16777215, 35));
- label1->setLayoutDirection(Qt::LeftToRight);
- label1->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
- label1->setAlignment(Qt::AlignCenter);
- gridLayout4->addWidget(label1, 2, 0, 1, 1);
- label4 = new QLabel(widget4);
- label4->setObjectName(QString::fromUtf8("label4"));
- label4->setMinimumSize(QSize(100, 35));
- label4->setMaximumSize(QSize(16777215, 35));
- label4->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
- label4->setAlignment(Qt::AlignCenter);
- gridLayout4->addWidget(label4, 2, 3, 1, 1);
- BTN_OpenImage = new QPushButton(widget4);
- BTN_OpenImage->setObjectName(QString::fromUtf8("BTN_OpenImage"));
- BTN_OpenImage->setMinimumSize(QSize(100, 45));
- BTN_OpenImage->setMaximumSize(QSize(16777215, 50));
- BTN_OpenImage->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;"));
- gridLayout4->addWidget(BTN_OpenImage, 0, 5, 1, 1);
- BTN_SaveImage = new QPushButton(widget4);
- BTN_SaveImage->setObjectName(QString::fromUtf8("BTN_SaveImage"));
- BTN_SaveImage->setMinimumSize(QSize(100, 45));
- BTN_SaveImage->setMaximumSize(QSize(16777215, 50));
- BTN_SaveImage->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;"));
- gridLayout4->addWidget(BTN_SaveImage, 0, 4, 1, 1);
- BTN_Camera4 = new QPushButton(widget4);
- BTN_Camera4->setObjectName(QString::fromUtf8("BTN_Camera4"));
- BTN_Camera4->setMinimumSize(QSize(100, 45));
- BTN_Camera4->setMaximumSize(QSize(16777215, 16777215));
- BTN_Camera4->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;"));
- gridLayout4->addWidget(BTN_Camera4, 0, 3, 1, 1);
- label3 = new QLabel(widget4);
- label3->setObjectName(QString::fromUtf8("label3"));
- label3->setMinimumSize(QSize(100, 35));
- label3->setMaximumSize(QSize(16777215, 35));
- label3->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
- label3->setAlignment(Qt::AlignCenter);
- gridLayout4->addWidget(label3, 2, 2, 1, 1);
- label2 = new QLabel(widget4);
- label2->setObjectName(QString::fromUtf8("label2"));
- label2->setMinimumSize(QSize(100, 35));
- label2->setMaximumSize(QSize(16777215, 35));
- label2->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
- label2->setAlignment(Qt::AlignCenter);
- gridLayout4->addWidget(label2, 2, 1, 1, 1);
- horizontalSpacer1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- gridLayout4->addItem(horizontalSpacer1, 2, 7, 1, 1);
- BTN_Camera2 = new QPushButton(widget4);
- BTN_Camera2->setObjectName(QString::fromUtf8("BTN_Camera2"));
- BTN_Camera2->setMinimumSize(QSize(100, 45));
- BTN_Camera2->setMaximumSize(QSize(16777215, 16777215));
- BTN_Camera2->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;"));
- gridLayout4->addWidget(BTN_Camera2, 0, 1, 1, 1);
- horizontalSpacer2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- gridLayout4->addItem(horizontalSpacer2, 0, 7, 1, 1);
- gridLayout_4->addLayout(gridLayout4, 0, 0, 1, 1);
- widget5 = new QWidget(widget4);
- widget5->setObjectName(QString::fromUtf8("widget5"));
- gridLayout_3 = new QGridLayout(widget5);
- gridLayout_3->setSpacing(0);
- gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
- gridLayout_3->setContentsMargins(0, 0, 0, 0);
- gridLayout5 = new QGridLayout();
- gridLayout5->setSpacing(3);
- gridLayout5->setObjectName(QString::fromUtf8("gridLayout5"));
- graphicsView = new CustomeGraphicsview(widget5);
- graphicsView->setObjectName(QString::fromUtf8("graphicsView"));
- gridLayout5->addWidget(graphicsView, 0, 0, 1, 1);
- gridLayout_3->addLayout(gridLayout5, 0, 0, 1, 1);
- gridLayout_4->addWidget(widget5, 1, 0, 1, 1);
- gridLayout_13->addWidget(widget4, 0, 1, 1, 1);
- retranslateUi(Widget);
- QMetaObject::connectSlotsByName(Widget);
- } // setupUi
- void retranslateUi(QWidget *Widget)
- {
- Widget->setWindowTitle(QApplication::translate("Widget", "Widget", nullptr));
- comboBox->setItemText(0, QApplication::translate("Widget", "\346\250\241\345\236\2131", nullptr));
- comboBox->setItemText(1, QApplication::translate("Widget", "\346\250\241\345\236\2132", nullptr));
- comboBox->setItemText(2, QApplication::translate("Widget", "\346\250\241\345\236\2133", nullptr));
- comboBox->setItemText(3, QApplication::translate("Widget", "\346\250\241\345\236\2134", nullptr));
- comboBox->setItemText(4, QApplication::translate("Widget", "\346\250\241\345\236\2135", nullptr));
- comboBox->setItemText(5, QApplication::translate("Widget", "\346\250\241\345\236\2136", nullptr));
- label11->setText(QApplication::translate("Widget", "\346\250\241\345\236\2131", nullptr));
- label_show1->setText(QString());
- label12->setText(QApplication::translate("Widget", "\346\250\241\345\236\2132", nullptr));
- label_show2->setText(QString());
- label13->setText(QApplication::translate("Widget", "\346\250\241\345\236\2133", nullptr));
- label_show3->setText(QString());
- label14->setText(QApplication::translate("Widget", "\346\250\241\345\236\2134", nullptr));
- label_show4->setText(QString());
- label15->setText(QApplication::translate("Widget", "\346\250\241\345\236\2135", nullptr));
- label_show5->setText(QString());
- label16->setText(QApplication::translate("Widget", "\346\250\241\345\236\2136", nullptr));
- label_show6->setText(QString());
- BTN_Measure->setText(QApplication::translate("Widget", "\346\265\213\351\207\217", nullptr));
- BTN_History->setText(QApplication::translate("Widget", "\345\216\206\345\217\262", nullptr));
- lineEdit_Producer->setText(QString());
- label5->setText(QApplication::translate("Widget", "\346\212\245\345\221\212\347\274\226\345\217\267", nullptr));
- label6->setText(QApplication::translate("Widget", "\347\224\237\344\272\247\345\216\202\345\256\266", nullptr));
- BTN_Print->setText(QApplication::translate("Widget", "\346\211\223\345\215\260", nullptr));
- BTN_Save->setText(QApplication::translate("Widget", "\344\277\235\345\255\230", nullptr));
- label7->setText(QApplication::translate("Widget", "\345\205\255\345\210\206\347\202\271(mm):", nullptr));
- #ifndef QT_NO_WHATSTHIS
- label_Result1->setWhatsThis(QApplication::translate("Widget", "<html><head/><body><p>border: 2px solid rgb(60,60,60);</p><p>color: rgb(255, 255, 255);</p><p>font: 10pt "\345\276\256\350\275\257\351\233\205\351\273\221";</p></body></html>", nullptr));
- #endif // QT_NO_WHATSTHIS
- label_Result1->setText(QString());
- label_Result2->setText(QString());
- label_Result3->setText(QString());
- label_Result4->setText(QString());
- label_Result5->setText(QString());
- label_Result6->setText(QString());
- label8->setText(QApplication::translate("Widget", "\346\234\200\350\226\204\347\202\271(mm):", nullptr));
- label_Result7->setText(QString());
- label9->setText(QApplication::translate("Widget", "\345\205\255\345\210\206\347\202\271\345\271\263\345\235\207\345\216\232\345\272\246(mm):", nullptr));
- label_Result8->setText(QString());
- label10->setText(QApplication::translate("Widget", "\346\225\264\344\275\223\345\271\263\345\235\207\345\216\232\345\272\246(mm):", nullptr));
- label_Result9->setText(QString());
- tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("Widget", "\346\243\200\346\265\213\347\273\223\346\236\234\350\276\223\345\207\272", nullptr));
- BTN_Camera3->setText(QApplication::translate("Widget", "\347\233\270\346\234\2723", nullptr));
- BTN_Camera1->setText(QApplication::translate("Widget", "\347\233\270\346\234\2721", nullptr));
- label1->setText(QApplication::translate("Widget", "0-9mm", nullptr));
- label4->setText(QApplication::translate("Widget", "55-160mm", nullptr));
- BTN_OpenImage->setText(QApplication::translate("Widget", "\346\211\223\345\274\200\345\233\276\347\211\207", nullptr));
- BTN_SaveImage->setText(QApplication::translate("Widget", "\344\277\235\345\255\230\345\233\276\347\211\207", nullptr));
- BTN_Camera4->setText(QApplication::translate("Widget", "\347\233\270\346\234\2724", nullptr));
- label3->setText(QApplication::translate("Widget", "19-55mm", nullptr));
- label2->setText(QApplication::translate("Widget", "9-19mm", nullptr));
- BTN_Camera2->setText(QApplication::translate("Widget", "\347\233\270\346\234\2722", nullptr));
- } // retranslateUi
- };
- namespace Ui {
- class Widget: public Ui_Widget {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_WIDGET_H
|