/******************************************************************************** ** Form generated from reading UI file 'fescontroldialog.ui' ** ** Created by: Qt User Interface Compiler version 5.13.0 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_FESCONTROLDIALOG_H #define UI_FESCONTROLDIALOG_H #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_FesControlDialog { public: QGroupBox *groupBox_2; QListWidget *listWidget; QGroupBox *groupBox; QComboBox *serial_ComboBox; QPushButton *scanDevice_Btn; QPushButton *queryDevice_Btn; QPushButton *flushSerial_Btn; QPushButton *openSerial_Btn; QPushButton *close_Btn; QGroupBox *groupBox_3; QLabel *label; void setupUi(QDialog *FesControlDialog) { if (FesControlDialog->objectName().isEmpty()) FesControlDialog->setObjectName(QString::fromUtf8("FesControlDialog")); FesControlDialog->resize(1920, 1080); groupBox_2 = new QGroupBox(FesControlDialog); groupBox_2->setObjectName(QString::fromUtf8("groupBox_2")); groupBox_2->setGeometry(QRect(555, 240, 804, 600)); groupBox_2->setStyleSheet(QString::fromUtf8("#groupBox_2{border:none;background-color:white;border-radius: 8px;}")); listWidget = new QListWidget(groupBox_2); listWidget->setObjectName(QString::fromUtf8("listWidget")); listWidget->setGeometry(QRect(38, 117, 571, 391)); listWidget->setStyleSheet(QString::fromUtf8("#listWidget{background:#E4F4FC;border:none;}")); groupBox = new QGroupBox(groupBox_2); groupBox->setObjectName(QString::fromUtf8("groupBox")); groupBox->setGeometry(QRect(628, 120, 151, 391)); groupBox->setStyleSheet(QString::fromUtf8("border:none;")); serial_ComboBox = new QComboBox(groupBox); serial_ComboBox->setObjectName(QString::fromUtf8("serial_ComboBox")); serial_ComboBox->setGeometry(QRect(10, 0, 131, 40)); QFont font; font.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221")); font.setPointSize(12); serial_ComboBox->setFont(font); serial_ComboBox->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n" "border-radius: 4px;\n" "color:white;")); scanDevice_Btn = new QPushButton(groupBox); scanDevice_Btn->setObjectName(QString::fromUtf8("scanDevice_Btn")); scanDevice_Btn->setGeometry(QRect(10, 190, 131, 40)); scanDevice_Btn->setFont(font); scanDevice_Btn->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n" "border-radius: 4px;\n" "color:white;")); queryDevice_Btn = new QPushButton(groupBox); queryDevice_Btn->setObjectName(QString::fromUtf8("queryDevice_Btn")); queryDevice_Btn->setGeometry(QRect(10, 250, 131, 40)); queryDevice_Btn->setFont(font); queryDevice_Btn->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n" "border-radius: 4px;\n" "color:white;")); flushSerial_Btn = new QPushButton(groupBox); flushSerial_Btn->setObjectName(QString::fromUtf8("flushSerial_Btn")); flushSerial_Btn->setGeometry(QRect(10, 60, 131, 40)); flushSerial_Btn->setFont(font); flushSerial_Btn->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n" "border-radius: 4px;\n" "color:white;")); openSerial_Btn = new QPushButton(groupBox); openSerial_Btn->setObjectName(QString::fromUtf8("openSerial_Btn")); openSerial_Btn->setGeometry(QRect(10, 130, 131, 40)); openSerial_Btn->setFont(font); openSerial_Btn->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n" "border-radius: 4px;\n" "color:white;")); close_Btn = new QPushButton(groupBox_2); close_Btn->setObjectName(QString::fromUtf8("close_Btn")); close_Btn->setGeometry(QRect(0, 549, 804, 51)); QFont font1; font1.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221")); font1.setPointSize(13); close_Btn->setFont(font1); close_Btn->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n" "border-radius: 4px;\n" "color:white;")); groupBox_3 = new QGroupBox(groupBox_2); groupBox_3->setObjectName(QString::fromUtf8("groupBox_3")); groupBox_3->setGeometry(QRect(0, 0, 804, 60)); groupBox_3->setStyleSheet(QString::fromUtf8("background: #DDECFC;\n" "border:none;\n" "border-top-left-radius: 8px;border-top-right-radius:8px;\n" "")); label = new QLabel(groupBox_3); label->setObjectName(QString::fromUtf8("label")); label->setGeometry(QRect(200, 10, 371, 41)); QFont font2; font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223")); font2.setPointSize(15); label->setFont(font2); label->setAlignment(Qt::AlignCenter); retranslateUi(FesControlDialog); QMetaObject::connectSlotsByName(FesControlDialog); } // setupUi void retranslateUi(QDialog *FesControlDialog) { FesControlDialog->setWindowTitle(QCoreApplication::translate("FesControlDialog", "Dialog", nullptr)); groupBox_2->setTitle(QString()); groupBox->setTitle(QString()); scanDevice_Btn->setText(QCoreApplication::translate("FesControlDialog", "\346\211\253\346\217\217", nullptr)); queryDevice_Btn->setText(QCoreApplication::translate("FesControlDialog", "\346\237\245\350\257\242", nullptr)); flushSerial_Btn->setText(QCoreApplication::translate("FesControlDialog", "\345\210\267\346\226\260", nullptr)); openSerial_Btn->setText(QCoreApplication::translate("FesControlDialog", "\346\211\223\345\274\200", nullptr)); close_Btn->setText(QCoreApplication::translate("FesControlDialog", "\345\205\263\351\227\255", nullptr)); groupBox_3->setTitle(QString()); label->setText(QCoreApplication::translate("FesControlDialog", "\347\224\265\345\210\272\346\277\200\346\216\247\345\210\266", nullptr)); } // retranslateUi }; namespace Ui { class FesControlDialog: public Ui_FesControlDialog {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_FESCONTROLDIALOG_H