123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617 |
- /********************************************************************************
- ** Form generated from reading UI file 'camerapar.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_CAMERAPAR_H
- #define UI_CAMERAPAR_H
- #include <QtCore/QVariant>
- #include <QtWidgets/QApplication>
- #include <QtWidgets/QComboBox>
- #include <QtWidgets/QDoubleSpinBox>
- #include <QtWidgets/QHBoxLayout>
- #include <QtWidgets/QLabel>
- #include <QtWidgets/QProgressBar>
- #include <QtWidgets/QPushButton>
- #include <QtWidgets/QSpacerItem>
- #include <QtWidgets/QSpinBox>
- #include <QtWidgets/QVBoxLayout>
- #include <QtWidgets/QWidget>
- #include <camshowlabel.h>
- QT_BEGIN_NAMESPACE
- class Ui_CameraPar
- {
- public:
- QVBoxLayout *verticalLayout_3;
- QWidget *widget;
- QHBoxLayout *horizontalLayout_3;
- QWidget *widget_2;
- QWidget *layoutWidget;
- QVBoxLayout *verticalLayout;
- QHBoxLayout *horizontalLayout;
- QLabel *label_8;
- QSpacerItem *horizontalSpacer;
- QComboBox *cbboxCamType;
- QHBoxLayout *horizontalLayout_8;
- QLabel *label;
- QComboBox *CBX_camSn;
- QPushButton *BTN_cameraSearch;
- QWidget *WGT_cam;
- QVBoxLayout *verticalLayout_2;
- QHBoxLayout *horizontalLayout_9;
- QSpacerItem *horizontalSpacer_8;
- QPushButton *BTN_connCamera;
- QSpacerItem *horizontalSpacer_2;
- QPushButton *BTN_disconnCamera;
- QSpacerItem *horizontalSpacer_9;
- QWidget *WGT_camConfig;
- QVBoxLayout *verticalLayout_4;
- QHBoxLayout *horizontalLayout_2;
- QLabel *label_3;
- QSpacerItem *horizontalSpacer_3;
- QDoubleSpinBox *DSPB_exp;
- QHBoxLayout *horizontalLayout_4;
- QLabel *label_10;
- QSpacerItem *horizontalSpacer_4;
- QDoubleSpinBox *DSPB_gain;
- QHBoxLayout *horizontalLayout_5;
- QLabel *label_4;
- QSpacerItem *horizontalSpacer_5;
- QSpinBox *SPB_delay;
- QHBoxLayout *horizontalLayout_6;
- QLabel *label_6;
- QSpacerItem *horizontalSpacer_6;
- QComboBox *CBBOX_triggerMode;
- QWidget *layoutWidget1;
- QHBoxLayout *horizontalLayout_7;
- QLabel *label_5;
- QProgressBar *PGB_imgSharpness;
- CamShowLabel *LABEL_showWindow;
- QWidget *Tool_widget;
- QHBoxLayout *horizontalLayout_10;
- QLabel *LABLE_logIcon;
- QLabel *LABLE_log;
- QSpacerItem *horizontalSpacer_11;
- QPushButton *BTN_saveConfig;
- QPushButton *BTN_softTriggerOnce;
- void setupUi(QWidget *CameraPar)
- {
- if (CameraPar->objectName().isEmpty())
- CameraPar->setObjectName(QString::fromUtf8("CameraPar"));
- CameraPar->resize(1000, 600);
- QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(CameraPar->sizePolicy().hasHeightForWidth());
- CameraPar->setSizePolicy(sizePolicy);
- CameraPar->setMinimumSize(QSize(1000, 600));
- CameraPar->setMaximumSize(QSize(1000, 600));
- CameraPar->setStyleSheet(QString::fromUtf8("background-color: rgb(37, 37, 37);\n"
- "color:rgb(255,255,255);"));
- verticalLayout_3 = new QVBoxLayout(CameraPar);
- verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
- widget = new QWidget(CameraPar);
- widget->setObjectName(QString::fromUtf8("widget"));
- horizontalLayout_3 = new QHBoxLayout(widget);
- horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
- widget_2 = new QWidget(widget);
- widget_2->setObjectName(QString::fromUtf8("widget_2"));
- widget_2->setMinimumSize(QSize(0, 0));
- layoutWidget = new QWidget(widget_2);
- layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
- layoutWidget->setGeometry(QRect(30, 70, 291, 381));
- verticalLayout = new QVBoxLayout(layoutWidget);
- verticalLayout->setSpacing(10);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- verticalLayout->setContentsMargins(0, 0, 0, 0);
- horizontalLayout = new QHBoxLayout();
- horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
- label_8 = new QLabel(layoutWidget);
- label_8->setObjectName(QString::fromUtf8("label_8"));
- label_8->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
- horizontalLayout->addWidget(label_8);
- horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout->addItem(horizontalSpacer);
- cbboxCamType = new QComboBox(layoutWidget);
- cbboxCamType->addItem(QString());
- cbboxCamType->setObjectName(QString::fromUtf8("cbboxCamType"));
- cbboxCamType->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"
- ""));
- cbboxCamType->setEditable(false);
- horizontalLayout->addWidget(cbboxCamType);
- horizontalLayout->setStretch(0, 1);
- horizontalLayout->setStretch(1, 1);
- horizontalLayout->setStretch(2, 1);
- verticalLayout->addLayout(horizontalLayout);
- horizontalLayout_8 = new QHBoxLayout();
- horizontalLayout_8->setObjectName(QString::fromUtf8("horizontalLayout_8"));
- label = new QLabel(layoutWidget);
- label->setObjectName(QString::fromUtf8("label"));
- QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Preferred);
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(label->sizePolicy().hasHeightForWidth());
- label->setSizePolicy(sizePolicy1);
- label->setMinimumSize(QSize(0, 0));
- label->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
- label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
- horizontalLayout_8->addWidget(label);
- CBX_camSn = new QComboBox(layoutWidget);
- CBX_camSn->setObjectName(QString::fromUtf8("CBX_camSn"));
- sizePolicy1.setHeightForWidth(CBX_camSn->sizePolicy().hasHeightForWidth());
- CBX_camSn->setSizePolicy(sizePolicy1);
- CBX_camSn->setMinimumSize(QSize(0, 0));
- CBX_camSn->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(:/Assets/View/logo.png);\n"
- ""
- "}\n"
- "QComboBox::drop-down\n"
- "{\n"
- " background: transparent; \n"
- "}\n"
- "\n"
- "\n"
- ""));
- horizontalLayout_8->addWidget(CBX_camSn);
- BTN_cameraSearch = new QPushButton(layoutWidget);
- BTN_cameraSearch->setObjectName(QString::fromUtf8("BTN_cameraSearch"));
- sizePolicy1.setHeightForWidth(BTN_cameraSearch->sizePolicy().hasHeightForWidth());
- BTN_cameraSearch->setSizePolicy(sizePolicy1);
- BTN_cameraSearch->setMinimumSize(QSize(0, 0));
- BTN_cameraSearch->setStyleSheet(QString::fromUtf8(""));
- horizontalLayout_8->addWidget(BTN_cameraSearch);
- horizontalLayout_8->setStretch(0, 1);
- horizontalLayout_8->setStretch(1, 2);
- horizontalLayout_8->setStretch(2, 1);
- verticalLayout->addLayout(horizontalLayout_8);
- WGT_cam = new QWidget(layoutWidget);
- WGT_cam->setObjectName(QString::fromUtf8("WGT_cam"));
- verticalLayout_2 = new QVBoxLayout(WGT_cam);
- verticalLayout_2->setSpacing(10);
- verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
- verticalLayout_2->setContentsMargins(0, 0, 0, 0);
- horizontalLayout_9 = new QHBoxLayout();
- horizontalLayout_9->setObjectName(QString::fromUtf8("horizontalLayout_9"));
- horizontalSpacer_8 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_9->addItem(horizontalSpacer_8);
- BTN_connCamera = new QPushButton(WGT_cam);
- BTN_connCamera->setObjectName(QString::fromUtf8("BTN_connCamera"));
- sizePolicy1.setHeightForWidth(BTN_connCamera->sizePolicy().hasHeightForWidth());
- BTN_connCamera->setSizePolicy(sizePolicy1);
- horizontalLayout_9->addWidget(BTN_connCamera);
- horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_9->addItem(horizontalSpacer_2);
- BTN_disconnCamera = new QPushButton(WGT_cam);
- BTN_disconnCamera->setObjectName(QString::fromUtf8("BTN_disconnCamera"));
- sizePolicy1.setHeightForWidth(BTN_disconnCamera->sizePolicy().hasHeightForWidth());
- BTN_disconnCamera->setSizePolicy(sizePolicy1);
- horizontalLayout_9->addWidget(BTN_disconnCamera);
- horizontalSpacer_9 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_9->addItem(horizontalSpacer_9);
- horizontalLayout_9->setStretch(0, 1);
- horizontalLayout_9->setStretch(1, 2);
- horizontalLayout_9->setStretch(2, 1);
- horizontalLayout_9->setStretch(3, 2);
- horizontalLayout_9->setStretch(4, 1);
- verticalLayout_2->addLayout(horizontalLayout_9);
- verticalLayout_2->setStretch(0, 1);
- verticalLayout->addWidget(WGT_cam);
- WGT_camConfig = new QWidget(layoutWidget);
- WGT_camConfig->setObjectName(QString::fromUtf8("WGT_camConfig"));
- verticalLayout_4 = new QVBoxLayout(WGT_camConfig);
- verticalLayout_4->setSpacing(10);
- verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
- verticalLayout_4->setContentsMargins(0, 0, 0, 0);
- horizontalLayout_2 = new QHBoxLayout();
- horizontalLayout_2->setSpacing(0);
- horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
- label_3 = new QLabel(WGT_camConfig);
- label_3->setObjectName(QString::fromUtf8("label_3"));
- label_3->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
- horizontalLayout_2->addWidget(label_3);
- horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_2->addItem(horizontalSpacer_3);
- DSPB_exp = new QDoubleSpinBox(WGT_camConfig);
- DSPB_exp->setObjectName(QString::fromUtf8("DSPB_exp"));
- sizePolicy1.setHeightForWidth(DSPB_exp->sizePolicy().hasHeightForWidth());
- DSPB_exp->setSizePolicy(sizePolicy1);
- DSPB_exp->setMaximum(100000000.000000000000000);
- horizontalLayout_2->addWidget(DSPB_exp);
- horizontalLayout_2->setStretch(0, 1);
- horizontalLayout_2->setStretch(1, 1);
- horizontalLayout_2->setStretch(2, 2);
- verticalLayout_4->addLayout(horizontalLayout_2);
- horizontalLayout_4 = new QHBoxLayout();
- horizontalLayout_4->setSpacing(0);
- horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
- label_10 = new QLabel(WGT_camConfig);
- label_10->setObjectName(QString::fromUtf8("label_10"));
- label_10->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
- horizontalLayout_4->addWidget(label_10);
- horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_4->addItem(horizontalSpacer_4);
- DSPB_gain = new QDoubleSpinBox(WGT_camConfig);
- DSPB_gain->setObjectName(QString::fromUtf8("DSPB_gain"));
- sizePolicy1.setHeightForWidth(DSPB_gain->sizePolicy().hasHeightForWidth());
- DSPB_gain->setSizePolicy(sizePolicy1);
- DSPB_gain->setMaximum(100000000.000000000000000);
- horizontalLayout_4->addWidget(DSPB_gain);
- horizontalLayout_4->setStretch(0, 1);
- horizontalLayout_4->setStretch(1, 1);
- horizontalLayout_4->setStretch(2, 2);
- verticalLayout_4->addLayout(horizontalLayout_4);
- horizontalLayout_5 = new QHBoxLayout();
- horizontalLayout_5->setSpacing(0);
- horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
- label_4 = new QLabel(WGT_camConfig);
- label_4->setObjectName(QString::fromUtf8("label_4"));
- label_4->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
- horizontalLayout_5->addWidget(label_4);
- horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_5->addItem(horizontalSpacer_5);
- SPB_delay = new QSpinBox(WGT_camConfig);
- SPB_delay->setObjectName(QString::fromUtf8("SPB_delay"));
- sizePolicy1.setHeightForWidth(SPB_delay->sizePolicy().hasHeightForWidth());
- SPB_delay->setSizePolicy(sizePolicy1);
- SPB_delay->setMaximum(10000);
- horizontalLayout_5->addWidget(SPB_delay);
- horizontalLayout_5->setStretch(0, 1);
- horizontalLayout_5->setStretch(1, 1);
- horizontalLayout_5->setStretch(2, 2);
- verticalLayout_4->addLayout(horizontalLayout_5);
- horizontalLayout_6 = new QHBoxLayout();
- horizontalLayout_6->setSpacing(0);
- horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
- label_6 = new QLabel(WGT_camConfig);
- label_6->setObjectName(QString::fromUtf8("label_6"));
- label_6->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
- horizontalLayout_6->addWidget(label_6);
- horizontalSpacer_6 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_6->addItem(horizontalSpacer_6);
- CBBOX_triggerMode = new QComboBox(WGT_camConfig);
- CBBOX_triggerMode->addItem(QString());
- CBBOX_triggerMode->addItem(QString());
- CBBOX_triggerMode->addItem(QString());
- CBBOX_triggerMode->addItem(QString());
- CBBOX_triggerMode->addItem(QString());
- CBBOX_triggerMode->addItem(QString());
- CBBOX_triggerMode->setObjectName(QString::fromUtf8("CBBOX_triggerMode"));
- sizePolicy1.setHeightForWidth(CBBOX_triggerMode->sizePolicy().hasHeightForWidth());
- CBBOX_triggerMode->setSizePolicy(sizePolicy1);
- CBBOX_triggerMode->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"
- ""));
- horizontalLayout_6->addWidget(CBBOX_triggerMode);
- horizontalLayout_6->setStretch(0, 1);
- horizontalLayout_6->setStretch(1, 1);
- horizontalLayout_6->setStretch(2, 2);
- verticalLayout_4->addLayout(horizontalLayout_6);
- verticalLayout_4->setStretch(0, 1);
- verticalLayout_4->setStretch(1, 1);
- verticalLayout_4->setStretch(2, 1);
- verticalLayout_4->setStretch(3, 1);
- verticalLayout->addWidget(WGT_camConfig);
- verticalLayout->setStretch(0, 1);
- verticalLayout->setStretch(1, 1);
- verticalLayout->setStretch(2, 1);
- verticalLayout->setStretch(3, 5);
- layoutWidget1 = new QWidget(widget_2);
- layoutWidget1->setObjectName(QString::fromUtf8("layoutWidget1"));
- layoutWidget1->setGeometry(QRect(30, 471, 291, 31));
- horizontalLayout_7 = new QHBoxLayout(layoutWidget1);
- horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7"));
- horizontalLayout_7->setContentsMargins(0, 0, 0, 0);
- label_5 = new QLabel(layoutWidget1);
- label_5->setObjectName(QString::fromUtf8("label_5"));
- label_5->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
- horizontalLayout_7->addWidget(label_5);
- PGB_imgSharpness = new QProgressBar(layoutWidget1);
- PGB_imgSharpness->setObjectName(QString::fromUtf8("PGB_imgSharpness"));
- PGB_imgSharpness->setValue(24);
- horizontalLayout_7->addWidget(PGB_imgSharpness);
- horizontalLayout_3->addWidget(widget_2);
- LABEL_showWindow = new CamShowLabel(widget);
- LABEL_showWindow->setObjectName(QString::fromUtf8("LABEL_showWindow"));
- LABEL_showWindow->setStyleSheet(QString::fromUtf8("background-color: rgb(0, 0, 0);"));
- horizontalLayout_3->addWidget(LABEL_showWindow);
- horizontalLayout_3->setStretch(0, 3);
- horizontalLayout_3->setStretch(1, 5);
- verticalLayout_3->addWidget(widget);
- Tool_widget = new QWidget(CameraPar);
- Tool_widget->setObjectName(QString::fromUtf8("Tool_widget"));
- Tool_widget->setMinimumSize(QSize(0, 42));
- Tool_widget->setMaximumSize(QSize(16777215, 42));
- Tool_widget->setStyleSheet(QString::fromUtf8(""));
- horizontalLayout_10 = new QHBoxLayout(Tool_widget);
- horizontalLayout_10->setObjectName(QString::fromUtf8("horizontalLayout_10"));
- horizontalLayout_10->setContentsMargins(6, 6, 6, 6);
- LABLE_logIcon = new QLabel(Tool_widget);
- LABLE_logIcon->setObjectName(QString::fromUtf8("LABLE_logIcon"));
- horizontalLayout_10->addWidget(LABLE_logIcon);
- LABLE_log = new QLabel(Tool_widget);
- LABLE_log->setObjectName(QString::fromUtf8("LABLE_log"));
- LABLE_log->setEnabled(true);
- LABLE_log->setMinimumSize(QSize(200, 0));
- LABLE_log->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
- "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
- horizontalLayout_10->addWidget(LABLE_log);
- horizontalSpacer_11 = new QSpacerItem(553, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_10->addItem(horizontalSpacer_11);
- BTN_saveConfig = new QPushButton(Tool_widget);
- BTN_saveConfig->setObjectName(QString::fromUtf8("BTN_saveConfig"));
- sizePolicy1.setHeightForWidth(BTN_saveConfig->sizePolicy().hasHeightForWidth());
- BTN_saveConfig->setSizePolicy(sizePolicy1);
- horizontalLayout_10->addWidget(BTN_saveConfig);
- BTN_softTriggerOnce = new QPushButton(Tool_widget);
- BTN_softTriggerOnce->setObjectName(QString::fromUtf8("BTN_softTriggerOnce"));
- sizePolicy1.setHeightForWidth(BTN_softTriggerOnce->sizePolicy().hasHeightForWidth());
- BTN_softTriggerOnce->setSizePolicy(sizePolicy1);
- horizontalLayout_10->addWidget(BTN_softTriggerOnce);
- horizontalLayout_10->setStretch(0, 1);
- horizontalLayout_10->setStretch(1, 9);
- horizontalLayout_10->setStretch(2, 9);
- horizontalLayout_10->setStretch(3, 2);
- horizontalLayout_10->setStretch(4, 2);
- verticalLayout_3->addWidget(Tool_widget);
- retranslateUi(CameraPar);
- QMetaObject::connectSlotsByName(CameraPar);
- } // setupUi
- void retranslateUi(QWidget *CameraPar)
- {
- CameraPar->setWindowTitle(QCoreApplication::translate("CameraPar", "\347\233\270\346\234\272\351\205\215\347\275\256", nullptr));
- label_8->setText(QCoreApplication::translate("CameraPar", "\347\233\270\346\234\272\345\223\201\347\211\214", nullptr));
- cbboxCamType->setItemText(0, QCoreApplication::translate("CameraPar", "HikCam", nullptr));
- label->setText(QCoreApplication::translate("CameraPar", "\347\233\270\346\234\272 SN", nullptr));
- CBX_camSn->setCurrentText(QString());
- BTN_cameraSearch->setText(QCoreApplication::translate("CameraPar", "\346\220\234\347\264\242\347\233\270\346\234\272", nullptr));
- BTN_connCamera->setText(QCoreApplication::translate("CameraPar", "\350\277\236\346\216\245\347\233\270\346\234\272", nullptr));
- BTN_disconnCamera->setText(QCoreApplication::translate("CameraPar", "\346\226\255\345\274\200\347\233\270\346\234\272", nullptr));
- label_3->setText(QCoreApplication::translate("CameraPar", "\346\233\235\345\205\211(us)", nullptr));
- label_10->setText(QCoreApplication::translate("CameraPar", "\345\242\236\347\233\212(dB)", nullptr));
- label_4->setText(QCoreApplication::translate("CameraPar", "\345\273\266\346\227\266(ms)", nullptr));
- label_6->setText(QCoreApplication::translate("CameraPar", "\350\247\246\345\217\221\346\250\241\345\274\217", nullptr));
- CBBOX_triggerMode->setItemText(0, QCoreApplication::translate("CameraPar", "\350\247\206\351\242\221\346\250\241\345\274\217", nullptr));
- CBBOX_triggerMode->setItemText(1, QCoreApplication::translate("CameraPar", "\350\275\257\350\247\246\345\217\221", nullptr));
- CBBOX_triggerMode->setItemText(2, QCoreApplication::translate("CameraPar", "\347\272\277\350\267\2570", nullptr));
- CBBOX_triggerMode->setItemText(3, QCoreApplication::translate("CameraPar", "\347\272\277\350\267\2572", nullptr));
- CBBOX_triggerMode->setItemText(4, QCoreApplication::translate("CameraPar", "\347\272\277\350\267\2573", nullptr));
- CBBOX_triggerMode->setItemText(5, QCoreApplication::translate("CameraPar", "\345\244\232\350\267\257", nullptr));
- label_5->setText(QCoreApplication::translate("CameraPar", "\345\233\276\345\203\217\346\270\205\346\231\260\345\272\246", nullptr));
- LABEL_showWindow->setText(QString());
- LABLE_logIcon->setText(QString());
- LABLE_log->setText(QString());
- BTN_saveConfig->setText(QCoreApplication::translate("CameraPar", "\344\277\235\345\255\230\351\205\215\347\275\256", nullptr));
- BTN_softTriggerOnce->setText(QCoreApplication::translate("CameraPar", "\350\275\257\350\247\246\345\217\221\344\270\200\346\254\241", nullptr));
- } // retranslateUi
- };
- namespace Ui {
- class CameraPar: public Ui_CameraPar {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_CAMERAPAR_H
|