492 lines
28 KiB
C++
492 lines
28 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'advanceddialog.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_ADVANCEDDIALOG_H
|
|
#define UI_ADVANCEDDIALOG_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QComboBox>
|
|
#include <QtWidgets/QDialog>
|
|
#include <QtWidgets/QGroupBox>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QPushButton>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_AdvancedDialog
|
|
{
|
|
public:
|
|
QGroupBox *groupBox_4;
|
|
QPushButton *confirm_Btn;
|
|
QPushButton *cancel_Btn;
|
|
QGroupBox *groupBox_3;
|
|
QLabel *label_4;
|
|
QLabel *label_34;
|
|
QLabel *label_35;
|
|
QComboBox *negativeSpeedCompensate_ComboBox;
|
|
QLabel *label_36;
|
|
QLabel *label_37;
|
|
QPushButton *skipPassive_Btn;
|
|
QLabel *label_38;
|
|
QLabel *label_39;
|
|
QComboBox *tiredContinueTime_ComboBox;
|
|
QLabel *label_40;
|
|
QComboBox *tiredSpeedCompensate_ComboBox;
|
|
QLabel *label_41;
|
|
QLabel *label_42;
|
|
QGroupBox *groupBox;
|
|
QLabel *label_2;
|
|
QLabel *label_5;
|
|
QLabel *label_6;
|
|
QComboBox *preheatContinueTime_ComboBox;
|
|
QLabel *label_7;
|
|
QLabel *label_8;
|
|
QLabel *label_9;
|
|
QComboBox *preheatAContinueTime_ComboBox;
|
|
QLabel *label_10;
|
|
QComboBox *preheatCompensate_ComboBox;
|
|
QLabel *label_11;
|
|
QLabel *label_12;
|
|
QComboBox *preheatMaxPower_ComboBox;
|
|
QLabel *label_13;
|
|
QLabel *label_14;
|
|
QPushButton *preheatFesSwitch_Btn;
|
|
QLabel *label_15;
|
|
QLabel *label_16;
|
|
QComboBox *transitionalFesRise_ComboBox;
|
|
QLabel *label_17;
|
|
QGroupBox *groupBox_2;
|
|
QLabel *label_3;
|
|
QLabel *label_18;
|
|
QLabel *label_19;
|
|
QLabel *label_20;
|
|
QComboBox *positiveFChiXuTime_ComboBox;
|
|
QLabel *label_21;
|
|
QComboBox *positiveFControlSpeed_ComboBox;
|
|
QLabel *label_22;
|
|
QLabel *label_23;
|
|
QComboBox *positiveBSpeedCompensate_ComboBox;
|
|
QLabel *label_24;
|
|
QLabel *label_25;
|
|
QComboBox *positiveBChiXuTime_ComboBox;
|
|
QLabel *label_26;
|
|
QLabel *label_27;
|
|
QLabel *label_28;
|
|
QComboBox *positiveBresistance_ComboBox;
|
|
QLabel *label_29;
|
|
QComboBox *timeLimit_ComboBox;
|
|
QLabel *label_30;
|
|
QLabel *label_31;
|
|
QLabel *label_32;
|
|
QComboBox *speedLimit_ComboBox;
|
|
QLabel *label_33;
|
|
QLabel *label;
|
|
|
|
void setupUi(QDialog *AdvancedDialog)
|
|
{
|
|
if (AdvancedDialog->objectName().isEmpty())
|
|
AdvancedDialog->setObjectName(QString::fromUtf8("AdvancedDialog"));
|
|
AdvancedDialog->resize(1920, 1280);
|
|
AdvancedDialog->setStyleSheet(QString::fromUtf8("#AdvancedDialog{background: #FFFFFF;border-radius: 8px;}"));
|
|
groupBox_4 = new QGroupBox(AdvancedDialog);
|
|
groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
|
|
groupBox_4->setGeometry(QRect(176, 134, 1568, 1012));
|
|
groupBox_4->setStyleSheet(QString::fromUtf8("#groupBox_4{border-radius: 8px;background:white;}"));
|
|
confirm_Btn = new QPushButton(groupBox_4);
|
|
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
|
confirm_Btn->setGeometry(QRect(810, 910, 120, 45));
|
|
QFont font;
|
|
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
|
font.setPointSize(12);
|
|
confirm_Btn->setFont(font);
|
|
confirm_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
|
"border: 1px solid #0D9DDB;\n"
|
|
"color:#0D9DDB;"));
|
|
cancel_Btn = new QPushButton(groupBox_4);
|
|
cancel_Btn->setObjectName(QString::fromUtf8("cancel_Btn"));
|
|
cancel_Btn->setGeometry(QRect(589, 907, 120, 45));
|
|
cancel_Btn->setFont(font);
|
|
cancel_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
|
"border: 1px solid #0D9DDB;\n"
|
|
"color:#0D9DDB;"));
|
|
groupBox_3 = new QGroupBox(groupBox_4);
|
|
groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
|
|
groupBox_3->setGeometry(QRect(1040, 140, 462, 710));
|
|
groupBox_3->setStyleSheet(QString::fromUtf8("#groupBox_3{background: #E4F4FC;border:none;}"));
|
|
label_4 = new QLabel(groupBox_3);
|
|
label_4->setObjectName(QString::fromUtf8("label_4"));
|
|
label_4->setGeometry(QRect(0, 0, 462, 60));
|
|
QFont font1;
|
|
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
|
font1.setPointSize(15);
|
|
label_4->setFont(font1);
|
|
label_4->setStyleSheet(QString::fromUtf8("background: #009EE4;\n"
|
|
"border-radius: 4px 4px 0px 0px;\n"
|
|
"border: 1px solid #05A6EC;\n"
|
|
"color:white;"));
|
|
label_4->setAlignment(Qt::AlignCenter);
|
|
label_34 = new QLabel(groupBox_3);
|
|
label_34->setObjectName(QString::fromUtf8("label_34"));
|
|
label_34->setGeometry(QRect(60, 80, 181, 41));
|
|
label_34->setFont(font1);
|
|
label_35 = new QLabel(groupBox_3);
|
|
label_35->setObjectName(QString::fromUtf8("label_35"));
|
|
label_35->setGeometry(QRect(360, 200, 91, 41));
|
|
label_35->setFont(font1);
|
|
label_35->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
|
negativeSpeedCompensate_ComboBox = new QComboBox(groupBox_3);
|
|
negativeSpeedCompensate_ComboBox->setObjectName(QString::fromUtf8("negativeSpeedCompensate_ComboBox"));
|
|
negativeSpeedCompensate_ComboBox->setGeometry(QRect(253, 190, 90, 50));
|
|
negativeSpeedCompensate_ComboBox->setStyleSheet(QString::fromUtf8(""));
|
|
label_36 = new QLabel(groupBox_3);
|
|
label_36->setObjectName(QString::fromUtf8("label_36"));
|
|
label_36->setGeometry(QRect(21, 195, 201, 41));
|
|
label_36->setFont(font);
|
|
label_36->setStyleSheet(QString::fromUtf8("color:#666666;"));
|
|
label_36->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
|
label_37 = new QLabel(groupBox_3);
|
|
label_37->setObjectName(QString::fromUtf8("label_37"));
|
|
label_37->setGeometry(QRect(30, 124, 191, 41));
|
|
label_37->setFont(font);
|
|
label_37->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
|
skipPassive_Btn = new QPushButton(groupBox_3);
|
|
skipPassive_Btn->setObjectName(QString::fromUtf8("skipPassive_Btn"));
|
|
skipPassive_Btn->setGeometry(QRect(253, 127, 67, 40));
|
|
skipPassive_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/switchOn.png);"));
|
|
label_38 = new QLabel(groupBox_3);
|
|
label_38->setObjectName(QString::fromUtf8("label_38"));
|
|
label_38->setGeometry(QRect(360, 410, 91, 41));
|
|
label_38->setFont(font1);
|
|
label_38->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
|
label_39 = new QLabel(groupBox_3);
|
|
label_39->setObjectName(QString::fromUtf8("label_39"));
|
|
label_39->setGeometry(QRect(51, 270, 171, 41));
|
|
label_39->setFont(font1);
|
|
tiredContinueTime_ComboBox = new QComboBox(groupBox_3);
|
|
tiredContinueTime_ComboBox->setObjectName(QString::fromUtf8("tiredContinueTime_ComboBox"));
|
|
tiredContinueTime_ComboBox->setGeometry(QRect(253, 330, 90, 50));
|
|
label_40 = new QLabel(groupBox_3);
|
|
label_40->setObjectName(QString::fromUtf8("label_40"));
|
|
label_40->setGeometry(QRect(60, 403, 161, 41));
|
|
label_40->setFont(font);
|
|
label_40->setStyleSheet(QString::fromUtf8("color:#666666;"));
|
|
label_40->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
|
tiredSpeedCompensate_ComboBox = new QComboBox(groupBox_3);
|
|
tiredSpeedCompensate_ComboBox->setObjectName(QString::fromUtf8("tiredSpeedCompensate_ComboBox"));
|
|
tiredSpeedCompensate_ComboBox->setGeometry(QRect(253, 400, 90, 50));
|
|
label_41 = new QLabel(groupBox_3);
|
|
label_41->setObjectName(QString::fromUtf8("label_41"));
|
|
label_41->setGeometry(QRect(360, 340, 61, 41));
|
|
label_41->setFont(font1);
|
|
label_41->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
|
label_42 = new QLabel(groupBox_3);
|
|
label_42->setObjectName(QString::fromUtf8("label_42"));
|
|
label_42->setGeometry(QRect(60, 335, 161, 41));
|
|
label_42->setFont(font);
|
|
label_42->setStyleSheet(QString::fromUtf8("color:#666666;"));
|
|
label_42->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
|
groupBox = new QGroupBox(groupBox_4);
|
|
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
|
groupBox->setGeometry(QRect(54, 138, 462, 710));
|
|
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #E4F4FC;}"));
|
|
label_2 = new QLabel(groupBox);
|
|
label_2->setObjectName(QString::fromUtf8("label_2"));
|
|
label_2->setGeometry(QRect(0, 0, 462, 60));
|
|
label_2->setFont(font1);
|
|
label_2->setStyleSheet(QString::fromUtf8("background: #009EE4;\n"
|
|
"border-radius: 4px 4px 0px 0px;\n"
|
|
"border: 1px solid #05A6EC;\n"
|
|
"color:white;"));
|
|
label_2->setAlignment(Qt::AlignCenter);
|
|
label_5 = new QLabel(groupBox);
|
|
label_5->setObjectName(QString::fromUtf8("label_5"));
|
|
label_5->setGeometry(QRect(40, 80, 111, 41));
|
|
label_5->setFont(font1);
|
|
label_6 = new QLabel(groupBox);
|
|
label_6->setObjectName(QString::fromUtf8("label_6"));
|
|
label_6->setGeometry(QRect(31, 124, 171, 41));
|
|
label_6->setFont(font);
|
|
label_6->setStyleSheet(QString::fromUtf8("color:#666666;"));
|
|
label_6->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
|
preheatContinueTime_ComboBox = new QComboBox(groupBox);
|
|
preheatContinueTime_ComboBox->setObjectName(QString::fromUtf8("preheatContinueTime_ComboBox"));
|
|
preheatContinueTime_ComboBox->setGeometry(QRect(233, 120, 90, 50));
|
|
label_7 = new QLabel(groupBox);
|
|
label_7->setObjectName(QString::fromUtf8("label_7"));
|
|
label_7->setGeometry(QRect(340, 130, 61, 41));
|
|
label_7->setFont(font1);
|
|
label_7->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
|
label_8 = new QLabel(groupBox);
|
|
label_8->setObjectName(QString::fromUtf8("label_8"));
|
|
label_8->setGeometry(QRect(339, 200, 71, 41));
|
|
label_8->setFont(font1);
|
|
label_8->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
|
label_9 = new QLabel(groupBox);
|
|
label_9->setObjectName(QString::fromUtf8("label_9"));
|
|
label_9->setGeometry(QRect(30, 195, 171, 41));
|
|
label_9->setFont(font);
|
|
label_9->setStyleSheet(QString::fromUtf8("color:#666666;"));
|
|
label_9->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
|
preheatAContinueTime_ComboBox = new QComboBox(groupBox);
|
|
preheatAContinueTime_ComboBox->setObjectName(QString::fromUtf8("preheatAContinueTime_ComboBox"));
|
|
preheatAContinueTime_ComboBox->setGeometry(QRect(233, 191, 90, 50));
|
|
label_10 = new QLabel(groupBox);
|
|
label_10->setObjectName(QString::fromUtf8("label_10"));
|
|
label_10->setGeometry(QRect(339, 270, 91, 41));
|
|
label_10->setFont(font1);
|
|
label_10->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
|
preheatCompensate_ComboBox = new QComboBox(groupBox);
|
|
preheatCompensate_ComboBox->setObjectName(QString::fromUtf8("preheatCompensate_ComboBox"));
|
|
preheatCompensate_ComboBox->setGeometry(QRect(233, 261, 90, 50));
|
|
label_11 = new QLabel(groupBox);
|
|
label_11->setObjectName(QString::fromUtf8("label_11"));
|
|
label_11->setGeometry(QRect(20, 265, 181, 41));
|
|
label_11->setFont(font);
|
|
label_11->setStyleSheet(QString::fromUtf8("color:#666666;"));
|
|
label_11->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
|
label_12 = new QLabel(groupBox);
|
|
label_12->setObjectName(QString::fromUtf8("label_12"));
|
|
label_12->setGeometry(QRect(339, 400, 61, 41));
|
|
label_12->setFont(font1);
|
|
label_12->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
|
preheatMaxPower_ComboBox = new QComboBox(groupBox);
|
|
preheatMaxPower_ComboBox->setObjectName(QString::fromUtf8("preheatMaxPower_ComboBox"));
|
|
preheatMaxPower_ComboBox->setGeometry(QRect(233, 391, 90, 50));
|
|
label_13 = new QLabel(groupBox);
|
|
label_13->setObjectName(QString::fromUtf8("label_13"));
|
|
label_13->setGeometry(QRect(10, 395, 191, 41));
|
|
label_13->setFont(font);
|
|
label_13->setStyleSheet(QString::fromUtf8("color:#666666;"));
|
|
label_13->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
|
label_14 = new QLabel(groupBox);
|
|
label_14->setObjectName(QString::fromUtf8("label_14"));
|
|
label_14->setGeometry(QRect(20, 335, 161, 41));
|
|
label_14->setFont(font);
|
|
label_14->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
|
preheatFesSwitch_Btn = new QPushButton(groupBox);
|
|
preheatFesSwitch_Btn->setObjectName(QString::fromUtf8("preheatFesSwitch_Btn"));
|
|
preheatFesSwitch_Btn->setGeometry(QRect(230, 330, 67, 40));
|
|
preheatFesSwitch_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/switchOn.png);"));
|
|
label_15 = new QLabel(groupBox);
|
|
label_15->setObjectName(QString::fromUtf8("label_15"));
|
|
label_15->setGeometry(QRect(40, 475, 111, 41));
|
|
label_15->setFont(font1);
|
|
label_16 = new QLabel(groupBox);
|
|
label_16->setObjectName(QString::fromUtf8("label_16"));
|
|
label_16->setGeometry(QRect(339, 540, 61, 41));
|
|
label_16->setFont(font1);
|
|
label_16->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
|
transitionalFesRise_ComboBox = new QComboBox(groupBox);
|
|
transitionalFesRise_ComboBox->setObjectName(QString::fromUtf8("transitionalFesRise_ComboBox"));
|
|
transitionalFesRise_ComboBox->setGeometry(QRect(233, 530, 90, 50));
|
|
label_17 = new QLabel(groupBox);
|
|
label_17->setObjectName(QString::fromUtf8("label_17"));
|
|
label_17->setGeometry(QRect(20, 535, 181, 41));
|
|
label_17->setFont(font);
|
|
label_17->setStyleSheet(QString::fromUtf8("color:#666666;"));
|
|
label_17->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
|
groupBox_2 = new QGroupBox(groupBox_4);
|
|
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
|
groupBox_2->setGeometry(QRect(547, 140, 462, 710));
|
|
groupBox_2->setStyleSheet(QString::fromUtf8("#groupBox_2{background: #E4F4FC;}"));
|
|
label_3 = new QLabel(groupBox_2);
|
|
label_3->setObjectName(QString::fromUtf8("label_3"));
|
|
label_3->setGeometry(QRect(0, 0, 462, 60));
|
|
label_3->setFont(font1);
|
|
label_3->setStyleSheet(QString::fromUtf8("background: #009EE4;\n"
|
|
"border-radius: 4px 4px 0px 0px;\n"
|
|
"border: 1px solid #05A6EC;\n"
|
|
"color:white;"));
|
|
label_3->setAlignment(Qt::AlignCenter);
|
|
label_18 = new QLabel(groupBox_2);
|
|
label_18->setObjectName(QString::fromUtf8("label_18"));
|
|
label_18->setGeometry(QRect(350, 130, 61, 41));
|
|
label_18->setFont(font1);
|
|
label_18->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
|
label_19 = new QLabel(groupBox_2);
|
|
label_19->setObjectName(QString::fromUtf8("label_19"));
|
|
label_19->setGeometry(QRect(20, 124, 201, 41));
|
|
label_19->setFont(font);
|
|
label_19->setStyleSheet(QString::fromUtf8("color:#666666;"));
|
|
label_19->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
|
label_20 = new QLabel(groupBox_2);
|
|
label_20->setObjectName(QString::fromUtf8("label_20"));
|
|
label_20->setGeometry(QRect(50, 80, 181, 41));
|
|
label_20->setFont(font1);
|
|
positiveFChiXuTime_ComboBox = new QComboBox(groupBox_2);
|
|
positiveFChiXuTime_ComboBox->setObjectName(QString::fromUtf8("positiveFChiXuTime_ComboBox"));
|
|
positiveFChiXuTime_ComboBox->setGeometry(QRect(243, 120, 90, 50));
|
|
label_21 = new QLabel(groupBox_2);
|
|
label_21->setObjectName(QString::fromUtf8("label_21"));
|
|
label_21->setGeometry(QRect(350, 200, 101, 41));
|
|
label_21->setFont(font1);
|
|
label_21->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
|
positiveFControlSpeed_ComboBox = new QComboBox(groupBox_2);
|
|
positiveFControlSpeed_ComboBox->setObjectName(QString::fromUtf8("positiveFControlSpeed_ComboBox"));
|
|
positiveFControlSpeed_ComboBox->setGeometry(QRect(243, 190, 90, 50));
|
|
label_22 = new QLabel(groupBox_2);
|
|
label_22->setObjectName(QString::fromUtf8("label_22"));
|
|
label_22->setGeometry(QRect(20, 195, 201, 41));
|
|
label_22->setFont(font);
|
|
label_22->setStyleSheet(QString::fromUtf8("color:#666666;"));
|
|
label_22->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
|
label_23 = new QLabel(groupBox_2);
|
|
label_23->setObjectName(QString::fromUtf8("label_23"));
|
|
label_23->setGeometry(QRect(350, 340, 91, 41));
|
|
label_23->setFont(font1);
|
|
label_23->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
|
positiveBSpeedCompensate_ComboBox = new QComboBox(groupBox_2);
|
|
positiveBSpeedCompensate_ComboBox->setObjectName(QString::fromUtf8("positiveBSpeedCompensate_ComboBox"));
|
|
positiveBSpeedCompensate_ComboBox->setGeometry(QRect(243, 330, 90, 50));
|
|
label_24 = new QLabel(groupBox_2);
|
|
label_24->setObjectName(QString::fromUtf8("label_24"));
|
|
label_24->setGeometry(QRect(350, 270, 61, 41));
|
|
label_24->setFont(font1);
|
|
label_24->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
|
label_25 = new QLabel(groupBox_2);
|
|
label_25->setObjectName(QString::fromUtf8("label_25"));
|
|
label_25->setGeometry(QRect(20, 335, 201, 41));
|
|
label_25->setFont(font);
|
|
label_25->setStyleSheet(QString::fromUtf8("color:#666666;"));
|
|
label_25->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
|
positiveBChiXuTime_ComboBox = new QComboBox(groupBox_2);
|
|
positiveBChiXuTime_ComboBox->setObjectName(QString::fromUtf8("positiveBChiXuTime_ComboBox"));
|
|
positiveBChiXuTime_ComboBox->setGeometry(QRect(243, 261, 90, 50));
|
|
label_26 = new QLabel(groupBox_2);
|
|
label_26->setObjectName(QString::fromUtf8("label_26"));
|
|
label_26->setGeometry(QRect(20, 265, 201, 41));
|
|
label_26->setFont(font);
|
|
label_26->setStyleSheet(QString::fromUtf8("color:#666666;"));
|
|
label_26->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
|
label_27 = new QLabel(groupBox_2);
|
|
label_27->setObjectName(QString::fromUtf8("label_27"));
|
|
label_27->setGeometry(QRect(350, 410, 61, 41));
|
|
QFont font2;
|
|
font2.setFamily(QString::fromUtf8("Microsoft PhagsPa"));
|
|
font2.setPointSize(13);
|
|
label_27->setFont(font2);
|
|
label_27->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
|
label_28 = new QLabel(groupBox_2);
|
|
label_28->setObjectName(QString::fromUtf8("label_28"));
|
|
label_28->setGeometry(QRect(1, 403, 221, 41));
|
|
label_28->setFont(font);
|
|
label_28->setStyleSheet(QString::fromUtf8("color:#666666;"));
|
|
label_28->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
|
positiveBresistance_ComboBox = new QComboBox(groupBox_2);
|
|
positiveBresistance_ComboBox->setObjectName(QString::fromUtf8("positiveBresistance_ComboBox"));
|
|
positiveBresistance_ComboBox->setGeometry(QRect(243, 400, 90, 50));
|
|
label_29 = new QLabel(groupBox_2);
|
|
label_29->setObjectName(QString::fromUtf8("label_29"));
|
|
label_29->setGeometry(QRect(350, 540, 61, 41));
|
|
label_29->setFont(font1);
|
|
label_29->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
|
timeLimit_ComboBox = new QComboBox(groupBox_2);
|
|
timeLimit_ComboBox->setObjectName(QString::fromUtf8("timeLimit_ComboBox"));
|
|
timeLimit_ComboBox->setGeometry(QRect(243, 530, 90, 50));
|
|
label_30 = new QLabel(groupBox_2);
|
|
label_30->setObjectName(QString::fromUtf8("label_30"));
|
|
label_30->setGeometry(QRect(21, 475, 141, 41));
|
|
label_30->setFont(font1);
|
|
label_31 = new QLabel(groupBox_2);
|
|
label_31->setObjectName(QString::fromUtf8("label_31"));
|
|
label_31->setGeometry(QRect(51, 535, 161, 41));
|
|
label_31->setFont(font);
|
|
label_31->setStyleSheet(QString::fromUtf8("color:#666666;"));
|
|
label_31->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
|
label_32 = new QLabel(groupBox_2);
|
|
label_32->setObjectName(QString::fromUtf8("label_32"));
|
|
label_32->setGeometry(QRect(350, 610, 101, 41));
|
|
label_32->setFont(font1);
|
|
label_32->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
|
speedLimit_ComboBox = new QComboBox(groupBox_2);
|
|
speedLimit_ComboBox->setObjectName(QString::fromUtf8("speedLimit_ComboBox"));
|
|
speedLimit_ComboBox->setGeometry(QRect(243, 600, 90, 50));
|
|
label_33 = new QLabel(groupBox_2);
|
|
label_33->setObjectName(QString::fromUtf8("label_33"));
|
|
label_33->setGeometry(QRect(51, 604, 161, 41));
|
|
label_33->setFont(font);
|
|
label_33->setStyleSheet(QString::fromUtf8("color:#666666;"));
|
|
label_33->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
|
label = new QLabel(groupBox_4);
|
|
label->setObjectName(QString::fromUtf8("label"));
|
|
label->setGeometry(QRect(0, 0, 1568, 70));
|
|
label->setFont(font1);
|
|
label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/dialog/hearder2.png);"));
|
|
label->setAlignment(Qt::AlignCenter);
|
|
|
|
retranslateUi(AdvancedDialog);
|
|
|
|
QMetaObject::connectSlotsByName(AdvancedDialog);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QDialog *AdvancedDialog)
|
|
{
|
|
AdvancedDialog->setWindowTitle(QCoreApplication::translate("AdvancedDialog", "Dialog", nullptr));
|
|
groupBox_4->setTitle(QString());
|
|
confirm_Btn->setText(QCoreApplication::translate("AdvancedDialog", "\347\241\256\350\256\244", nullptr));
|
|
cancel_Btn->setText(QCoreApplication::translate("AdvancedDialog", "\345\217\226\346\266\210", nullptr));
|
|
groupBox_3->setTitle(QString());
|
|
label_4->setText(QCoreApplication::translate("AdvancedDialog", "\346\266\210\346\236\201\346\262\273\347\226\227\351\230\266\346\256\265", nullptr));
|
|
label_34->setText(QCoreApplication::translate("AdvancedDialog", "\346\266\210\346\236\201\346\262\273\347\226\227\346\234\237", nullptr));
|
|
label_35->setText(QCoreApplication::translate("AdvancedDialog", "r/min", nullptr));
|
|
label_36->setText(QCoreApplication::translate("AdvancedDialog", "\350\275\254\351\200\237\350\241\245\345\201\277", nullptr));
|
|
label_37->setText(QCoreApplication::translate("AdvancedDialog", "\350\267\263\350\277\207\346\255\244\351\230\266\346\256\265", nullptr));
|
|
skipPassive_Btn->setText(QString());
|
|
label_38->setText(QCoreApplication::translate("AdvancedDialog", "r/min", nullptr));
|
|
label_39->setText(QCoreApplication::translate("AdvancedDialog", "\347\226\262\345\212\263\344\276\246\346\265\213", nullptr));
|
|
label_40->setText(QCoreApplication::translate("AdvancedDialog", "\350\275\254\351\200\237\350\241\245\345\201\277", nullptr));
|
|
label_41->setText(QCoreApplication::translate("AdvancedDialog", "min", nullptr));
|
|
label_42->setText(QCoreApplication::translate("AdvancedDialog", "\346\214\201\347\273\255\346\227\266\351\227\264", nullptr));
|
|
groupBox->setTitle(QString());
|
|
label_2->setText(QCoreApplication::translate("AdvancedDialog", "\351\242\204\347\203\255\346\262\273\347\226\227\351\230\266\346\256\265", nullptr));
|
|
label_5->setText(QCoreApplication::translate("AdvancedDialog", "\351\242\204\347\203\255\346\234\237", nullptr));
|
|
label_6->setText(QCoreApplication::translate("AdvancedDialog", "\346\214\201\347\273\255\346\227\266\351\227\264", nullptr));
|
|
label_7->setText(QCoreApplication::translate("AdvancedDialog", "min", nullptr));
|
|
label_8->setText(QCoreApplication::translate("AdvancedDialog", "min", nullptr));
|
|
label_9->setText(QCoreApplication::translate("AdvancedDialog", "\345\212\240\351\200\237\346\214\201\347\273\255\346\227\266\351\227\264", nullptr));
|
|
label_10->setText(QCoreApplication::translate("AdvancedDialog", "r/min", nullptr));
|
|
label_11->setText(QCoreApplication::translate("AdvancedDialog", "\350\275\254\351\200\237\350\241\245\345\201\277", nullptr));
|
|
label_12->setText(QCoreApplication::translate("AdvancedDialog", "%", nullptr));
|
|
label_13->setText(QCoreApplication::translate("AdvancedDialog", "\351\242\204\347\203\255\346\234\237\346\234\200\345\244\247\347\224\265\351\207\217", nullptr));
|
|
label_14->setText(QCoreApplication::translate("AdvancedDialog", "\345\220\257\347\224\250\347\224\265\345\210\272\346\277\200", nullptr));
|
|
preheatFesSwitch_Btn->setText(QString());
|
|
label_15->setText(QCoreApplication::translate("AdvancedDialog", "\350\277\207\346\270\241\346\234\237", nullptr));
|
|
label_16->setText(QCoreApplication::translate("AdvancedDialog", "%", nullptr));
|
|
label_17->setText(QCoreApplication::translate("AdvancedDialog", "\347\224\265\345\210\272\346\277\200\344\270\212\345\215\207\345\271\205\345\272\246", nullptr));
|
|
groupBox_2->setTitle(QString());
|
|
label_3->setText(QCoreApplication::translate("AdvancedDialog", "\347\247\257\346\236\201\346\262\273\347\226\227\351\230\266\346\256\265", nullptr));
|
|
label_18->setText(QCoreApplication::translate("AdvancedDialog", "s", nullptr));
|
|
label_19->setText(QCoreApplication::translate("AdvancedDialog", "(\345\220\221\345\211\215)\346\214\201\347\273\255\346\227\266\351\227\264", nullptr));
|
|
label_20->setText(QCoreApplication::translate("AdvancedDialog", "\347\247\257\346\236\201\346\262\273\347\226\227\346\234\237", nullptr));
|
|
label_21->setText(QCoreApplication::translate("AdvancedDialog", "r/min", nullptr));
|
|
label_22->setText(QCoreApplication::translate("AdvancedDialog", "(\345\220\221\345\211\215)\346\216\247\345\210\266\351\200\237\345\272\246", nullptr));
|
|
label_23->setText(QCoreApplication::translate("AdvancedDialog", "r/min", nullptr));
|
|
label_24->setText(QCoreApplication::translate("AdvancedDialog", "s", nullptr));
|
|
label_25->setText(QCoreApplication::translate("AdvancedDialog", "(\345\220\221\345\220\216)\350\275\254\351\200\237\350\241\245\345\201\277", nullptr));
|
|
label_26->setText(QCoreApplication::translate("AdvancedDialog", "(\345\220\221\345\220\216)\346\214\201\347\273\255\346\227\266\351\227\264", nullptr));
|
|
label_27->setText(QCoreApplication::translate("AdvancedDialog", "N\302\267m", nullptr));
|
|
label_28->setText(QCoreApplication::translate("AdvancedDialog", "(\345\220\221\345\220\216)\351\230\273\345\212\233\346\211\255\347\237\251\350\241\245\345\201\277", nullptr));
|
|
label_29->setText(QCoreApplication::translate("AdvancedDialog", "s", nullptr));
|
|
label_30->setText(QCoreApplication::translate("AdvancedDialog", "\347\226\262\345\212\263\344\276\246\346\265\213", nullptr));
|
|
label_31->setText(QCoreApplication::translate("AdvancedDialog", "\346\227\266\351\227\264\351\230\210\345\200\274", nullptr));
|
|
label_32->setText(QCoreApplication::translate("AdvancedDialog", "r/min", nullptr));
|
|
label_33->setText(QCoreApplication::translate("AdvancedDialog", "\350\275\254\351\200\237\351\230\210\345\200\274", nullptr));
|
|
label->setText(QCoreApplication::translate("AdvancedDialog", "\351\253\230\347\272\247\350\256\276\347\275\256", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class AdvancedDialog: public Ui_AdvancedDialog {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_ADVANCEDDIALOG_H
|