/******************************************************************************** ** 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 #include #include #include #include #include #include #include #include #include #include #include #include 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