11/25
This commit is contained in:
90
ZBD_IIIDL_S_Project/build20241115/UI/ui_Prescriptiondialog.h
Normal file
90
ZBD_IIIDL_S_Project/build20241115/UI/ui_Prescriptiondialog.h
Normal file
@@ -0,0 +1,90 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'Prescriptiondialog.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_PRESCRIPTIONDIALOG_H
|
||||
#define UI_PRESCRIPTIONDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_PrescriptionDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QLabel *label;
|
||||
QLabel *label_2;
|
||||
QPushButton *confirm_Btn;
|
||||
|
||||
void setupUi(QDialog *PrescriptionDialog)
|
||||
{
|
||||
if (PrescriptionDialog->objectName().isEmpty())
|
||||
PrescriptionDialog->setObjectName(QString::fromUtf8("PrescriptionDialog"));
|
||||
PrescriptionDialog->resize(1920, 1080);
|
||||
groupBox = new QGroupBox(PrescriptionDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(558, 240, 804, 598));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||||
"border-radius: 32px;}"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(0, 0, 804, 64));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
label->setFont(font);
|
||||
label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/dialog.png);"));
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
label_2 = new QLabel(groupBox);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(-10, 190, 811, 71));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(25);
|
||||
font1.setBold(true);
|
||||
label_2->setFont(font1);
|
||||
label_2->setAlignment(Qt::AlignCenter);
|
||||
confirm_Btn = new QPushButton(groupBox);
|
||||
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||||
confirm_Btn->setGeometry(QRect(340, 380, 120, 45));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(12);
|
||||
confirm_Btn->setFont(font2);
|
||||
confirm_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
|
||||
retranslateUi(PrescriptionDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(PrescriptionDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *PrescriptionDialog)
|
||||
{
|
||||
PrescriptionDialog->setWindowTitle(QCoreApplication::translate("PrescriptionDialog", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("PrescriptionDialog", "\346\217\220\347\244\272", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("PrescriptionDialog", "\346\234\252\346\237\245\350\257\242\345\210\260\346\202\250\344\270\212\344\270\200\346\254\241\350\256\255\347\273\203\345\244\204\346\226\271\357\274\201", nullptr));
|
||||
confirm_Btn->setText(QCoreApplication::translate("PrescriptionDialog", "\347\241\256\350\256\244", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class PrescriptionDialog: public Ui_PrescriptionDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_PRESCRIPTIONDIALOG_H
|
||||
491
ZBD_IIIDL_S_Project/build20241115/UI/ui_advanceddialog.h
Normal file
491
ZBD_IIIDL_S_Project/build20241115/UI/ui_advanceddialog.h
Normal file
@@ -0,0 +1,491 @@
|
||||
/********************************************************************************
|
||||
** 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
|
||||
775
ZBD_IIIDL_S_Project/build20241115/UI/ui_armorleg.h
Normal file
775
ZBD_IIIDL_S_Project/build20241115/UI/ui_armorleg.h
Normal file
@@ -0,0 +1,775 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'armorleg.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_ARMORLEG_H
|
||||
#define UI_ARMORLEG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QComboBox>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QRadioButton>
|
||||
#include <QtWidgets/QStackedWidget>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_ArmOrLeg
|
||||
{
|
||||
public:
|
||||
QStackedWidget *stackedWidget;
|
||||
QWidget *armOrLeg_Page;
|
||||
QGroupBox *groupBox_10;
|
||||
QGroupBox *groupBox_2;
|
||||
QPushButton *passive1_Button;
|
||||
QPushButton *active1_Button;
|
||||
QPushButton *assistant1_Button;
|
||||
QPushButton *speedTrain_Button;
|
||||
QPushButton *activePassive1_Button;
|
||||
QLabel *label_15;
|
||||
QLabel *label_16;
|
||||
QLabel *label_19;
|
||||
QLabel *label_22;
|
||||
QLabel *label_23;
|
||||
QGroupBox *groupBox_9;
|
||||
QPushButton *gameDisplay_Btn;
|
||||
QPushButton *backward_Btn;
|
||||
QPushButton *forward_Btn;
|
||||
QGroupBox *groupBox;
|
||||
QPushButton *upLimp_Button;
|
||||
QPushButton *verticalUpLimp_Button;
|
||||
QPushButton *downLimp_Button;
|
||||
QPushButton *upDownLimp_Button;
|
||||
QLabel *label_11;
|
||||
QLabel *label_12;
|
||||
QLabel *label_13;
|
||||
QLabel *label_14;
|
||||
QGroupBox *groupBox_20;
|
||||
QPushButton *moreConfigure_Btn;
|
||||
QPushButton *importPrescription_Btn;
|
||||
QLabel *label_24;
|
||||
QLabel *label_25;
|
||||
QWidget *armAndLeg_Page;
|
||||
QGroupBox *groupBox_11;
|
||||
QGroupBox *groupBox_12;
|
||||
QRadioButton *activePassive2_RadioButton;
|
||||
QRadioButton *passive2_RadioButton;
|
||||
QGroupBox *groupBox_35;
|
||||
QGroupBox *groupBox_13;
|
||||
QComboBox *upTrainTime2_ComboBox;
|
||||
QLabel *label_10;
|
||||
QGroupBox *groupBox_36;
|
||||
QGroupBox *groupBox_14;
|
||||
QLabel *label_18;
|
||||
QComboBox *upResistance2_ComboBox;
|
||||
QGroupBox *groupBox_37;
|
||||
QGroupBox *groupBox_15;
|
||||
QLabel *label_21;
|
||||
QComboBox *upSpeed2_ComboBox;
|
||||
QGroupBox *groupBox_38;
|
||||
QGroupBox *groupBox_16;
|
||||
QRadioButton *game1_radioButton;
|
||||
QRadioButton *game2_radioButton;
|
||||
QGroupBox *groupBox_39;
|
||||
QRadioButton *game3_radioButton;
|
||||
QGroupBox *groupBox_17;
|
||||
QRadioButton *spasmHigh2_RadioButton;
|
||||
QRadioButton *spasmMidd2_RadioButton;
|
||||
QRadioButton *spasmLow2_RadioButton;
|
||||
QGroupBox *groupBox_40;
|
||||
QGroupBox *groupBox_18;
|
||||
QRadioButton *spasmACW2_RadioButton;
|
||||
QRadioButton *spasmClose2_RadioButton;
|
||||
QGroupBox *groupBox_41;
|
||||
QGroupBox *groupBox_19;
|
||||
QRadioButton *CW2_RadioButton;
|
||||
QRadioButton *ACW2_RadioButton;
|
||||
QGroupBox *groupBox_42;
|
||||
QGroupBox *groupBox_21;
|
||||
QPushButton *next_Btn;
|
||||
QPushButton *confirm_Btn;
|
||||
QGroupBox *groupBox_8;
|
||||
QGroupBox *groupBox_7;
|
||||
QLabel *label_2;
|
||||
QLabel *label;
|
||||
QLabel *label_3;
|
||||
QLabel *label_4;
|
||||
QLabel *label_5;
|
||||
QLabel *label_6;
|
||||
QGroupBox *groupBox_4;
|
||||
QGroupBox *groupBox_5;
|
||||
QGroupBox *groupBox_6;
|
||||
QGroupBox *groupBox_3;
|
||||
QPushButton *advanced1_Btn;
|
||||
QPushButton *YiJianShangJi_Btn;
|
||||
|
||||
void setupUi(QWidget *ArmOrLeg)
|
||||
{
|
||||
if (ArmOrLeg->objectName().isEmpty())
|
||||
ArmOrLeg->setObjectName(QString::fromUtf8("ArmOrLeg"));
|
||||
ArmOrLeg->resize(1920, 980);
|
||||
ArmOrLeg->setStyleSheet(QString::fromUtf8("#ArmOrLeg{background:white;}"));
|
||||
stackedWidget = new QStackedWidget(ArmOrLeg);
|
||||
stackedWidget->setObjectName(QString::fromUtf8("stackedWidget"));
|
||||
stackedWidget->setGeometry(QRect(0, 112, 1891, 751));
|
||||
stackedWidget->setStyleSheet(QString::fromUtf8(""));
|
||||
armOrLeg_Page = new QWidget();
|
||||
armOrLeg_Page->setObjectName(QString::fromUtf8("armOrLeg_Page"));
|
||||
groupBox_10 = new QGroupBox(armOrLeg_Page);
|
||||
groupBox_10->setObjectName(QString::fromUtf8("groupBox_10"));
|
||||
groupBox_10->setGeometry(QRect(-10, -30, 1920, 831));
|
||||
groupBox_10->setStyleSheet(QString::fromUtf8("#groupBox_10{border:none;background:white;}"));
|
||||
groupBox_2 = new QGroupBox(groupBox_10);
|
||||
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
||||
groupBox_2->setGeometry(QRect(610, 50, 702, 702));
|
||||
groupBox_2->setStyleSheet(QString::fromUtf8("background: #EEF7FD;\n"
|
||||
"border-radius: 12px;"));
|
||||
passive1_Button = new QPushButton(groupBox_2);
|
||||
passive1_Button->setObjectName(QString::fromUtf8("passive1_Button"));
|
||||
passive1_Button->setGeometry(QRect(260, 70, 161, 161));
|
||||
passive1_Button->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/passiveModel_unchecked.png);"));
|
||||
passive1_Button->setCheckable(true);
|
||||
passive1_Button->setAutoExclusive(true);
|
||||
active1_Button = new QPushButton(groupBox_2);
|
||||
active1_Button->setObjectName(QString::fromUtf8("active1_Button"));
|
||||
active1_Button->setGeometry(QRect(470, 70, 161, 161));
|
||||
active1_Button->setStyleSheet(QString::fromUtf8("border-image:url(:/DependFile/Source/trainDisplayPage/activeTrain_unchecked.png);"));
|
||||
active1_Button->setCheckable(true);
|
||||
active1_Button->setAutoExclusive(true);
|
||||
assistant1_Button = new QPushButton(groupBox_2);
|
||||
assistant1_Button->setObjectName(QString::fromUtf8("assistant1_Button"));
|
||||
assistant1_Button->setGeometry(QRect(40, 360, 161, 161));
|
||||
assistant1_Button->setStyleSheet(QString::fromUtf8("\n"
|
||||
"border-image: url(:/DependFile/Source/trainPage/assiatedModel_unchecked.png);"));
|
||||
assistant1_Button->setCheckable(true);
|
||||
assistant1_Button->setAutoExclusive(true);
|
||||
speedTrain_Button = new QPushButton(groupBox_2);
|
||||
speedTrain_Button->setObjectName(QString::fromUtf8("speedTrain_Button"));
|
||||
speedTrain_Button->setGeometry(QRect(260, 360, 161, 161));
|
||||
speedTrain_Button->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/speedModel_forbidcheck.png);"));
|
||||
speedTrain_Button->setCheckable(true);
|
||||
speedTrain_Button->setAutoExclusive(true);
|
||||
activePassive1_Button = new QPushButton(groupBox_2);
|
||||
activePassive1_Button->setObjectName(QString::fromUtf8("activePassive1_Button"));
|
||||
activePassive1_Button->setGeometry(QRect(40, 70, 161, 161));
|
||||
activePassive1_Button->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/activePassiveModel_unchecked.png);"));
|
||||
activePassive1_Button->setCheckable(true);
|
||||
activePassive1_Button->setChecked(true);
|
||||
activePassive1_Button->setAutoExclusive(true);
|
||||
label_15 = new QLabel(groupBox_2);
|
||||
label_15->setObjectName(QString::fromUtf8("label_15"));
|
||||
label_15->setGeometry(QRect(22, 230, 201, 90));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(18);
|
||||
font.setBold(true);
|
||||
font.setWeight(62);
|
||||
label_15->setFont(font);
|
||||
label_15->setStyleSheet(QString::fromUtf8("width: 112px;\n"
|
||||
"height: 28px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #333333;\n"
|
||||
"line-height: 42px;"));
|
||||
label_15->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
|
||||
label_15->setWordWrap(true);
|
||||
label_16 = new QLabel(groupBox_2);
|
||||
label_16->setObjectName(QString::fromUtf8("label_16"));
|
||||
label_16->setGeometry(QRect(240, 230, 201, 90));
|
||||
label_16->setFont(font);
|
||||
label_16->setStyleSheet(QString::fromUtf8("width: 112px;\n"
|
||||
"height: 28px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #333333;\n"
|
||||
"line-height: 42px;"));
|
||||
label_16->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
|
||||
label_16->setWordWrap(true);
|
||||
label_19 = new QLabel(groupBox_2);
|
||||
label_19->setObjectName(QString::fromUtf8("label_19"));
|
||||
label_19->setGeometry(QRect(450, 230, 221, 90));
|
||||
label_19->setFont(font);
|
||||
label_19->setStyleSheet(QString::fromUtf8("width: 112px;\n"
|
||||
"height: 28px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #333333;\n"
|
||||
"line-height: 42px;"));
|
||||
label_19->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
|
||||
label_19->setWordWrap(true);
|
||||
label_22 = new QLabel(groupBox_2);
|
||||
label_22->setObjectName(QString::fromUtf8("label_22"));
|
||||
label_22->setGeometry(QRect(10, 530, 221, 90));
|
||||
label_22->setFont(font);
|
||||
label_22->setStyleSheet(QString::fromUtf8("width: 112px;\n"
|
||||
"height: 28px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #333333;\n"
|
||||
"line-height: 42px;"));
|
||||
label_22->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
|
||||
label_23 = new QLabel(groupBox_2);
|
||||
label_23->setObjectName(QString::fromUtf8("label_23"));
|
||||
label_23->setGeometry(QRect(220, 530, 261, 90));
|
||||
label_23->setFont(font);
|
||||
label_23->setStyleSheet(QString::fromUtf8("width: 112px;\n"
|
||||
"height: 28px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #333333;\n"
|
||||
"line-height: 42px;"));
|
||||
label_23->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
|
||||
groupBox_9 = new QGroupBox(groupBox_10);
|
||||
groupBox_9->setObjectName(QString::fromUtf8("groupBox_9"));
|
||||
groupBox_9->setGeometry(QRect(1350, 50, 510, 374));
|
||||
groupBox_9->setStyleSheet(QString::fromUtf8("\n"
|
||||
"#groupBox_9{background: #FFFCF0;\n"
|
||||
"border-radius: 12px;\n"
|
||||
"border:none}"));
|
||||
gameDisplay_Btn = new QPushButton(groupBox_9);
|
||||
gameDisplay_Btn->setObjectName(QString::fromUtf8("gameDisplay_Btn"));
|
||||
gameDisplay_Btn->setGeometry(QRect(150, 60, 200, 200));
|
||||
gameDisplay_Btn->setStyleSheet(QString::fromUtf8("width: 200px;\n"
|
||||
"height: 200px;\n"
|
||||
"background: linear-gradient(180deg, #D7FEFF 0%, #FDFFFF 100%);\n"
|
||||
"border-radius: 9px;\n"
|
||||
"border: 3px solid;\n"
|
||||
"border-image: linear-gradient(180deg, rgba(10, 53, 232, 1), rgba(50, 255, 252, 1)) 3 3;\n"
|
||||
"border-image: url(:/DependFile/Source/gamePage/game_fish.png);"));
|
||||
gameDisplay_Btn->setCheckable(true);
|
||||
gameDisplay_Btn->setAutoExclusive(true);
|
||||
backward_Btn = new QPushButton(groupBox_9);
|
||||
backward_Btn->setObjectName(QString::fromUtf8("backward_Btn"));
|
||||
backward_Btn->setGeometry(QRect(50, 130, 60, 60));
|
||||
backward_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/leftChange.png);"));
|
||||
forward_Btn = new QPushButton(groupBox_9);
|
||||
forward_Btn->setObjectName(QString::fromUtf8("forward_Btn"));
|
||||
forward_Btn->setGeometry(QRect(410, 130, 60, 60));
|
||||
forward_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/rightChange.png);"));
|
||||
groupBox = new QGroupBox(groupBox_10);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(60, 50, 510, 702));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("\n"
|
||||
"background: #EEF7FD;\n"
|
||||
"border-radius: 12px;"));
|
||||
upLimp_Button = new QPushButton(groupBox);
|
||||
upLimp_Button->setObjectName(QString::fromUtf8("upLimp_Button"));
|
||||
upLimp_Button->setGeometry(QRect(40, 70, 161, 161));
|
||||
upLimp_Button->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainDisplayPage/horizontalUp_checked.png);\n"
|
||||
"border:none;"));
|
||||
upLimp_Button->setCheckable(true);
|
||||
upLimp_Button->setChecked(true);
|
||||
upLimp_Button->setAutoExclusive(true);
|
||||
verticalUpLimp_Button = new QPushButton(groupBox);
|
||||
verticalUpLimp_Button->setObjectName(QString::fromUtf8("verticalUpLimp_Button"));
|
||||
verticalUpLimp_Button->setGeometry(QRect(280, 70, 161, 161));
|
||||
verticalUpLimp_Button->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainDisplayPage/veritcalLimb_unChecked.png);\n"
|
||||
"border:none;"));
|
||||
verticalUpLimp_Button->setCheckable(true);
|
||||
verticalUpLimp_Button->setAutoExclusive(true);
|
||||
downLimp_Button = new QPushButton(groupBox);
|
||||
downLimp_Button->setObjectName(QString::fromUtf8("downLimp_Button"));
|
||||
downLimp_Button->setGeometry(QRect(40, 360, 161, 161));
|
||||
downLimp_Button->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/uplimb_unchecked.png);"));
|
||||
downLimp_Button->setCheckable(true);
|
||||
downLimp_Button->setAutoExclusive(true);
|
||||
upDownLimp_Button = new QPushButton(groupBox);
|
||||
upDownLimp_Button->setObjectName(QString::fromUtf8("upDownLimp_Button"));
|
||||
upDownLimp_Button->setGeometry(QRect(280, 360, 161, 161));
|
||||
upDownLimp_Button->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/upDownLimb_checked.png);"));
|
||||
upDownLimp_Button->setCheckable(true);
|
||||
upDownLimp_Button->setAutoExclusive(true);
|
||||
label_11 = new QLabel(groupBox);
|
||||
label_11->setObjectName(QString::fromUtf8("label_11"));
|
||||
label_11->setGeometry(QRect(2, 230, 241, 91));
|
||||
label_11->setFont(font);
|
||||
label_11->setStyleSheet(QString::fromUtf8("width: 112px;\n"
|
||||
"height: 28px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #333333;\n"
|
||||
"line-height: 42px;"));
|
||||
label_11->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
|
||||
label_11->setWordWrap(true);
|
||||
label_12 = new QLabel(groupBox);
|
||||
label_12->setObjectName(QString::fromUtf8("label_12"));
|
||||
label_12->setGeometry(QRect(252, 230, 221, 90));
|
||||
label_12->setFont(font);
|
||||
label_12->setStyleSheet(QString::fromUtf8("width: 112px;\n"
|
||||
"height: 28px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #333333;\n"
|
||||
"line-height: 42px;"));
|
||||
label_12->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
|
||||
label_12->setWordWrap(true);
|
||||
label_13 = new QLabel(groupBox);
|
||||
label_13->setObjectName(QString::fromUtf8("label_13"));
|
||||
label_13->setGeometry(QRect(20, 530, 201, 90));
|
||||
label_13->setFont(font);
|
||||
label_13->setStyleSheet(QString::fromUtf8("width: 112px;\n"
|
||||
"height: 28px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #333333;\n"
|
||||
"line-height: 42px;"));
|
||||
label_13->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
|
||||
label_13->setWordWrap(true);
|
||||
label_14 = new QLabel(groupBox);
|
||||
label_14->setObjectName(QString::fromUtf8("label_14"));
|
||||
label_14->setGeometry(QRect(246, 530, 221, 90));
|
||||
label_14->setFont(font);
|
||||
label_14->setStyleSheet(QString::fromUtf8("width: 112px;\n"
|
||||
"height: 28px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #333333;\n"
|
||||
"line-height: 42px;"));
|
||||
label_14->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
|
||||
label_14->setWordWrap(true);
|
||||
upLimp_Button->raise();
|
||||
verticalUpLimp_Button->raise();
|
||||
downLimp_Button->raise();
|
||||
upDownLimp_Button->raise();
|
||||
label_12->raise();
|
||||
label_13->raise();
|
||||
label_14->raise();
|
||||
label_11->raise();
|
||||
groupBox_20 = new QGroupBox(groupBox_10);
|
||||
groupBox_20->setObjectName(QString::fromUtf8("groupBox_20"));
|
||||
groupBox_20->setGeometry(QRect(1350, 450, 510, 301));
|
||||
groupBox_20->setStyleSheet(QString::fromUtf8("background: #F5F4FF;\n"
|
||||
"border-radius: 8px;"));
|
||||
moreConfigure_Btn = new QPushButton(groupBox_20);
|
||||
moreConfigure_Btn->setObjectName(QString::fromUtf8("moreConfigure_Btn"));
|
||||
moreConfigure_Btn->setGeometry(QRect(60, 60, 110, 100));
|
||||
QFont font1;
|
||||
font1.setPointSize(18);
|
||||
font1.setBold(true);
|
||||
font1.setWeight(75);
|
||||
moreConfigure_Btn->setFont(font1);
|
||||
moreConfigure_Btn->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n"
|
||||
"border-image: url(:/DependFile/Source/trainPage/moreconfigure.png);\n"
|
||||
"border-radius: 4px;\n"
|
||||
"color:white;"));
|
||||
importPrescription_Btn = new QPushButton(groupBox_20);
|
||||
importPrescription_Btn->setObjectName(QString::fromUtf8("importPrescription_Btn"));
|
||||
importPrescription_Btn->setGeometry(QRect(320, 60, 110, 100));
|
||||
importPrescription_Btn->setFont(font1);
|
||||
importPrescription_Btn->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n"
|
||||
"border-image: url(:/DependFile/Source/trainPage/importprescription.png);\n"
|
||||
"border-radius: 4px;\n"
|
||||
"color:white;"));
|
||||
label_24 = new QLabel(groupBox_20);
|
||||
label_24->setObjectName(QString::fromUtf8("label_24"));
|
||||
label_24->setGeometry(QRect(30, 170, 171, 91));
|
||||
label_24->setFont(font);
|
||||
label_24->setStyleSheet(QString::fromUtf8("width: 112px;\n"
|
||||
"height: 28px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #333333;\n"
|
||||
"line-height: 42px;"));
|
||||
label_24->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
|
||||
label_24->setWordWrap(true);
|
||||
label_25 = new QLabel(groupBox_20);
|
||||
label_25->setObjectName(QString::fromUtf8("label_25"));
|
||||
label_25->setGeometry(QRect(260, 170, 231, 90));
|
||||
label_25->setFont(font);
|
||||
label_25->setStyleSheet(QString::fromUtf8("width: 112px;\n"
|
||||
"height: 28px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #333333;\n"
|
||||
"line-height: 42px;"));
|
||||
label_25->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
|
||||
label_25->setWordWrap(true);
|
||||
stackedWidget->addWidget(armOrLeg_Page);
|
||||
armAndLeg_Page = new QWidget();
|
||||
armAndLeg_Page->setObjectName(QString::fromUtf8("armAndLeg_Page"));
|
||||
groupBox_11 = new QGroupBox(armAndLeg_Page);
|
||||
groupBox_11->setObjectName(QString::fromUtf8("groupBox_11"));
|
||||
groupBox_11->setGeometry(QRect(0, 0, 1891, 751));
|
||||
groupBox_11->setStyleSheet(QString::fromUtf8("#groupBox_11{border:none;background:white;}"));
|
||||
groupBox_12 = new QGroupBox(groupBox_11);
|
||||
groupBox_12->setObjectName(QString::fromUtf8("groupBox_12"));
|
||||
groupBox_12->setGeometry(QRect(0, 0, 1421, 92));
|
||||
groupBox_12->setStyleSheet(QString::fromUtf8("#groupBox_12{border:none;}"));
|
||||
activePassive2_RadioButton = new QRadioButton(groupBox_12);
|
||||
activePassive2_RadioButton->setObjectName(QString::fromUtf8("activePassive2_RadioButton"));
|
||||
activePassive2_RadioButton->setGeometry(QRect(350, 30, 211, 40));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(18);
|
||||
font2.setBold(true);
|
||||
font2.setWeight(75);
|
||||
activePassive2_RadioButton->setFont(font2);
|
||||
activePassive2_RadioButton->setChecked(true);
|
||||
passive2_RadioButton = new QRadioButton(groupBox_12);
|
||||
passive2_RadioButton->setObjectName(QString::fromUtf8("passive2_RadioButton"));
|
||||
passive2_RadioButton->setGeometry(QRect(572, 30, 201, 40));
|
||||
passive2_RadioButton->setFont(font2);
|
||||
groupBox_35 = new QGroupBox(groupBox_12);
|
||||
groupBox_35->setObjectName(QString::fromUtf8("groupBox_35"));
|
||||
groupBox_35->setGeometry(QRect(50, 1, 240, 90));
|
||||
groupBox_35->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/train_mode.png);"));
|
||||
groupBox_13 = new QGroupBox(groupBox_11);
|
||||
groupBox_13->setObjectName(QString::fromUtf8("groupBox_13"));
|
||||
groupBox_13->setGeometry(QRect(0, 94, 1841, 92));
|
||||
groupBox_13->setStyleSheet(QString::fromUtf8("#groupBox_13{border:none;}"));
|
||||
upTrainTime2_ComboBox = new QComboBox(groupBox_13);
|
||||
upTrainTime2_ComboBox->setObjectName(QString::fromUtf8("upTrainTime2_ComboBox"));
|
||||
upTrainTime2_ComboBox->setGeometry(QRect(350, 25, 101, 41));
|
||||
upTrainTime2_ComboBox->setFont(font2);
|
||||
label_10 = new QLabel(groupBox_13);
|
||||
label_10->setObjectName(QString::fromUtf8("label_10"));
|
||||
label_10->setGeometry(QRect(472, 30, 91, 31));
|
||||
QFont font3;
|
||||
font3.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
|
||||
font3.setPointSize(15);
|
||||
font3.setBold(true);
|
||||
font3.setWeight(75);
|
||||
label_10->setFont(font3);
|
||||
label_10->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
groupBox_36 = new QGroupBox(groupBox_13);
|
||||
groupBox_36->setObjectName(QString::fromUtf8("groupBox_36"));
|
||||
groupBox_36->setGeometry(QRect(50, 0, 240, 90));
|
||||
groupBox_36->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/train_time.png);"));
|
||||
groupBox_14 = new QGroupBox(groupBox_11);
|
||||
groupBox_14->setObjectName(QString::fromUtf8("groupBox_14"));
|
||||
groupBox_14->setGeometry(QRect(0, 187, 1841, 92));
|
||||
groupBox_14->setStyleSheet(QString::fromUtf8("#groupBox_14{border:none;}"));
|
||||
label_18 = new QLabel(groupBox_14);
|
||||
label_18->setObjectName(QString::fromUtf8("label_18"));
|
||||
label_18->setGeometry(QRect(472, 30, 71, 31));
|
||||
label_18->setFont(font3);
|
||||
label_18->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
upResistance2_ComboBox = new QComboBox(groupBox_14);
|
||||
upResistance2_ComboBox->setObjectName(QString::fromUtf8("upResistance2_ComboBox"));
|
||||
upResistance2_ComboBox->setGeometry(QRect(350, 25, 100, 40));
|
||||
upResistance2_ComboBox->setFont(font2);
|
||||
groupBox_37 = new QGroupBox(groupBox_14);
|
||||
groupBox_37->setObjectName(QString::fromUtf8("groupBox_37"));
|
||||
groupBox_37->setGeometry(QRect(50, 0, 240, 90));
|
||||
groupBox_37->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/train_force.png);"));
|
||||
groupBox_15 = new QGroupBox(groupBox_11);
|
||||
groupBox_15->setObjectName(QString::fromUtf8("groupBox_15"));
|
||||
groupBox_15->setGeometry(QRect(0, 280, 1851, 92));
|
||||
groupBox_15->setStyleSheet(QString::fromUtf8("#groupBox_15{border:none;}"));
|
||||
label_21 = new QLabel(groupBox_15);
|
||||
label_21->setObjectName(QString::fromUtf8("label_21"));
|
||||
label_21->setGeometry(QRect(472, 30, 81, 31));
|
||||
label_21->setFont(font3);
|
||||
label_21->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
upSpeed2_ComboBox = new QComboBox(groupBox_15);
|
||||
upSpeed2_ComboBox->setObjectName(QString::fromUtf8("upSpeed2_ComboBox"));
|
||||
upSpeed2_ComboBox->setGeometry(QRect(350, 25, 100, 40));
|
||||
upSpeed2_ComboBox->setFont(font2);
|
||||
groupBox_38 = new QGroupBox(groupBox_15);
|
||||
groupBox_38->setObjectName(QString::fromUtf8("groupBox_38"));
|
||||
groupBox_38->setGeometry(QRect(50, 0, 240, 90));
|
||||
groupBox_38->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/train_speed.png);"));
|
||||
groupBox_16 = new QGroupBox(groupBox_11);
|
||||
groupBox_16->setObjectName(QString::fromUtf8("groupBox_16"));
|
||||
groupBox_16->setGeometry(QRect(0, 652, 1081, 92));
|
||||
groupBox_16->setStyleSheet(QString::fromUtf8("#groupBox_16{border:none;}"));
|
||||
game1_radioButton = new QRadioButton(groupBox_16);
|
||||
game1_radioButton->setObjectName(QString::fromUtf8("game1_radioButton"));
|
||||
game1_radioButton->setGeometry(QRect(350, 23, 101, 40));
|
||||
game2_radioButton = new QRadioButton(groupBox_16);
|
||||
game2_radioButton->setObjectName(QString::fromUtf8("game2_radioButton"));
|
||||
game2_radioButton->setGeometry(QRect(572, 23, 101, 40));
|
||||
groupBox_39 = new QGroupBox(groupBox_16);
|
||||
groupBox_39->setObjectName(QString::fromUtf8("groupBox_39"));
|
||||
groupBox_39->setGeometry(QRect(50, 0, 240, 90));
|
||||
groupBox_39->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/train_game.png);"));
|
||||
game3_radioButton = new QRadioButton(groupBox_16);
|
||||
game3_radioButton->setObjectName(QString::fromUtf8("game3_radioButton"));
|
||||
game3_radioButton->setGeometry(QRect(790, 23, 101, 40));
|
||||
groupBox_17 = new QGroupBox(groupBox_11);
|
||||
groupBox_17->setObjectName(QString::fromUtf8("groupBox_17"));
|
||||
groupBox_17->setGeometry(QRect(0, 559, 1861, 92));
|
||||
groupBox_17->setStyleSheet(QString::fromUtf8("#groupBox_17{border:none;}"));
|
||||
spasmHigh2_RadioButton = new QRadioButton(groupBox_17);
|
||||
spasmHigh2_RadioButton->setObjectName(QString::fromUtf8("spasmHigh2_RadioButton"));
|
||||
spasmHigh2_RadioButton->setGeometry(QRect(350, 30, 141, 40));
|
||||
spasmHigh2_RadioButton->setFont(font2);
|
||||
spasmMidd2_RadioButton = new QRadioButton(groupBox_17);
|
||||
spasmMidd2_RadioButton->setObjectName(QString::fromUtf8("spasmMidd2_RadioButton"));
|
||||
spasmMidd2_RadioButton->setGeometry(QRect(572, 30, 151, 40));
|
||||
spasmMidd2_RadioButton->setFont(font2);
|
||||
spasmLow2_RadioButton = new QRadioButton(groupBox_17);
|
||||
spasmLow2_RadioButton->setObjectName(QString::fromUtf8("spasmLow2_RadioButton"));
|
||||
spasmLow2_RadioButton->setGeometry(QRect(790, 30, 191, 40));
|
||||
spasmLow2_RadioButton->setFont(font2);
|
||||
spasmLow2_RadioButton->setChecked(true);
|
||||
groupBox_40 = new QGroupBox(groupBox_17);
|
||||
groupBox_40->setObjectName(QString::fromUtf8("groupBox_40"));
|
||||
groupBox_40->setGeometry(QRect(50, 0, 240, 90));
|
||||
groupBox_40->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/spasm_level.png);"));
|
||||
groupBox_18 = new QGroupBox(groupBox_11);
|
||||
groupBox_18->setObjectName(QString::fromUtf8("groupBox_18"));
|
||||
groupBox_18->setGeometry(QRect(0, 466, 1861, 92));
|
||||
groupBox_18->setStyleSheet(QString::fromUtf8("#groupBox_18{border:none;}"));
|
||||
spasmACW2_RadioButton = new QRadioButton(groupBox_18);
|
||||
spasmACW2_RadioButton->setObjectName(QString::fromUtf8("spasmACW2_RadioButton"));
|
||||
spasmACW2_RadioButton->setGeometry(QRect(352, 30, 151, 40));
|
||||
spasmACW2_RadioButton->setFont(font2);
|
||||
spasmACW2_RadioButton->setChecked(true);
|
||||
spasmClose2_RadioButton = new QRadioButton(groupBox_18);
|
||||
spasmClose2_RadioButton->setObjectName(QString::fromUtf8("spasmClose2_RadioButton"));
|
||||
spasmClose2_RadioButton->setGeometry(QRect(570, 30, 151, 40));
|
||||
spasmClose2_RadioButton->setFont(font2);
|
||||
groupBox_41 = new QGroupBox(groupBox_18);
|
||||
groupBox_41->setObjectName(QString::fromUtf8("groupBox_41"));
|
||||
groupBox_41->setGeometry(QRect(50, 0, 240, 90));
|
||||
groupBox_41->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/spasm_control.png);"));
|
||||
groupBox_19 = new QGroupBox(groupBox_11);
|
||||
groupBox_19->setObjectName(QString::fromUtf8("groupBox_19"));
|
||||
groupBox_19->setGeometry(QRect(0, 373, 1861, 92));
|
||||
groupBox_19->setStyleSheet(QString::fromUtf8("#groupBox_19{border:none;}"));
|
||||
CW2_RadioButton = new QRadioButton(groupBox_19);
|
||||
CW2_RadioButton->setObjectName(QString::fromUtf8("CW2_RadioButton"));
|
||||
CW2_RadioButton->setGeometry(QRect(350, 30, 151, 40));
|
||||
CW2_RadioButton->setFont(font2);
|
||||
CW2_RadioButton->setChecked(true);
|
||||
ACW2_RadioButton = new QRadioButton(groupBox_19);
|
||||
ACW2_RadioButton->setObjectName(QString::fromUtf8("ACW2_RadioButton"));
|
||||
ACW2_RadioButton->setGeometry(QRect(572, 30, 191, 40));
|
||||
ACW2_RadioButton->setFont(font2);
|
||||
groupBox_42 = new QGroupBox(groupBox_19);
|
||||
groupBox_42->setObjectName(QString::fromUtf8("groupBox_42"));
|
||||
groupBox_42->setGeometry(QRect(50, 0, 240, 90));
|
||||
groupBox_42->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/train_turn.png);"));
|
||||
stackedWidget->addWidget(armAndLeg_Page);
|
||||
groupBox_21 = new QGroupBox(ArmOrLeg);
|
||||
groupBox_21->setObjectName(QString::fromUtf8("groupBox_21"));
|
||||
groupBox_21->setGeometry(QRect(0, 0, 1920, 1160));
|
||||
groupBox_21->setStyleSheet(QString::fromUtf8("#groupBox_21{background:white;border:none;}"));
|
||||
next_Btn = new QPushButton(groupBox_21);
|
||||
next_Btn->setObjectName(QString::fromUtf8("next_Btn"));
|
||||
next_Btn->setGeometry(QRect(1700, 870, 160, 70));
|
||||
next_Btn->setFont(font2);
|
||||
next_Btn->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n"
|
||||
"border-radius: 4px;\n"
|
||||
"color:white;"));
|
||||
confirm_Btn = new QPushButton(groupBox_21);
|
||||
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||||
confirm_Btn->setGeometry(QRect(1700, 870, 160, 70));
|
||||
confirm_Btn->setFont(font1);
|
||||
confirm_Btn->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n"
|
||||
"border-radius: 4px;\n"
|
||||
"color:white;"));
|
||||
groupBox_8 = new QGroupBox(groupBox_21);
|
||||
groupBox_8->setObjectName(QString::fromUtf8("groupBox_8"));
|
||||
groupBox_8->setGeometry(QRect(340, 880, 171, 91));
|
||||
groupBox_8->setStyleSheet(QString::fromUtf8("#groupBox_8{border:none;}"));
|
||||
groupBox_7 = new QGroupBox(groupBox_21);
|
||||
groupBox_7->setObjectName(QString::fromUtf8("groupBox_7"));
|
||||
groupBox_7->setGeometry(QRect(890, 890, 211, 51));
|
||||
groupBox_7->setStyleSheet(QString::fromUtf8("#groupBox_7{border:none;}"));
|
||||
label_2 = new QLabel(groupBox_21);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(110, 50, 351, 50));
|
||||
QFont font4;
|
||||
font4.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font4.setBold(true);
|
||||
font4.setWeight(62);
|
||||
label_2->setFont(font4);
|
||||
label_2->setStyleSheet(QString::fromUtf8("width: 176px;\n"
|
||||
"height: 44px;\n"
|
||||
"font-size: 44px;\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #333333;\n"
|
||||
"line-height: 66px;"));
|
||||
label = new QLabel(groupBox_21);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(60, 50, 50, 50));
|
||||
label->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/trainPage/train_part_new.png")));
|
||||
label_3 = new QLabel(groupBox_21);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
label_3->setGeometry(QRect(670, 50, 351, 51));
|
||||
label_3->setFont(font4);
|
||||
label_3->setStyleSheet(QString::fromUtf8("width: 176px;\n"
|
||||
"height: 44px;\n"
|
||||
"font-size: 44px;\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #333333;\n"
|
||||
"line-height: 66px;"));
|
||||
label_4 = new QLabel(groupBox_21);
|
||||
label_4->setObjectName(QString::fromUtf8("label_4"));
|
||||
label_4->setGeometry(QRect(610, 50, 50, 50));
|
||||
label_4->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/trainPage/train_model_new.png")));
|
||||
label_5 = new QLabel(groupBox_21);
|
||||
label_5->setObjectName(QString::fromUtf8("label_5"));
|
||||
label_5->setGeometry(QRect(1420, 50, 161, 51));
|
||||
label_5->setFont(font4);
|
||||
label_5->setStyleSheet(QString::fromUtf8("width: 176px;\n"
|
||||
"height: 44px;\n"
|
||||
"font-size: 44px;\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #333333;\n"
|
||||
"line-height: 66px;"));
|
||||
label_6 = new QLabel(groupBox_21);
|
||||
label_6->setObjectName(QString::fromUtf8("label_6"));
|
||||
label_6->setGeometry(QRect(1360, 50, 50, 50));
|
||||
label_6->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/trainPage/train_game_new.png")));
|
||||
groupBox_4 = new QGroupBox(groupBox_21);
|
||||
groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
|
||||
groupBox_4->setGeometry(QRect(530, 890, 161, 61));
|
||||
groupBox_4->setStyleSheet(QString::fromUtf8("#groupBox_4{border:none;}"));
|
||||
groupBox_5 = new QGroupBox(groupBox_21);
|
||||
groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
|
||||
groupBox_5->setGeometry(QRect(690, 890, 181, 61));
|
||||
groupBox_5->setStyleSheet(QString::fromUtf8("#groupBox_5{border:none;}"));
|
||||
groupBox_6 = new QGroupBox(groupBox_21);
|
||||
groupBox_6->setObjectName(QString::fromUtf8("groupBox_6"));
|
||||
groupBox_6->setGeometry(QRect(1060, 890, 161, 71));
|
||||
groupBox_6->setStyleSheet(QString::fromUtf8("#groupBox_6{border:none;}"));
|
||||
groupBox_3 = new QGroupBox(groupBox_21);
|
||||
groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
|
||||
groupBox_3->setGeometry(QRect(1210, 890, 211, 81));
|
||||
groupBox_3->setStyleSheet(QString::fromUtf8("#groupBox_3{border:none;}"));
|
||||
advanced1_Btn = new QPushButton(groupBox_3);
|
||||
advanced1_Btn->setObjectName(QString::fromUtf8("advanced1_Btn"));
|
||||
advanced1_Btn->setGeometry(QRect(1680, 20, 140, 50));
|
||||
QFont font5;
|
||||
font5.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font5.setPointSize(12);
|
||||
advanced1_Btn->setFont(font5);
|
||||
advanced1_Btn->setStyleSheet(QString::fromUtf8("border-radius: 25px;\n"
|
||||
"border: 1px solid #00A6F5;\n"
|
||||
"color:#00A6F5;"));
|
||||
YiJianShangJi_Btn = new QPushButton(groupBox_21);
|
||||
YiJianShangJi_Btn->setObjectName(QString::fromUtf8("YiJianShangJi_Btn"));
|
||||
YiJianShangJi_Btn->setGeometry(QRect(50, 870, 181, 70));
|
||||
YiJianShangJi_Btn->setFont(font1);
|
||||
YiJianShangJi_Btn->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n"
|
||||
"border-radius: 4px;\n"
|
||||
"color:white;"));
|
||||
YiJianShangJi_Btn->setAutoRepeat(true);
|
||||
groupBox_21->raise();
|
||||
stackedWidget->raise();
|
||||
|
||||
retranslateUi(ArmOrLeg);
|
||||
|
||||
stackedWidget->setCurrentIndex(0);
|
||||
|
||||
|
||||
QMetaObject::connectSlotsByName(ArmOrLeg);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *ArmOrLeg)
|
||||
{
|
||||
ArmOrLeg->setWindowTitle(QCoreApplication::translate("ArmOrLeg", "Form", nullptr));
|
||||
groupBox_10->setTitle(QString());
|
||||
groupBox_2->setTitle(QString());
|
||||
passive1_Button->setText(QString());
|
||||
active1_Button->setText(QString());
|
||||
assistant1_Button->setText(QString());
|
||||
speedTrain_Button->setText(QString());
|
||||
activePassive1_Button->setText(QString());
|
||||
label_15->setText(QCoreApplication::translate("ArmOrLeg", "\344\270\273\350\242\253\345\212\250\350\256\255\347\273\203", nullptr));
|
||||
label_16->setText(QCoreApplication::translate("ArmOrLeg", "\350\242\253\345\212\250\350\256\255\347\273\203", nullptr));
|
||||
label_19->setText(QCoreApplication::translate("ArmOrLeg", "\344\270\273\345\212\250\350\256\255\347\273\203", nullptr));
|
||||
label_22->setText(QCoreApplication::translate("ArmOrLeg", "\345\212\251\345\212\233\350\256\255\347\273\203", nullptr));
|
||||
label_23->setText(QCoreApplication::translate("ArmOrLeg", "\347\255\211\351\200\237\350\256\255\347\273\203", nullptr));
|
||||
groupBox_9->setTitle(QString());
|
||||
gameDisplay_Btn->setText(QString());
|
||||
backward_Btn->setText(QString());
|
||||
forward_Btn->setText(QString());
|
||||
groupBox->setTitle(QString());
|
||||
upLimp_Button->setText(QString());
|
||||
verticalUpLimp_Button->setText(QString());
|
||||
downLimp_Button->setText(QString());
|
||||
upDownLimp_Button->setText(QString());
|
||||
label_11->setText(QCoreApplication::translate("ArmOrLeg", "\346\260\264\345\271\263\344\270\212\350\202\242", nullptr));
|
||||
label_12->setText(QCoreApplication::translate("ArmOrLeg", "\345\236\202\347\233\264\344\270\212\350\202\242", nullptr));
|
||||
label_13->setText(QCoreApplication::translate("ArmOrLeg", "\344\270\213\350\202\242", nullptr));
|
||||
label_14->setText(QCoreApplication::translate("ArmOrLeg", "\344\270\212\344\270\213\350\202\242", nullptr));
|
||||
groupBox_20->setTitle(QString());
|
||||
moreConfigure_Btn->setText(QString());
|
||||
importPrescription_Btn->setText(QString());
|
||||
label_24->setText(QCoreApplication::translate("ArmOrLeg", "\346\233\264\345\244\232\350\256\276\347\275\256", nullptr));
|
||||
label_25->setText(QCoreApplication::translate("ArmOrLeg", "\345\257\274\345\205\245\345\244\204\346\226\271", nullptr));
|
||||
groupBox_11->setTitle(QString());
|
||||
groupBox_12->setTitle(QString());
|
||||
activePassive2_RadioButton->setText(QCoreApplication::translate("ArmOrLeg", "\344\270\273\350\242\253\345\212\250", nullptr));
|
||||
passive2_RadioButton->setText(QCoreApplication::translate("ArmOrLeg", "\350\242\253\345\212\250", nullptr));
|
||||
groupBox_35->setTitle(QString());
|
||||
groupBox_13->setTitle(QString());
|
||||
label_10->setText(QCoreApplication::translate("ArmOrLeg", "min", nullptr));
|
||||
groupBox_36->setTitle(QString());
|
||||
groupBox_14->setTitle(QString());
|
||||
label_18->setText(QCoreApplication::translate("ArmOrLeg", "\346\241\243", nullptr));
|
||||
groupBox_37->setTitle(QString());
|
||||
groupBox_15->setTitle(QString());
|
||||
label_21->setText(QCoreApplication::translate("ArmOrLeg", "r/min", nullptr));
|
||||
groupBox_38->setTitle(QString());
|
||||
groupBox_16->setTitle(QString());
|
||||
game1_radioButton->setText(QString());
|
||||
game2_radioButton->setText(QString());
|
||||
groupBox_39->setTitle(QString());
|
||||
game3_radioButton->setText(QString());
|
||||
groupBox_17->setTitle(QString());
|
||||
spasmHigh2_RadioButton->setText(QCoreApplication::translate("ArmOrLeg", "\351\253\230", nullptr));
|
||||
spasmMidd2_RadioButton->setText(QCoreApplication::translate("ArmOrLeg", "\344\270\255", nullptr));
|
||||
spasmLow2_RadioButton->setText(QCoreApplication::translate("ArmOrLeg", "\344\275\216", nullptr));
|
||||
groupBox_40->setTitle(QString());
|
||||
groupBox_18->setTitle(QString());
|
||||
spasmACW2_RadioButton->setText(QCoreApplication::translate("ArmOrLeg", "\345\217\215\350\275\254", nullptr));
|
||||
spasmClose2_RadioButton->setText(QCoreApplication::translate("ArmOrLeg", "\345\205\263\351\227\255", nullptr));
|
||||
groupBox_41->setTitle(QString());
|
||||
groupBox_19->setTitle(QString());
|
||||
CW2_RadioButton->setText(QCoreApplication::translate("ArmOrLeg", "\346\255\243\350\275\254", nullptr));
|
||||
ACW2_RadioButton->setText(QCoreApplication::translate("ArmOrLeg", "\345\217\215\350\275\254", nullptr));
|
||||
groupBox_42->setTitle(QString());
|
||||
groupBox_21->setTitle(QString());
|
||||
next_Btn->setText(QCoreApplication::translate("ArmOrLeg", "\344\270\213\344\270\200\346\255\245", nullptr));
|
||||
confirm_Btn->setText(QCoreApplication::translate("ArmOrLeg", "\347\241\256\345\256\232", nullptr));
|
||||
groupBox_8->setTitle(QString());
|
||||
groupBox_7->setTitle(QString());
|
||||
label_2->setText(QCoreApplication::translate("ArmOrLeg", "\350\256\255\347\273\203\351\203\250\344\275\215", nullptr));
|
||||
label->setText(QString());
|
||||
label_3->setText(QCoreApplication::translate("ArmOrLeg", "\350\256\255\347\273\203\346\250\241\345\274\217", nullptr));
|
||||
label_4->setText(QString());
|
||||
label_5->setText(QCoreApplication::translate("ArmOrLeg", "\346\270\270\346\210\217", nullptr));
|
||||
label_6->setText(QString());
|
||||
groupBox_4->setTitle(QString());
|
||||
groupBox_5->setTitle(QString());
|
||||
groupBox_6->setTitle(QString());
|
||||
groupBox_3->setTitle(QString());
|
||||
advanced1_Btn->setText(QCoreApplication::translate("ArmOrLeg", "\351\253\230\347\272\247\350\256\276\347\275\256", nullptr));
|
||||
YiJianShangJi_Btn->setText(QCoreApplication::translate("ArmOrLeg", "\344\270\200\351\224\256\344\270\212\346\234\272", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class ArmOrLeg: public Ui_ArmOrLeg {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_ARMORLEG_H
|
||||
147
ZBD_IIIDL_S_Project/build20241115/UI/ui_bleitem.h
Normal file
147
ZBD_IIIDL_S_Project/build20241115/UI/ui_bleitem.h
Normal file
@@ -0,0 +1,147 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'bleitem.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_BLEITEM_H
|
||||
#define UI_BLEITEM_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QGridLayout>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QHBoxLayout>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QSpacerItem>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_BLEItem
|
||||
{
|
||||
public:
|
||||
QGridLayout *gridLayout;
|
||||
QGroupBox *groupBox;
|
||||
QHBoxLayout *horizontalLayout;
|
||||
QSpacerItem *horizontalSpacer_3;
|
||||
QLabel *label;
|
||||
QLabel *BLEName_Label;
|
||||
QLabel *connectState_Label;
|
||||
QLabel *BLEBattery_Label;
|
||||
QSpacerItem *horizontalSpacer;
|
||||
QPushButton *connectBLE_Btn;
|
||||
QSpacerItem *horizontalSpacer_2;
|
||||
|
||||
void setupUi(QWidget *BLEItem)
|
||||
{
|
||||
if (BLEItem->objectName().isEmpty())
|
||||
BLEItem->setObjectName(QString::fromUtf8("BLEItem"));
|
||||
BLEItem->resize(659, 78);
|
||||
gridLayout = new QGridLayout(BLEItem);
|
||||
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
||||
gridLayout->setContentsMargins(0, 0, 0, 0);
|
||||
groupBox = new QGroupBox(BLEItem);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #E4F4FC;border:none;}"));
|
||||
horizontalLayout = new QHBoxLayout(groupBox);
|
||||
horizontalLayout->setSpacing(10);
|
||||
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
|
||||
horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
||||
|
||||
horizontalLayout->addItem(horizontalSpacer_3);
|
||||
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setMinimumSize(QSize(40, 40));
|
||||
label->setMaximumSize(QSize(16777215, 40));
|
||||
label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/Fes/box.png);"));
|
||||
|
||||
horizontalLayout->addWidget(label);
|
||||
|
||||
BLEName_Label = new QLabel(groupBox);
|
||||
BLEName_Label->setObjectName(QString::fromUtf8("BLEName_Label"));
|
||||
QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Preferred);
|
||||
sizePolicy.setHorizontalStretch(0);
|
||||
sizePolicy.setVerticalStretch(0);
|
||||
sizePolicy.setHeightForWidth(BLEName_Label->sizePolicy().hasHeightForWidth());
|
||||
BLEName_Label->setSizePolicy(sizePolicy);
|
||||
BLEName_Label->setMinimumSize(QSize(150, 0));
|
||||
BLEName_Label->setSizeIncrement(QSize(130, 0));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
BLEName_Label->setFont(font);
|
||||
|
||||
horizontalLayout->addWidget(BLEName_Label);
|
||||
|
||||
connectState_Label = new QLabel(groupBox);
|
||||
connectState_Label->setObjectName(QString::fromUtf8("connectState_Label"));
|
||||
QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Preferred);
|
||||
sizePolicy1.setHorizontalStretch(0);
|
||||
sizePolicy1.setVerticalStretch(0);
|
||||
sizePolicy1.setHeightForWidth(connectState_Label->sizePolicy().hasHeightForWidth());
|
||||
connectState_Label->setSizePolicy(sizePolicy1);
|
||||
connectState_Label->setMinimumSize(QSize(70, 30));
|
||||
|
||||
horizontalLayout->addWidget(connectState_Label);
|
||||
|
||||
BLEBattery_Label = new QLabel(groupBox);
|
||||
BLEBattery_Label->setObjectName(QString::fromUtf8("BLEBattery_Label"));
|
||||
BLEBattery_Label->setMinimumSize(QSize(22, 22));
|
||||
BLEBattery_Label->setMaximumSize(QSize(16777215, 22));
|
||||
|
||||
horizontalLayout->addWidget(BLEBattery_Label);
|
||||
|
||||
horizontalSpacer = new QSpacerItem(157, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
||||
|
||||
horizontalLayout->addItem(horizontalSpacer);
|
||||
|
||||
connectBLE_Btn = new QPushButton(groupBox);
|
||||
connectBLE_Btn->setObjectName(QString::fromUtf8("connectBLE_Btn"));
|
||||
connectBLE_Btn->setMinimumSize(QSize(80, 40));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(12);
|
||||
connectBLE_Btn->setFont(font1);
|
||||
connectBLE_Btn->setStyleSheet(QString::fromUtf8("QPushButton{background: #FFFFFF;border-radius: 4px;border: 1px solid #0D9DDB;}\n"
|
||||
"QPushButton:pressed{background: #05A6EC;border-radius: 4px;border: 1px solid #0D9DDB;color:#FFFFFF;}"));
|
||||
|
||||
horizontalLayout->addWidget(connectBLE_Btn);
|
||||
|
||||
horizontalSpacer_2 = new QSpacerItem(19, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
||||
|
||||
horizontalLayout->addItem(horizontalSpacer_2);
|
||||
|
||||
|
||||
gridLayout->addWidget(groupBox, 0, 0, 1, 1);
|
||||
|
||||
|
||||
retranslateUi(BLEItem);
|
||||
|
||||
QMetaObject::connectSlotsByName(BLEItem);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *BLEItem)
|
||||
{
|
||||
BLEItem->setWindowTitle(QCoreApplication::translate("BLEItem", "Form", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QString());
|
||||
BLEName_Label->setText(QString());
|
||||
connectState_Label->setText(QString());
|
||||
BLEBattery_Label->setText(QString());
|
||||
connectBLE_Btn->setText(QCoreApplication::translate("BLEItem", "\350\277\236\346\216\245", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class BLEItem: public Ui_BLEItem {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_BLEITEM_H
|
||||
124
ZBD_IIIDL_S_Project/build20241115/UI/ui_braintrain.h
Normal file
124
ZBD_IIIDL_S_Project/build20241115/UI/ui_braintrain.h
Normal file
@@ -0,0 +1,124 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'braintrain.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_BRAINTRAIN_H
|
||||
#define UI_BRAINTRAIN_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_brainTrain
|
||||
{
|
||||
public:
|
||||
QLabel *pictureLabel;
|
||||
QLabel *pictureLabel2;
|
||||
QLabel *pictureLabel3;
|
||||
QLabel *label;
|
||||
QLabel *label_2;
|
||||
QLabel *label_3;
|
||||
QLabel *label_4;
|
||||
QLabel *label_5;
|
||||
QLabel *label_6;
|
||||
QPushButton *startTrain;
|
||||
|
||||
void setupUi(QWidget *brainTrain)
|
||||
{
|
||||
if (brainTrain->objectName().isEmpty())
|
||||
brainTrain->setObjectName(QString::fromUtf8("brainTrain"));
|
||||
brainTrain->resize(1920, 980);
|
||||
brainTrain->setStyleSheet(QString::fromUtf8("#brainTrain{background-color: rgb(255, 255, 255);}"));
|
||||
pictureLabel = new QLabel(brainTrain);
|
||||
pictureLabel->setObjectName(QString::fromUtf8("pictureLabel"));
|
||||
pictureLabel->setGeometry(QRect(170, 190, 300, 300));
|
||||
pictureLabel->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/brainTrain/brain_icon_vision.png);"));
|
||||
pictureLabel2 = new QLabel(brainTrain);
|
||||
pictureLabel2->setObjectName(QString::fromUtf8("pictureLabel2"));
|
||||
pictureLabel2->setGeometry(QRect(810, 190, 300, 300));
|
||||
pictureLabel2->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/brainTrain/brain_icon_attention.png);"));
|
||||
pictureLabel3 = new QLabel(brainTrain);
|
||||
pictureLabel3->setObjectName(QString::fromUtf8("pictureLabel3"));
|
||||
pictureLabel3->setGeometry(QRect(1450, 190, 300, 300));
|
||||
pictureLabel3->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/brainTrain/brain_icon_both.png);"));
|
||||
label = new QLabel(brainTrain);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(144, 646, 361, 44));
|
||||
label->setStyleSheet(QString::fromUtf8("color:#333333;\n"
|
||||
"font-size:44px;\n"
|
||||
"font-weight:500;"));
|
||||
label_2 = new QLabel(brainTrain);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(190, 720, 271, 32));
|
||||
label_2->setStyleSheet(QString::fromUtf8("color:#ADADAD;\n"
|
||||
"font-size:26px;\n"
|
||||
"font-weight:500;"));
|
||||
label_3 = new QLabel(brainTrain);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
label_3->setGeometry(QRect(806, 646, 321, 44));
|
||||
label_3->setStyleSheet(QString::fromUtf8("color:#333333;\n"
|
||||
"font-size:44px;\n"
|
||||
"font-weight:500;"));
|
||||
label_4 = new QLabel(brainTrain);
|
||||
label_4->setObjectName(QString::fromUtf8("label_4"));
|
||||
label_4->setGeometry(QRect(869, 720, 191, 32));
|
||||
label_4->setStyleSheet(QString::fromUtf8("color:#ADADAD;\n"
|
||||
"font-size:26px;\n"
|
||||
"font-weight:500;"));
|
||||
label_5 = new QLabel(brainTrain);
|
||||
label_5->setObjectName(QString::fromUtf8("label_5"));
|
||||
label_5->setGeometry(QRect(1512, 646, 181, 44));
|
||||
label_5->setStyleSheet(QString::fromUtf8("color:#333333;\n"
|
||||
"font-size:44px;\n"
|
||||
"font-weight:500;"));
|
||||
label_6 = new QLabel(brainTrain);
|
||||
label_6->setObjectName(QString::fromUtf8("label_6"));
|
||||
label_6->setGeometry(QRect(1548, 716, 106, 32));
|
||||
label_6->setStyleSheet(QString::fromUtf8("color:#ADADAD;\n"
|
||||
"font-size:26px;\n"
|
||||
"font-weight:500;"));
|
||||
startTrain = new QPushButton(brainTrain);
|
||||
startTrain->setObjectName(QString::fromUtf8("startTrain"));
|
||||
startTrain->setGeometry(QRect(817, 812, 286, 88));
|
||||
startTrain->setStyleSheet(QString::fromUtf8("background-color: rgb(65, 185, 98);\n"
|
||||
"color: rgb(255, 255, 255);\n"
|
||||
"font-size:36px;\n"
|
||||
"border-radius:10px;"));
|
||||
|
||||
retranslateUi(brainTrain);
|
||||
|
||||
QMetaObject::connectSlotsByName(brainTrain);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *brainTrain)
|
||||
{
|
||||
brainTrain->setWindowTitle(QCoreApplication::translate("brainTrain", "Form", nullptr));
|
||||
pictureLabel->setText(QString());
|
||||
pictureLabel2->setText(QString());
|
||||
pictureLabel3->setText(QString());
|
||||
label->setText(QCoreApplication::translate("brainTrain", "\350\247\206\350\247\211\350\204\221\346\234\272\345\272\267\345\244\215\350\256\255\347\273\203", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("brainTrain", "\350\247\206\350\247\211\350\257\261\345\217\221\350\202\242\344\275\223\350\277\220\345\212\250\345\272\267\345\244\215", nullptr));
|
||||
label_3->setText(QCoreApplication::translate("brainTrain", "\346\263\250\346\204\217\345\212\233\351\233\206\344\270\255\350\256\255\347\273\203", nullptr));
|
||||
label_4->setText(QCoreApplication::translate("brainTrain", "\346\263\250\346\204\217\345\212\233\351\233\206\344\270\255\350\256\255\347\273\203", nullptr));
|
||||
label_5->setText(QCoreApplication::translate("brainTrain", "\347\273\274\345\220\210\350\256\255\347\273\203", nullptr));
|
||||
label_6->setText(QCoreApplication::translate("brainTrain", "\347\273\274\345\220\210\350\256\255\347\273\203", nullptr));
|
||||
startTrain->setText(QCoreApplication::translate("brainTrain", "\350\277\233\345\205\245\350\256\255\347\273\203", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class brainTrain: public Ui_brainTrain {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_BRAINTRAIN_H
|
||||
659
ZBD_IIIDL_S_Project/build20241115/UI/ui_channeldialog.h
Normal file
659
ZBD_IIIDL_S_Project/build20241115/UI/ui_channeldialog.h
Normal file
@@ -0,0 +1,659 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'channeldialog.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_CHANNELDIALOG_H
|
||||
#define UI_CHANNELDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QSlider>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_ChannelDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox_8;
|
||||
QPushButton *confirm_Btn;
|
||||
QGroupBox *groupBox_6;
|
||||
QLabel *maxCurrent_Label1;
|
||||
QLabel *label_13;
|
||||
QLabel *maxCurrent_Label;
|
||||
QPushButton *maxCurrentMinus_Btn;
|
||||
QPushButton *maxCurrentPlus_Btn;
|
||||
QSlider *maxCurrent_Slider;
|
||||
QGroupBox *groupBox_4;
|
||||
QLabel *plus_Label1;
|
||||
QLabel *label_7;
|
||||
QLabel *plus_Label;
|
||||
QPushButton *PWMMinus_Btn;
|
||||
QPushButton *PWMPlus_Btn;
|
||||
QSlider *plus_Slider;
|
||||
QGroupBox *groupBox_5;
|
||||
QLabel *minCurrent_Label1;
|
||||
QLabel *label_10;
|
||||
QLabel *minCurrent_Label;
|
||||
QPushButton *minCurrentMinus_Btn;
|
||||
QPushButton *minCurrentPlus_Btn;
|
||||
QSlider *minCurrent_Slider;
|
||||
QGroupBox *groupBox_3;
|
||||
QLabel *label_3;
|
||||
QLabel *label_4;
|
||||
QLabel *frequent_Label;
|
||||
QPushButton *frequentMinus_Btn;
|
||||
QPushButton *frequentPlus_Btn;
|
||||
QSlider *frequent_Slider;
|
||||
QGroupBox *groupBox;
|
||||
QLabel *label;
|
||||
QPushButton *gongErL_Btn;
|
||||
QPushButton *gongSanL_Btn;
|
||||
QPushButton *qianSanJiaoL_Btn;
|
||||
QPushButton *houSanJiaoL_Btn;
|
||||
QPushButton *quWanL_Btn;
|
||||
QPushButton *shenWanL_Btn;
|
||||
QPushButton *gangShangL_Btn;
|
||||
QPushButton *jianJiaL_Btn;
|
||||
QPushButton *guoShengL_Btn;
|
||||
QPushButton *tunDaL_Btn;
|
||||
QPushButton *jingQianL_Btn;
|
||||
QPushButton *feiChangL_Btn;
|
||||
QPushButton *fuJiL_Btn;
|
||||
QPushButton *shuJiL_Btn;
|
||||
QPushButton *guSiTouL_Btn;
|
||||
QPushButton *gangShangR_Btn;
|
||||
QPushButton *quWanR_Btn;
|
||||
QPushButton *gongErR_Btn;
|
||||
QPushButton *qianSanJiaoR_Btn;
|
||||
QPushButton *jianJiaR_Btn;
|
||||
QPushButton *shenWanR_Btn;
|
||||
QPushButton *houSanJiaoR_Btn;
|
||||
QPushButton *gongSanR_Btn;
|
||||
QPushButton *guSiTouR_Btn;
|
||||
QPushButton *tunDaR_Btn;
|
||||
QPushButton *feiChangR_Btn;
|
||||
QPushButton *shuJiR_Btn;
|
||||
QPushButton *guoShengR_Btn;
|
||||
QPushButton *fuJiR_Btn;
|
||||
QPushButton *jingQianR_Btn;
|
||||
QLabel *label_2;
|
||||
QGroupBox *groupBox_7;
|
||||
QLabel *muscleImage_Label;
|
||||
QLabel *muscle_Label;
|
||||
QLabel *label_5;
|
||||
QLabel *label_6;
|
||||
QLabel *channelName_Label;
|
||||
QPushButton *switch_Btn;
|
||||
|
||||
void setupUi(QDialog *ChannelDialog)
|
||||
{
|
||||
if (ChannelDialog->objectName().isEmpty())
|
||||
ChannelDialog->setObjectName(QString::fromUtf8("ChannelDialog"));
|
||||
ChannelDialog->resize(1920, 1080);
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(12);
|
||||
font.setBold(true);
|
||||
ChannelDialog->setFont(font);
|
||||
groupBox_8 = new QGroupBox(ChannelDialog);
|
||||
groupBox_8->setObjectName(QString::fromUtf8("groupBox_8"));
|
||||
groupBox_8->setGeometry(QRect(176, 50, 1568, 962));
|
||||
groupBox_8->setStyleSheet(QString::fromUtf8("#groupBox_8{background: #FFFFFF;border-radius: 8px;}"));
|
||||
confirm_Btn = new QPushButton(groupBox_8);
|
||||
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||||
confirm_Btn->setGeometry(QRect(0, 908, 1568, 54));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(15);
|
||||
confirm_Btn->setFont(font1);
|
||||
confirm_Btn->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n"
|
||||
"border-radius: 8px;\n"
|
||||
"color:white;"));
|
||||
groupBox_6 = new QGroupBox(groupBox_8);
|
||||
groupBox_6->setObjectName(QString::fromUtf8("groupBox_6"));
|
||||
groupBox_6->setGeometry(QRect(1173, 565, 360, 313));
|
||||
groupBox_6->setStyleSheet(QString::fromUtf8("#groupBox_6{background: #E4F4FC;\n"
|
||||
"border-radius: 4px;}"));
|
||||
maxCurrent_Label1 = new QLabel(groupBox_6);
|
||||
maxCurrent_Label1->setObjectName(QString::fromUtf8("maxCurrent_Label1"));
|
||||
maxCurrent_Label1->setGeometry(QRect(79, 19, 151, 61));
|
||||
maxCurrent_Label1->setFont(font1);
|
||||
maxCurrent_Label1->setAlignment(Qt::AlignCenter);
|
||||
maxCurrent_Label1->setWordWrap(true);
|
||||
label_13 = new QLabel(groupBox_6);
|
||||
label_13->setObjectName(QString::fromUtf8("label_13"));
|
||||
label_13->setGeometry(QRect(240, 40, 51, 21));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
|
||||
font2.setPointSize(10);
|
||||
label_13->setFont(font2);
|
||||
maxCurrent_Label = new QLabel(groupBox_6);
|
||||
maxCurrent_Label->setObjectName(QString::fromUtf8("maxCurrent_Label"));
|
||||
maxCurrent_Label->setGeometry(QRect(60, 84, 240, 60));
|
||||
QFont font3;
|
||||
font3.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font3.setPointSize(25);
|
||||
maxCurrent_Label->setFont(font3);
|
||||
maxCurrent_Label->setStyleSheet(QString::fromUtf8("background: #FFFFFF;\n"
|
||||
"border-radius: 30px;\n"
|
||||
"border: 1px solid #05A6EC;"));
|
||||
maxCurrent_Label->setAlignment(Qt::AlignCenter);
|
||||
maxCurrentMinus_Btn = new QPushButton(groupBox_6);
|
||||
maxCurrentMinus_Btn->setObjectName(QString::fromUtf8("maxCurrentMinus_Btn"));
|
||||
maxCurrentMinus_Btn->setGeometry(QRect(70, 160, 60, 60));
|
||||
maxCurrentMinus_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/minus.png);"));
|
||||
maxCurrentMinus_Btn->setAutoRepeat(true);
|
||||
maxCurrentPlus_Btn = new QPushButton(groupBox_6);
|
||||
maxCurrentPlus_Btn->setObjectName(QString::fromUtf8("maxCurrentPlus_Btn"));
|
||||
maxCurrentPlus_Btn->setGeometry(QRect(220, 160, 60, 60));
|
||||
maxCurrentPlus_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/plus.png);"));
|
||||
maxCurrentPlus_Btn->setAutoRepeat(true);
|
||||
maxCurrent_Slider = new QSlider(groupBox_6);
|
||||
maxCurrent_Slider->setObjectName(QString::fromUtf8("maxCurrent_Slider"));
|
||||
maxCurrent_Slider->setGeometry(QRect(30, 240, 300, 43));
|
||||
maxCurrent_Slider->setStyleSheet(QString::fromUtf8(""));
|
||||
maxCurrent_Slider->setOrientation(Qt::Horizontal);
|
||||
groupBox_4 = new QGroupBox(groupBox_8);
|
||||
groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
|
||||
groupBox_4->setGeometry(QRect(415, 565, 360, 313));
|
||||
groupBox_4->setStyleSheet(QString::fromUtf8("#groupBox_4{background: #E4F4FC;\n"
|
||||
"border-radius: 4px;}"));
|
||||
plus_Label1 = new QLabel(groupBox_4);
|
||||
plus_Label1->setObjectName(QString::fromUtf8("plus_Label1"));
|
||||
plus_Label1->setGeometry(QRect(125, 19, 91, 61));
|
||||
plus_Label1->setFont(font1);
|
||||
plus_Label1->setAlignment(Qt::AlignCenter);
|
||||
plus_Label1->setWordWrap(true);
|
||||
label_7 = new QLabel(groupBox_4);
|
||||
label_7->setObjectName(QString::fromUtf8("label_7"));
|
||||
label_7->setGeometry(QRect(220, 40, 61, 21));
|
||||
label_7->setFont(font2);
|
||||
plus_Label = new QLabel(groupBox_4);
|
||||
plus_Label->setObjectName(QString::fromUtf8("plus_Label"));
|
||||
plus_Label->setGeometry(QRect(60, 84, 240, 60));
|
||||
plus_Label->setFont(font3);
|
||||
plus_Label->setStyleSheet(QString::fromUtf8("background: #FFFFFF;\n"
|
||||
"border-radius: 30px;\n"
|
||||
"border: 1px solid #05A6EC;"));
|
||||
plus_Label->setAlignment(Qt::AlignCenter);
|
||||
PWMMinus_Btn = new QPushButton(groupBox_4);
|
||||
PWMMinus_Btn->setObjectName(QString::fromUtf8("PWMMinus_Btn"));
|
||||
PWMMinus_Btn->setGeometry(QRect(70, 160, 60, 60));
|
||||
PWMMinus_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/minus.png);"));
|
||||
PWMMinus_Btn->setAutoRepeat(true);
|
||||
PWMPlus_Btn = new QPushButton(groupBox_4);
|
||||
PWMPlus_Btn->setObjectName(QString::fromUtf8("PWMPlus_Btn"));
|
||||
PWMPlus_Btn->setGeometry(QRect(220, 160, 60, 60));
|
||||
PWMPlus_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/plus.png);"));
|
||||
PWMPlus_Btn->setAutoRepeat(true);
|
||||
plus_Slider = new QSlider(groupBox_4);
|
||||
plus_Slider->setObjectName(QString::fromUtf8("plus_Slider"));
|
||||
plus_Slider->setGeometry(QRect(30, 240, 300, 43));
|
||||
plus_Slider->setStyleSheet(QString::fromUtf8(""));
|
||||
plus_Slider->setOrientation(Qt::Horizontal);
|
||||
groupBox_5 = new QGroupBox(groupBox_8);
|
||||
groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
|
||||
groupBox_5->setGeometry(QRect(794, 565, 360, 313));
|
||||
groupBox_5->setStyleSheet(QString::fromUtf8("#groupBox_5{background: #E4F4FC;\n"
|
||||
"border-radius: 4px;}"));
|
||||
minCurrent_Label1 = new QLabel(groupBox_5);
|
||||
minCurrent_Label1->setObjectName(QString::fromUtf8("minCurrent_Label1"));
|
||||
minCurrent_Label1->setGeometry(QRect(89, 19, 141, 61));
|
||||
minCurrent_Label1->setFont(font1);
|
||||
minCurrent_Label1->setAlignment(Qt::AlignCenter);
|
||||
minCurrent_Label1->setWordWrap(true);
|
||||
label_10 = new QLabel(groupBox_5);
|
||||
label_10->setObjectName(QString::fromUtf8("label_10"));
|
||||
label_10->setGeometry(QRect(240, 40, 51, 21));
|
||||
label_10->setFont(font2);
|
||||
minCurrent_Label = new QLabel(groupBox_5);
|
||||
minCurrent_Label->setObjectName(QString::fromUtf8("minCurrent_Label"));
|
||||
minCurrent_Label->setGeometry(QRect(60, 84, 240, 60));
|
||||
minCurrent_Label->setFont(font3);
|
||||
minCurrent_Label->setStyleSheet(QString::fromUtf8("background: #FFFFFF;\n"
|
||||
"border-radius: 30px;\n"
|
||||
"border: 1px solid #05A6EC;"));
|
||||
minCurrent_Label->setAlignment(Qt::AlignCenter);
|
||||
minCurrentMinus_Btn = new QPushButton(groupBox_5);
|
||||
minCurrentMinus_Btn->setObjectName(QString::fromUtf8("minCurrentMinus_Btn"));
|
||||
minCurrentMinus_Btn->setGeometry(QRect(60, 160, 60, 60));
|
||||
minCurrentMinus_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/minus.png);"));
|
||||
minCurrentMinus_Btn->setAutoRepeat(true);
|
||||
minCurrentPlus_Btn = new QPushButton(groupBox_5);
|
||||
minCurrentPlus_Btn->setObjectName(QString::fromUtf8("minCurrentPlus_Btn"));
|
||||
minCurrentPlus_Btn->setGeometry(QRect(230, 160, 60, 60));
|
||||
minCurrentPlus_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/plus.png);"));
|
||||
minCurrentPlus_Btn->setAutoRepeat(true);
|
||||
minCurrent_Slider = new QSlider(groupBox_5);
|
||||
minCurrent_Slider->setObjectName(QString::fromUtf8("minCurrent_Slider"));
|
||||
minCurrent_Slider->setGeometry(QRect(30, 240, 300, 43));
|
||||
minCurrent_Slider->setStyleSheet(QString::fromUtf8(""));
|
||||
minCurrent_Slider->setOrientation(Qt::Horizontal);
|
||||
groupBox_3 = new QGroupBox(groupBox_8);
|
||||
groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
|
||||
groupBox_3->setGeometry(QRect(35, 565, 360, 313));
|
||||
groupBox_3->setStyleSheet(QString::fromUtf8("#groupBox_3{background: #E4F4FC;\n"
|
||||
"border-radius: 4px;}"));
|
||||
label_3 = new QLabel(groupBox_3);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
label_3->setGeometry(QRect(125, 19, 91, 61));
|
||||
label_3->setFont(font1);
|
||||
label_3->setAlignment(Qt::AlignCenter);
|
||||
label_3->setWordWrap(true);
|
||||
label_4 = new QLabel(groupBox_3);
|
||||
label_4->setObjectName(QString::fromUtf8("label_4"));
|
||||
label_4->setGeometry(QRect(220, 40, 51, 21));
|
||||
frequent_Label = new QLabel(groupBox_3);
|
||||
frequent_Label->setObjectName(QString::fromUtf8("frequent_Label"));
|
||||
frequent_Label->setGeometry(QRect(60, 84, 240, 60));
|
||||
frequent_Label->setFont(font3);
|
||||
frequent_Label->setStyleSheet(QString::fromUtf8("background: #FFFFFF;\n"
|
||||
"border-radius: 30px;\n"
|
||||
"border: 1px solid #05A6EC;"));
|
||||
frequent_Label->setAlignment(Qt::AlignCenter);
|
||||
frequentMinus_Btn = new QPushButton(groupBox_3);
|
||||
frequentMinus_Btn->setObjectName(QString::fromUtf8("frequentMinus_Btn"));
|
||||
frequentMinus_Btn->setGeometry(QRect(60, 160, 60, 60));
|
||||
frequentMinus_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/minus.png);"));
|
||||
frequentMinus_Btn->setAutoRepeat(true);
|
||||
frequentPlus_Btn = new QPushButton(groupBox_3);
|
||||
frequentPlus_Btn->setObjectName(QString::fromUtf8("frequentPlus_Btn"));
|
||||
frequentPlus_Btn->setGeometry(QRect(230, 160, 60, 60));
|
||||
frequentPlus_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/plus.png);"));
|
||||
frequentPlus_Btn->setAutoRepeat(true);
|
||||
frequent_Slider = new QSlider(groupBox_3);
|
||||
frequent_Slider->setObjectName(QString::fromUtf8("frequent_Slider"));
|
||||
frequent_Slider->setGeometry(QRect(30, 240, 300, 43));
|
||||
frequent_Slider->setStyleSheet(QString::fromUtf8(""));
|
||||
frequent_Slider->setOrientation(Qt::Horizontal);
|
||||
groupBox = new QGroupBox(groupBox_8);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(35, 80, 1498, 456));
|
||||
QFont font4;
|
||||
font4.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
groupBox->setFont(font4);
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #E4F4FC;\n"
|
||||
"border-radius: 4px;}"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(30, 10, 161, 41));
|
||||
QFont font5;
|
||||
font5.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font5.setPointSize(14);
|
||||
font5.setBold(true);
|
||||
label->setFont(font5);
|
||||
gongErL_Btn = new QPushButton(groupBox);
|
||||
gongErL_Btn->setObjectName(QString::fromUtf8("gongErL_Btn"));
|
||||
gongErL_Btn->setGeometry(QRect(30, 70, 130, 58));
|
||||
gongErL_Btn->setFont(font);
|
||||
gongErL_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
gongSanL_Btn = new QPushButton(groupBox);
|
||||
gongSanL_Btn->setObjectName(QString::fromUtf8("gongSanL_Btn"));
|
||||
gongSanL_Btn->setGeometry(QRect(175, 70, 130, 58));
|
||||
gongSanL_Btn->setFont(font);
|
||||
gongSanL_Btn->setStyleSheet(QString::fromUtf8("#gongSanL_Btn{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"#gongSanL_Btn:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
qianSanJiaoL_Btn = new QPushButton(groupBox);
|
||||
qianSanJiaoL_Btn->setObjectName(QString::fromUtf8("qianSanJiaoL_Btn"));
|
||||
qianSanJiaoL_Btn->setGeometry(QRect(320, 70, 130, 58));
|
||||
qianSanJiaoL_Btn->setFont(font);
|
||||
qianSanJiaoL_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
houSanJiaoL_Btn = new QPushButton(groupBox);
|
||||
houSanJiaoL_Btn->setObjectName(QString::fromUtf8("houSanJiaoL_Btn"));
|
||||
houSanJiaoL_Btn->setGeometry(QRect(465, 70, 130, 58));
|
||||
houSanJiaoL_Btn->setFont(font);
|
||||
houSanJiaoL_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
quWanL_Btn = new QPushButton(groupBox);
|
||||
quWanL_Btn->setObjectName(QString::fromUtf8("quWanL_Btn"));
|
||||
quWanL_Btn->setGeometry(QRect(610, 70, 130, 58));
|
||||
quWanL_Btn->setFont(font);
|
||||
quWanL_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
shenWanL_Btn = new QPushButton(groupBox);
|
||||
shenWanL_Btn->setObjectName(QString::fromUtf8("shenWanL_Btn"));
|
||||
shenWanL_Btn->setGeometry(QRect(755, 70, 130, 58));
|
||||
shenWanL_Btn->setFont(font);
|
||||
shenWanL_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
gangShangL_Btn = new QPushButton(groupBox);
|
||||
gangShangL_Btn->setObjectName(QString::fromUtf8("gangShangL_Btn"));
|
||||
gangShangL_Btn->setGeometry(QRect(1045, 70, 130, 58));
|
||||
gangShangL_Btn->setFont(font);
|
||||
gangShangL_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
jianJiaL_Btn = new QPushButton(groupBox);
|
||||
jianJiaL_Btn->setObjectName(QString::fromUtf8("jianJiaL_Btn"));
|
||||
jianJiaL_Btn->setGeometry(QRect(900, 70, 130, 58));
|
||||
jianJiaL_Btn->setFont(font);
|
||||
jianJiaL_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
guoShengL_Btn = new QPushButton(groupBox);
|
||||
guoShengL_Btn->setObjectName(QString::fromUtf8("guoShengL_Btn"));
|
||||
guoShengL_Btn->setGeometry(QRect(30, 150, 130, 58));
|
||||
guoShengL_Btn->setFont(font);
|
||||
guoShengL_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
tunDaL_Btn = new QPushButton(groupBox);
|
||||
tunDaL_Btn->setObjectName(QString::fromUtf8("tunDaL_Btn"));
|
||||
tunDaL_Btn->setGeometry(QRect(175, 150, 130, 58));
|
||||
tunDaL_Btn->setFont(font);
|
||||
tunDaL_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
jingQianL_Btn = new QPushButton(groupBox);
|
||||
jingQianL_Btn->setObjectName(QString::fromUtf8("jingQianL_Btn"));
|
||||
jingQianL_Btn->setGeometry(QRect(320, 150, 130, 58));
|
||||
jingQianL_Btn->setFont(font);
|
||||
jingQianL_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
feiChangL_Btn = new QPushButton(groupBox);
|
||||
feiChangL_Btn->setObjectName(QString::fromUtf8("feiChangL_Btn"));
|
||||
feiChangL_Btn->setGeometry(QRect(465, 150, 130, 58));
|
||||
QFont font6;
|
||||
font6.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
|
||||
font6.setPointSize(12);
|
||||
font6.setBold(true);
|
||||
feiChangL_Btn->setFont(font6);
|
||||
feiChangL_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
fuJiL_Btn = new QPushButton(groupBox);
|
||||
fuJiL_Btn->setObjectName(QString::fromUtf8("fuJiL_Btn"));
|
||||
fuJiL_Btn->setGeometry(QRect(610, 150, 130, 58));
|
||||
fuJiL_Btn->setFont(font);
|
||||
fuJiL_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
shuJiL_Btn = new QPushButton(groupBox);
|
||||
shuJiL_Btn->setObjectName(QString::fromUtf8("shuJiL_Btn"));
|
||||
shuJiL_Btn->setGeometry(QRect(755, 150, 130, 58));
|
||||
shuJiL_Btn->setFont(font);
|
||||
shuJiL_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
guSiTouL_Btn = new QPushButton(groupBox);
|
||||
guSiTouL_Btn->setObjectName(QString::fromUtf8("guSiTouL_Btn"));
|
||||
guSiTouL_Btn->setGeometry(QRect(900, 150, 130, 58));
|
||||
guSiTouL_Btn->setFont(font);
|
||||
guSiTouL_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
gangShangR_Btn = new QPushButton(groupBox);
|
||||
gangShangR_Btn->setObjectName(QString::fromUtf8("gangShangR_Btn"));
|
||||
gangShangR_Btn->setGeometry(QRect(1045, 293, 130, 58));
|
||||
gangShangR_Btn->setFont(font);
|
||||
gangShangR_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
quWanR_Btn = new QPushButton(groupBox);
|
||||
quWanR_Btn->setObjectName(QString::fromUtf8("quWanR_Btn"));
|
||||
quWanR_Btn->setGeometry(QRect(610, 293, 130, 58));
|
||||
quWanR_Btn->setFont(font);
|
||||
quWanR_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
gongErR_Btn = new QPushButton(groupBox);
|
||||
gongErR_Btn->setObjectName(QString::fromUtf8("gongErR_Btn"));
|
||||
gongErR_Btn->setGeometry(QRect(30, 293, 130, 58));
|
||||
gongErR_Btn->setFont(font);
|
||||
gongErR_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
qianSanJiaoR_Btn = new QPushButton(groupBox);
|
||||
qianSanJiaoR_Btn->setObjectName(QString::fromUtf8("qianSanJiaoR_Btn"));
|
||||
qianSanJiaoR_Btn->setGeometry(QRect(320, 293, 130, 58));
|
||||
qianSanJiaoR_Btn->setFont(font);
|
||||
qianSanJiaoR_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
jianJiaR_Btn = new QPushButton(groupBox);
|
||||
jianJiaR_Btn->setObjectName(QString::fromUtf8("jianJiaR_Btn"));
|
||||
jianJiaR_Btn->setGeometry(QRect(900, 293, 130, 58));
|
||||
jianJiaR_Btn->setFont(font);
|
||||
jianJiaR_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
shenWanR_Btn = new QPushButton(groupBox);
|
||||
shenWanR_Btn->setObjectName(QString::fromUtf8("shenWanR_Btn"));
|
||||
shenWanR_Btn->setGeometry(QRect(755, 293, 130, 58));
|
||||
shenWanR_Btn->setFont(font);
|
||||
shenWanR_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
houSanJiaoR_Btn = new QPushButton(groupBox);
|
||||
houSanJiaoR_Btn->setObjectName(QString::fromUtf8("houSanJiaoR_Btn"));
|
||||
houSanJiaoR_Btn->setGeometry(QRect(465, 293, 130, 58));
|
||||
houSanJiaoR_Btn->setFont(font);
|
||||
houSanJiaoR_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
gongSanR_Btn = new QPushButton(groupBox);
|
||||
gongSanR_Btn->setObjectName(QString::fromUtf8("gongSanR_Btn"));
|
||||
gongSanR_Btn->setGeometry(QRect(175, 293, 130, 58));
|
||||
gongSanR_Btn->setFont(font);
|
||||
gongSanR_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
guSiTouR_Btn = new QPushButton(groupBox);
|
||||
guSiTouR_Btn->setObjectName(QString::fromUtf8("guSiTouR_Btn"));
|
||||
guSiTouR_Btn->setGeometry(QRect(900, 370, 130, 58));
|
||||
guSiTouR_Btn->setFont(font);
|
||||
guSiTouR_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
tunDaR_Btn = new QPushButton(groupBox);
|
||||
tunDaR_Btn->setObjectName(QString::fromUtf8("tunDaR_Btn"));
|
||||
tunDaR_Btn->setGeometry(QRect(175, 370, 130, 58));
|
||||
tunDaR_Btn->setFont(font);
|
||||
tunDaR_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
feiChangR_Btn = new QPushButton(groupBox);
|
||||
feiChangR_Btn->setObjectName(QString::fromUtf8("feiChangR_Btn"));
|
||||
feiChangR_Btn->setGeometry(QRect(465, 370, 130, 58));
|
||||
feiChangR_Btn->setFont(font);
|
||||
feiChangR_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
shuJiR_Btn = new QPushButton(groupBox);
|
||||
shuJiR_Btn->setObjectName(QString::fromUtf8("shuJiR_Btn"));
|
||||
shuJiR_Btn->setGeometry(QRect(755, 370, 130, 58));
|
||||
shuJiR_Btn->setFont(font);
|
||||
shuJiR_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
guoShengR_Btn = new QPushButton(groupBox);
|
||||
guoShengR_Btn->setObjectName(QString::fromUtf8("guoShengR_Btn"));
|
||||
guoShengR_Btn->setGeometry(QRect(30, 370, 130, 58));
|
||||
guoShengR_Btn->setFont(font);
|
||||
guoShengR_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
fuJiR_Btn = new QPushButton(groupBox);
|
||||
fuJiR_Btn->setObjectName(QString::fromUtf8("fuJiR_Btn"));
|
||||
fuJiR_Btn->setGeometry(QRect(610, 370, 130, 58));
|
||||
fuJiR_Btn->setFont(font);
|
||||
fuJiR_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
jingQianR_Btn = new QPushButton(groupBox);
|
||||
jingQianR_Btn->setObjectName(QString::fromUtf8("jingQianR_Btn"));
|
||||
jingQianR_Btn->setGeometry(QRect(320, 370, 130, 58));
|
||||
jingQianR_Btn->setFont(font);
|
||||
jingQianR_Btn->setStyleSheet(QString::fromUtf8("QPushButton{border-radius: 4px;\n"
|
||||
"border: 1px solid #05A6EC;}\n"
|
||||
"QPushButton:checked{border-radius: 4px;\n"
|
||||
"background: #05A6EC;color:white;}"));
|
||||
label_2 = new QLabel(groupBox);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(30, 233, 161, 40));
|
||||
label_2->setFont(font5);
|
||||
groupBox_7 = new QGroupBox(groupBox);
|
||||
groupBox_7->setObjectName(QString::fromUtf8("groupBox_7"));
|
||||
groupBox_7->setGeometry(QRect(1220, 70, 248, 363));
|
||||
groupBox_7->setStyleSheet(QString::fromUtf8("#groupBox_7{border-radius: 4px;\n"
|
||||
"border: 1px solid #979797;}"));
|
||||
muscleImage_Label = new QLabel(groupBox_7);
|
||||
muscleImage_Label->setObjectName(QString::fromUtf8("muscleImage_Label"));
|
||||
muscleImage_Label->setGeometry(QRect(14, 26, 220, 220));
|
||||
muscleImage_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
muscle_Label = new QLabel(groupBox_7);
|
||||
muscle_Label->setObjectName(QString::fromUtf8("muscle_Label"));
|
||||
muscle_Label->setGeometry(QRect(30, 270, 181, 71));
|
||||
muscle_Label->setFont(font1);
|
||||
muscle_Label->setAlignment(Qt::AlignCenter);
|
||||
muscle_Label->setWordWrap(true);
|
||||
label_5 = new QLabel(groupBox);
|
||||
label_5->setObjectName(QString::fromUtf8("label_5"));
|
||||
label_5->setGeometry(QRect(190, 16, 32, 32));
|
||||
label_5->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/left.png);"));
|
||||
label_6 = new QLabel(groupBox);
|
||||
label_6->setObjectName(QString::fromUtf8("label_6"));
|
||||
label_6->setGeometry(QRect(190, 240, 32, 32));
|
||||
label_6->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/right.png);"));
|
||||
channelName_Label = new QLabel(groupBox_8);
|
||||
channelName_Label->setObjectName(QString::fromUtf8("channelName_Label"));
|
||||
channelName_Label->setGeometry(QRect(660, 14, 241, 51));
|
||||
channelName_Label->setFont(font1);
|
||||
channelName_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
channelName_Label->setAlignment(Qt::AlignCenter);
|
||||
switch_Btn = new QPushButton(groupBox_8);
|
||||
switch_Btn->setObjectName(QString::fromUtf8("switch_Btn"));
|
||||
switch_Btn->setGeometry(QRect(1440, 20, 67, 40));
|
||||
switch_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/switchOn.png);"));
|
||||
|
||||
retranslateUi(ChannelDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(ChannelDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *ChannelDialog)
|
||||
{
|
||||
ChannelDialog->setWindowTitle(QCoreApplication::translate("ChannelDialog", "Dialog", nullptr));
|
||||
groupBox_8->setTitle(QString());
|
||||
confirm_Btn->setText(QCoreApplication::translate("ChannelDialog", "\347\241\256\350\256\244", nullptr));
|
||||
groupBox_6->setTitle(QString());
|
||||
maxCurrent_Label1->setText(QCoreApplication::translate("ChannelDialog", "\346\234\200\345\244\247\347\224\265\346\265\201", nullptr));
|
||||
label_13->setText(QCoreApplication::translate("ChannelDialog", "mA", nullptr));
|
||||
maxCurrent_Label->setText(QString());
|
||||
maxCurrentMinus_Btn->setText(QString());
|
||||
maxCurrentPlus_Btn->setText(QString());
|
||||
groupBox_4->setTitle(QString());
|
||||
plus_Label1->setText(QCoreApplication::translate("ChannelDialog", "\350\204\211\345\256\275", nullptr));
|
||||
label_7->setText(QCoreApplication::translate("ChannelDialog", "us", nullptr));
|
||||
plus_Label->setText(QString());
|
||||
PWMMinus_Btn->setText(QString());
|
||||
PWMPlus_Btn->setText(QString());
|
||||
groupBox_5->setTitle(QString());
|
||||
minCurrent_Label1->setText(QCoreApplication::translate("ChannelDialog", "\346\234\200\345\260\217\347\224\265\346\265\201", nullptr));
|
||||
label_10->setText(QCoreApplication::translate("ChannelDialog", "mA", nullptr));
|
||||
minCurrent_Label->setText(QString());
|
||||
minCurrentMinus_Btn->setText(QString());
|
||||
minCurrentPlus_Btn->setText(QString());
|
||||
groupBox_3->setTitle(QString());
|
||||
label_3->setText(QCoreApplication::translate("ChannelDialog", "\351\242\221\347\216\207", nullptr));
|
||||
label_4->setText(QCoreApplication::translate("ChannelDialog", "Hz", nullptr));
|
||||
frequent_Label->setText(QString());
|
||||
frequentMinus_Btn->setText(QString());
|
||||
frequentPlus_Btn->setText(QString());
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("ChannelDialog", "\350\202\214\350\202\211\344\275\215\347\275\256 ", nullptr));
|
||||
gongErL_Btn->setText(QCoreApplication::translate("ChannelDialog", "\350\202\261\344\272\214\345\244\264\350\202\214", nullptr));
|
||||
gongSanL_Btn->setText(QCoreApplication::translate("ChannelDialog", "\350\202\261\344\270\211\345\244\264\350\202\214", nullptr));
|
||||
qianSanJiaoL_Btn->setText(QCoreApplication::translate("ChannelDialog", "\345\211\215\344\270\211\350\247\222\350\202\214", nullptr));
|
||||
houSanJiaoL_Btn->setText(QCoreApplication::translate("ChannelDialog", "\345\220\216\344\270\211\350\247\222\350\202\214", nullptr));
|
||||
quWanL_Btn->setText(QCoreApplication::translate("ChannelDialog", "\345\261\210\350\205\225\350\202\214", nullptr));
|
||||
shenWanL_Btn->setText(QCoreApplication::translate("ChannelDialog", "\344\274\270\350\205\225\350\202\214", nullptr));
|
||||
gangShangL_Btn->setText(QCoreApplication::translate("ChannelDialog", "\345\206\210\344\270\212\350\202\214", nullptr));
|
||||
jianJiaL_Btn->setText(QCoreApplication::translate("ChannelDialog", "\350\202\251\350\203\233\350\202\214", nullptr));
|
||||
guoShengL_Btn->setText(QCoreApplication::translate("ChannelDialog", "\350\205\230\347\273\263\350\202\214", nullptr));
|
||||
tunDaL_Btn->setText(QCoreApplication::translate("ChannelDialog", "\350\207\200\345\244\247\350\202\214", nullptr));
|
||||
jingQianL_Btn->setText(QCoreApplication::translate("ChannelDialog", "\350\203\253\345\211\215\350\202\214", nullptr));
|
||||
feiChangL_Btn->setText(QCoreApplication::translate("ChannelDialog", "\350\205\223\350\202\240\350\202\214", nullptr));
|
||||
fuJiL_Btn->setText(QCoreApplication::translate("ChannelDialog", "\350\205\271\350\202\214", nullptr));
|
||||
shuJiL_Btn->setText(QCoreApplication::translate("ChannelDialog", "\347\253\226\350\204\212\350\202\214", nullptr));
|
||||
guSiTouL_Btn->setText(QCoreApplication::translate("ChannelDialog", "\350\202\241\345\233\233\345\244\264\350\202\214", nullptr));
|
||||
gangShangR_Btn->setText(QCoreApplication::translate("ChannelDialog", "\345\206\210\344\270\212\350\202\214", nullptr));
|
||||
quWanR_Btn->setText(QCoreApplication::translate("ChannelDialog", "\345\261\210\350\205\225\350\202\214", nullptr));
|
||||
gongErR_Btn->setText(QCoreApplication::translate("ChannelDialog", "\350\202\261\344\272\214\345\244\264\350\202\214", nullptr));
|
||||
qianSanJiaoR_Btn->setText(QCoreApplication::translate("ChannelDialog", "\345\211\215\344\270\211\350\247\222\350\202\214", nullptr));
|
||||
jianJiaR_Btn->setText(QCoreApplication::translate("ChannelDialog", "\350\202\251\350\203\233\350\202\214", nullptr));
|
||||
shenWanR_Btn->setText(QCoreApplication::translate("ChannelDialog", "\344\274\270\350\205\225\350\202\214", nullptr));
|
||||
houSanJiaoR_Btn->setText(QCoreApplication::translate("ChannelDialog", "\345\220\216\344\270\211\350\247\222\350\202\214", nullptr));
|
||||
gongSanR_Btn->setText(QCoreApplication::translate("ChannelDialog", "\350\202\261\344\270\211\345\244\264\350\202\214", nullptr));
|
||||
guSiTouR_Btn->setText(QCoreApplication::translate("ChannelDialog", "\350\202\241\345\233\233\345\244\264\350\202\214", nullptr));
|
||||
tunDaR_Btn->setText(QCoreApplication::translate("ChannelDialog", "\350\207\200\345\244\247\350\202\214", nullptr));
|
||||
feiChangR_Btn->setText(QCoreApplication::translate("ChannelDialog", "\350\205\223\350\202\240\350\202\214", nullptr));
|
||||
shuJiR_Btn->setText(QCoreApplication::translate("ChannelDialog", "\347\253\226\350\204\212\350\202\214", nullptr));
|
||||
guoShengR_Btn->setText(QCoreApplication::translate("ChannelDialog", "\350\205\230\347\273\263\350\202\214", nullptr));
|
||||
fuJiR_Btn->setText(QCoreApplication::translate("ChannelDialog", "\350\205\271\350\202\214", nullptr));
|
||||
jingQianR_Btn->setText(QCoreApplication::translate("ChannelDialog", "\350\203\253\345\211\215\350\202\214", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("ChannelDialog", "\350\202\214\350\202\211\344\275\215\347\275\256 ", nullptr));
|
||||
groupBox_7->setTitle(QString());
|
||||
muscleImage_Label->setText(QString());
|
||||
muscle_Label->setText(QString());
|
||||
label_5->setText(QString());
|
||||
label_6->setText(QString());
|
||||
channelName_Label->setText(QString());
|
||||
switch_Btn->setText(QString());
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class ChannelDialog: public Ui_ChannelDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_CHANNELDIALOG_H
|
||||
291
ZBD_IIIDL_S_Project/build20241115/UI/ui_channelonlydialog.h
Normal file
291
ZBD_IIIDL_S_Project/build20241115/UI/ui_channelonlydialog.h
Normal file
@@ -0,0 +1,291 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'channelonlydialog.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_CHANNELONLYDIALOG_H
|
||||
#define UI_CHANNELONLYDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QSlider>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_ChannelOnlyDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox_8;
|
||||
QPushButton *confirm_Btn;
|
||||
QGroupBox *groupBox_6;
|
||||
QLabel *maxCurrent_Label1;
|
||||
QLabel *label_13;
|
||||
QLabel *maxCurrent_Label;
|
||||
QPushButton *maxCurrentMinus_Btn;
|
||||
QPushButton *maxCurrentPlus_Btn;
|
||||
QSlider *maxCurrent_Slider;
|
||||
QGroupBox *groupBox_4;
|
||||
QLabel *plus_Label1;
|
||||
QLabel *label_7;
|
||||
QLabel *plus_Label;
|
||||
QPushButton *PWMMinus_Btn;
|
||||
QPushButton *PWMPlus_Btn;
|
||||
QSlider *plus_Slider;
|
||||
QGroupBox *groupBox_5;
|
||||
QLabel *minCurrent_Label1;
|
||||
QLabel *label_10;
|
||||
QLabel *minCurrent_Label;
|
||||
QPushButton *minCurrentMinus_Btn;
|
||||
QPushButton *minCurrentPlus_Btn;
|
||||
QSlider *minCurrent_Slider;
|
||||
QGroupBox *groupBox_3;
|
||||
QLabel *label_3;
|
||||
QLabel *label_4;
|
||||
QLabel *frequent_Label;
|
||||
QPushButton *frequentMinus_Btn;
|
||||
QPushButton *frequentPlus_Btn;
|
||||
QSlider *frequent_Slider;
|
||||
QLabel *channelName_Label;
|
||||
QPushButton *switch_Btn;
|
||||
|
||||
void setupUi(QDialog *ChannelOnlyDialog)
|
||||
{
|
||||
if (ChannelOnlyDialog->objectName().isEmpty())
|
||||
ChannelOnlyDialog->setObjectName(QString::fromUtf8("ChannelOnlyDialog"));
|
||||
ChannelOnlyDialog->resize(1920, 1080);
|
||||
groupBox_8 = new QGroupBox(ChannelOnlyDialog);
|
||||
groupBox_8->setObjectName(QString::fromUtf8("groupBox_8"));
|
||||
groupBox_8->setGeometry(QRect(176, 50, 1568, 962));
|
||||
groupBox_8->setStyleSheet(QString::fromUtf8("#groupBox_8{background: #FFFFFF;border-radius: 8px;}"));
|
||||
confirm_Btn = new QPushButton(groupBox_8);
|
||||
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||||
confirm_Btn->setGeometry(QRect(0, 908, 1568, 54));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
confirm_Btn->setFont(font);
|
||||
confirm_Btn->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n"
|
||||
"border-radius: 8px;\n"
|
||||
"color:white;"));
|
||||
groupBox_6 = new QGroupBox(groupBox_8);
|
||||
groupBox_6->setObjectName(QString::fromUtf8("groupBox_6"));
|
||||
groupBox_6->setGeometry(QRect(900, 493, 360, 313));
|
||||
groupBox_6->setStyleSheet(QString::fromUtf8("#groupBox_6{background: #E4F4FC;\n"
|
||||
"border-radius: 4px;}"));
|
||||
maxCurrent_Label1 = new QLabel(groupBox_6);
|
||||
maxCurrent_Label1->setObjectName(QString::fromUtf8("maxCurrent_Label1"));
|
||||
maxCurrent_Label1->setGeometry(QRect(79, 19, 151, 61));
|
||||
maxCurrent_Label1->setFont(font);
|
||||
maxCurrent_Label1->setAlignment(Qt::AlignCenter);
|
||||
maxCurrent_Label1->setWordWrap(true);
|
||||
label_13 = new QLabel(groupBox_6);
|
||||
label_13->setObjectName(QString::fromUtf8("label_13"));
|
||||
label_13->setGeometry(QRect(240, 40, 51, 21));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
|
||||
font1.setPointSize(10);
|
||||
label_13->setFont(font1);
|
||||
maxCurrent_Label = new QLabel(groupBox_6);
|
||||
maxCurrent_Label->setObjectName(QString::fromUtf8("maxCurrent_Label"));
|
||||
maxCurrent_Label->setGeometry(QRect(60, 84, 240, 60));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(25);
|
||||
maxCurrent_Label->setFont(font2);
|
||||
maxCurrent_Label->setStyleSheet(QString::fromUtf8("background: #FFFFFF;\n"
|
||||
"border-radius: 30px;\n"
|
||||
"border: 1px solid #05A6EC;"));
|
||||
maxCurrent_Label->setAlignment(Qt::AlignCenter);
|
||||
maxCurrentMinus_Btn = new QPushButton(groupBox_6);
|
||||
maxCurrentMinus_Btn->setObjectName(QString::fromUtf8("maxCurrentMinus_Btn"));
|
||||
maxCurrentMinus_Btn->setGeometry(QRect(70, 160, 60, 60));
|
||||
maxCurrentMinus_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/minus.png);"));
|
||||
maxCurrentMinus_Btn->setAutoRepeat(true);
|
||||
maxCurrentPlus_Btn = new QPushButton(groupBox_6);
|
||||
maxCurrentPlus_Btn->setObjectName(QString::fromUtf8("maxCurrentPlus_Btn"));
|
||||
maxCurrentPlus_Btn->setGeometry(QRect(220, 160, 60, 60));
|
||||
maxCurrentPlus_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/plus.png);"));
|
||||
maxCurrentPlus_Btn->setAutoRepeat(true);
|
||||
maxCurrent_Slider = new QSlider(groupBox_6);
|
||||
maxCurrent_Slider->setObjectName(QString::fromUtf8("maxCurrent_Slider"));
|
||||
maxCurrent_Slider->setGeometry(QRect(30, 240, 300, 43));
|
||||
maxCurrent_Slider->setStyleSheet(QString::fromUtf8(""));
|
||||
maxCurrent_Slider->setOrientation(Qt::Horizontal);
|
||||
groupBox_4 = new QGroupBox(groupBox_8);
|
||||
groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
|
||||
groupBox_4->setGeometry(QRect(900, 140, 360, 313));
|
||||
groupBox_4->setStyleSheet(QString::fromUtf8("#groupBox_4{background: #E4F4FC;\n"
|
||||
"border-radius: 4px;}"));
|
||||
plus_Label1 = new QLabel(groupBox_4);
|
||||
plus_Label1->setObjectName(QString::fromUtf8("plus_Label1"));
|
||||
plus_Label1->setGeometry(QRect(125, 19, 91, 61));
|
||||
plus_Label1->setFont(font);
|
||||
plus_Label1->setAlignment(Qt::AlignCenter);
|
||||
plus_Label1->setWordWrap(true);
|
||||
label_7 = new QLabel(groupBox_4);
|
||||
label_7->setObjectName(QString::fromUtf8("label_7"));
|
||||
label_7->setGeometry(QRect(220, 40, 61, 21));
|
||||
label_7->setFont(font1);
|
||||
plus_Label = new QLabel(groupBox_4);
|
||||
plus_Label->setObjectName(QString::fromUtf8("plus_Label"));
|
||||
plus_Label->setGeometry(QRect(60, 84, 240, 60));
|
||||
plus_Label->setFont(font2);
|
||||
plus_Label->setStyleSheet(QString::fromUtf8("background: #FFFFFF;\n"
|
||||
"border-radius: 30px;\n"
|
||||
"border: 1px solid #05A6EC;"));
|
||||
plus_Label->setAlignment(Qt::AlignCenter);
|
||||
PWMMinus_Btn = new QPushButton(groupBox_4);
|
||||
PWMMinus_Btn->setObjectName(QString::fromUtf8("PWMMinus_Btn"));
|
||||
PWMMinus_Btn->setGeometry(QRect(70, 160, 60, 60));
|
||||
PWMMinus_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/minus.png);"));
|
||||
PWMMinus_Btn->setAutoRepeat(true);
|
||||
PWMPlus_Btn = new QPushButton(groupBox_4);
|
||||
PWMPlus_Btn->setObjectName(QString::fromUtf8("PWMPlus_Btn"));
|
||||
PWMPlus_Btn->setGeometry(QRect(220, 160, 60, 60));
|
||||
PWMPlus_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/plus.png);"));
|
||||
PWMPlus_Btn->setAutoRepeat(true);
|
||||
plus_Slider = new QSlider(groupBox_4);
|
||||
plus_Slider->setObjectName(QString::fromUtf8("plus_Slider"));
|
||||
plus_Slider->setGeometry(QRect(30, 240, 300, 43));
|
||||
plus_Slider->setStyleSheet(QString::fromUtf8(""));
|
||||
plus_Slider->setOrientation(Qt::Horizontal);
|
||||
groupBox_5 = new QGroupBox(groupBox_8);
|
||||
groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
|
||||
groupBox_5->setGeometry(QRect(320, 495, 360, 313));
|
||||
groupBox_5->setStyleSheet(QString::fromUtf8("#groupBox_5{background: #E4F4FC;\n"
|
||||
"border-radius: 4px;}"));
|
||||
minCurrent_Label1 = new QLabel(groupBox_5);
|
||||
minCurrent_Label1->setObjectName(QString::fromUtf8("minCurrent_Label1"));
|
||||
minCurrent_Label1->setGeometry(QRect(89, 19, 141, 61));
|
||||
minCurrent_Label1->setFont(font);
|
||||
minCurrent_Label1->setAlignment(Qt::AlignCenter);
|
||||
minCurrent_Label1->setWordWrap(true);
|
||||
label_10 = new QLabel(groupBox_5);
|
||||
label_10->setObjectName(QString::fromUtf8("label_10"));
|
||||
label_10->setGeometry(QRect(240, 40, 51, 21));
|
||||
label_10->setFont(font1);
|
||||
minCurrent_Label = new QLabel(groupBox_5);
|
||||
minCurrent_Label->setObjectName(QString::fromUtf8("minCurrent_Label"));
|
||||
minCurrent_Label->setGeometry(QRect(60, 84, 240, 60));
|
||||
minCurrent_Label->setFont(font2);
|
||||
minCurrent_Label->setStyleSheet(QString::fromUtf8("background: #FFFFFF;\n"
|
||||
"border-radius: 30px;\n"
|
||||
"border: 1px solid #05A6EC;"));
|
||||
minCurrent_Label->setAlignment(Qt::AlignCenter);
|
||||
minCurrentMinus_Btn = new QPushButton(groupBox_5);
|
||||
minCurrentMinus_Btn->setObjectName(QString::fromUtf8("minCurrentMinus_Btn"));
|
||||
minCurrentMinus_Btn->setGeometry(QRect(60, 160, 60, 60));
|
||||
minCurrentMinus_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/minus.png);"));
|
||||
minCurrentMinus_Btn->setAutoRepeat(true);
|
||||
minCurrentPlus_Btn = new QPushButton(groupBox_5);
|
||||
minCurrentPlus_Btn->setObjectName(QString::fromUtf8("minCurrentPlus_Btn"));
|
||||
minCurrentPlus_Btn->setGeometry(QRect(230, 160, 60, 60));
|
||||
minCurrentPlus_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/plus.png);"));
|
||||
minCurrentPlus_Btn->setAutoRepeat(true);
|
||||
minCurrent_Slider = new QSlider(groupBox_5);
|
||||
minCurrent_Slider->setObjectName(QString::fromUtf8("minCurrent_Slider"));
|
||||
minCurrent_Slider->setGeometry(QRect(30, 240, 300, 43));
|
||||
minCurrent_Slider->setStyleSheet(QString::fromUtf8(""));
|
||||
minCurrent_Slider->setOrientation(Qt::Horizontal);
|
||||
groupBox_3 = new QGroupBox(groupBox_8);
|
||||
groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
|
||||
groupBox_3->setGeometry(QRect(320, 140, 360, 313));
|
||||
groupBox_3->setStyleSheet(QString::fromUtf8("#groupBox_3{background: #E4F4FC;\n"
|
||||
"border-radius: 4px;}"));
|
||||
label_3 = new QLabel(groupBox_3);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
label_3->setGeometry(QRect(125, 19, 91, 61));
|
||||
label_3->setFont(font);
|
||||
label_3->setAlignment(Qt::AlignCenter);
|
||||
label_3->setWordWrap(true);
|
||||
label_4 = new QLabel(groupBox_3);
|
||||
label_4->setObjectName(QString::fromUtf8("label_4"));
|
||||
label_4->setGeometry(QRect(220, 40, 51, 21));
|
||||
frequent_Label = new QLabel(groupBox_3);
|
||||
frequent_Label->setObjectName(QString::fromUtf8("frequent_Label"));
|
||||
frequent_Label->setGeometry(QRect(60, 84, 240, 60));
|
||||
frequent_Label->setFont(font2);
|
||||
frequent_Label->setStyleSheet(QString::fromUtf8("background: #FFFFFF;\n"
|
||||
"border-radius: 30px;\n"
|
||||
"border: 1px solid #05A6EC;"));
|
||||
frequent_Label->setAlignment(Qt::AlignCenter);
|
||||
frequentMinus_Btn = new QPushButton(groupBox_3);
|
||||
frequentMinus_Btn->setObjectName(QString::fromUtf8("frequentMinus_Btn"));
|
||||
frequentMinus_Btn->setGeometry(QRect(60, 160, 60, 60));
|
||||
frequentMinus_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/minus.png);"));
|
||||
frequentMinus_Btn->setAutoRepeat(true);
|
||||
frequentPlus_Btn = new QPushButton(groupBox_3);
|
||||
frequentPlus_Btn->setObjectName(QString::fromUtf8("frequentPlus_Btn"));
|
||||
frequentPlus_Btn->setGeometry(QRect(230, 160, 60, 60));
|
||||
frequentPlus_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/plus.png);"));
|
||||
frequentPlus_Btn->setAutoRepeat(true);
|
||||
frequent_Slider = new QSlider(groupBox_3);
|
||||
frequent_Slider->setObjectName(QString::fromUtf8("frequent_Slider"));
|
||||
frequent_Slider->setGeometry(QRect(30, 240, 300, 43));
|
||||
frequent_Slider->setStyleSheet(QString::fromUtf8(""));
|
||||
frequent_Slider->setOrientation(Qt::Horizontal);
|
||||
channelName_Label = new QLabel(groupBox_8);
|
||||
channelName_Label->setObjectName(QString::fromUtf8("channelName_Label"));
|
||||
channelName_Label->setGeometry(QRect(660, 14, 241, 51));
|
||||
channelName_Label->setFont(font);
|
||||
channelName_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
channelName_Label->setAlignment(Qt::AlignCenter);
|
||||
switch_Btn = new QPushButton(groupBox_8);
|
||||
switch_Btn->setObjectName(QString::fromUtf8("switch_Btn"));
|
||||
switch_Btn->setGeometry(QRect(1440, 20, 67, 40));
|
||||
switch_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/switchOn.png);"));
|
||||
|
||||
retranslateUi(ChannelOnlyDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(ChannelOnlyDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *ChannelOnlyDialog)
|
||||
{
|
||||
ChannelOnlyDialog->setWindowTitle(QCoreApplication::translate("ChannelOnlyDialog", "Dialog", nullptr));
|
||||
groupBox_8->setTitle(QString());
|
||||
confirm_Btn->setText(QCoreApplication::translate("ChannelOnlyDialog", "\347\241\256\350\256\244", nullptr));
|
||||
groupBox_6->setTitle(QString());
|
||||
maxCurrent_Label1->setText(QCoreApplication::translate("ChannelOnlyDialog", "\346\234\200\345\244\247\347\224\265\346\265\201", nullptr));
|
||||
label_13->setText(QCoreApplication::translate("ChannelOnlyDialog", "mA", nullptr));
|
||||
maxCurrent_Label->setText(QString());
|
||||
maxCurrentMinus_Btn->setText(QString());
|
||||
maxCurrentPlus_Btn->setText(QString());
|
||||
groupBox_4->setTitle(QString());
|
||||
plus_Label1->setText(QCoreApplication::translate("ChannelOnlyDialog", "\350\204\211\345\256\275", nullptr));
|
||||
label_7->setText(QCoreApplication::translate("ChannelOnlyDialog", "us", nullptr));
|
||||
plus_Label->setText(QString());
|
||||
PWMMinus_Btn->setText(QString());
|
||||
PWMPlus_Btn->setText(QString());
|
||||
groupBox_5->setTitle(QString());
|
||||
minCurrent_Label1->setText(QCoreApplication::translate("ChannelOnlyDialog", "\346\234\200\345\260\217\347\224\265\346\265\201", nullptr));
|
||||
label_10->setText(QCoreApplication::translate("ChannelOnlyDialog", "mA", nullptr));
|
||||
minCurrent_Label->setText(QString());
|
||||
minCurrentMinus_Btn->setText(QString());
|
||||
minCurrentPlus_Btn->setText(QString());
|
||||
groupBox_3->setTitle(QString());
|
||||
label_3->setText(QCoreApplication::translate("ChannelOnlyDialog", "\351\242\221\347\216\207", nullptr));
|
||||
label_4->setText(QCoreApplication::translate("ChannelOnlyDialog", "Hz", nullptr));
|
||||
frequent_Label->setText(QString());
|
||||
frequentMinus_Btn->setText(QString());
|
||||
frequentPlus_Btn->setText(QString());
|
||||
channelName_Label->setText(QString());
|
||||
switch_Btn->setText(QString());
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class ChannelOnlyDialog: public Ui_ChannelOnlyDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_CHANNELONLYDIALOG_H
|
||||
108
ZBD_IIIDL_S_Project/build20241115/UI/ui_clickmachinedialog.h
Normal file
108
ZBD_IIIDL_S_Project/build20241115/UI/ui_clickmachinedialog.h
Normal file
@@ -0,0 +1,108 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'clickmachinedialog.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_CLICKMACHINEDIALOG_H
|
||||
#define UI_CLICKMACHINEDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_ClickMachineDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QLabel *label;
|
||||
QLabel *tips_Label;
|
||||
QPushButton *confirm_Btn;
|
||||
QLabel *image_Label;
|
||||
QPushButton *confirm_Btn_2;
|
||||
|
||||
void setupUi(QDialog *ClickMachineDialog)
|
||||
{
|
||||
if (ClickMachineDialog->objectName().isEmpty())
|
||||
ClickMachineDialog->setObjectName(QString::fromUtf8("ClickMachineDialog"));
|
||||
ClickMachineDialog->resize(500, 400);
|
||||
ClickMachineDialog->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||||
"border-radius: 32px;}"));
|
||||
groupBox = new QGroupBox(ClickMachineDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(0, 0, 500, 400));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||||
"border-radius: 32px;}"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(0, 0, 500, 70));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
label->setFont(font);
|
||||
label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/dialog.png);"));
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
tips_Label = new QLabel(groupBox);
|
||||
tips_Label->setObjectName(QString::fromUtf8("tips_Label"));
|
||||
tips_Label->setGeometry(QRect(100, 180, 301, 71));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(18);
|
||||
font1.setBold(true);
|
||||
tips_Label->setFont(font1);
|
||||
tips_Label->setAlignment(Qt::AlignCenter);
|
||||
tips_Label->setWordWrap(true);
|
||||
confirm_Btn = new QPushButton(groupBox);
|
||||
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||||
confirm_Btn->setGeometry(QRect(0, 320, 251, 81));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(12);
|
||||
confirm_Btn->setFont(font2);
|
||||
confirm_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
image_Label = new QLabel(groupBox);
|
||||
image_Label->setObjectName(QString::fromUtf8("image_Label"));
|
||||
image_Label->setGeometry(QRect(220, 110, 71, 71));
|
||||
image_Label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/dialog/spasm.png);"));
|
||||
confirm_Btn_2 = new QPushButton(groupBox);
|
||||
confirm_Btn_2->setObjectName(QString::fromUtf8("confirm_Btn_2"));
|
||||
confirm_Btn_2->setGeometry(QRect(250, 320, 251, 81));
|
||||
confirm_Btn_2->setFont(font2);
|
||||
confirm_Btn_2->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
|
||||
retranslateUi(ClickMachineDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(ClickMachineDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *ClickMachineDialog)
|
||||
{
|
||||
ClickMachineDialog->setWindowTitle(QCoreApplication::translate("ClickMachineDialog", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("ClickMachineDialog", "\346\217\220\347\244\272", nullptr));
|
||||
tips_Label->setText(QCoreApplication::translate("ClickMachineDialog", "\344\270\200\351\224\256\344\270\212\346\234\272\357\274\214\350\256\276\345\244\207\345\260\206\350\277\220\350\241\214\357\274\214\350\257\267\346\263\250\346\204\217\345\256\211\345\205\250", nullptr));
|
||||
confirm_Btn->setText(QCoreApplication::translate("ClickMachineDialog", "\347\273\223\346\235\237", nullptr));
|
||||
image_Label->setText(QString());
|
||||
confirm_Btn_2->setText(QCoreApplication::translate("ClickMachineDialog", "\344\270\213\344\270\200\346\255\245", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class ClickMachineDialog: public Ui_ClickMachineDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_CLICKMACHINEDIALOG_H
|
||||
117
ZBD_IIIDL_S_Project/build20241115/UI/ui_cmainwindow.h
Normal file
117
ZBD_IIIDL_S_Project/build20241115/UI/ui_cmainwindow.h
Normal file
@@ -0,0 +1,117 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'cmainwindow.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_CMAINWINDOW_H
|
||||
#define UI_CMAINWINDOW_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QStackedWidget>
|
||||
#include <QtWidgets/QWidget>
|
||||
#include "armorleg.h"
|
||||
#include "braintrain.h"
|
||||
#include "eyetrainwidget.h"
|
||||
#include "fessetting.h"
|
||||
#include "settingwidget.h"
|
||||
#include "titlewidget.h"
|
||||
#include "trainingparamsetting.h"
|
||||
#include "trainmanager.h"
|
||||
#include "usermanager.h"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_CMainWindow
|
||||
{
|
||||
public:
|
||||
TitleWidget *title_Widget;
|
||||
QStackedWidget *stackedWidget;
|
||||
TrainManager *Main_Page;
|
||||
eyeTrainWidget *Vision_Page;
|
||||
brainTrain *Brain_Page;
|
||||
ArmOrLeg *FESCar_Page;
|
||||
FesSetting *FES_Page;
|
||||
SettingWidget *setting_Page;
|
||||
UserManager *userMsg_Page;
|
||||
QWidget *login_Page;
|
||||
QWidget *game_Page;
|
||||
QWidget *game_widget;
|
||||
TrainingParamSetting *trainParam_Page;
|
||||
|
||||
void setupUi(QWidget *CMainWindow)
|
||||
{
|
||||
if (CMainWindow->objectName().isEmpty())
|
||||
CMainWindow->setObjectName(QString::fromUtf8("CMainWindow"));
|
||||
CMainWindow->resize(1920, 1080);
|
||||
CMainWindow->setStyleSheet(QString::fromUtf8(""));
|
||||
title_Widget = new TitleWidget(CMainWindow);
|
||||
title_Widget->setObjectName(QString::fromUtf8("title_Widget"));
|
||||
title_Widget->setGeometry(QRect(0, 0, 1920, 100));
|
||||
title_Widget->setStyleSheet(QString::fromUtf8(""));
|
||||
stackedWidget = new QStackedWidget(CMainWindow);
|
||||
stackedWidget->setObjectName(QString::fromUtf8("stackedWidget"));
|
||||
stackedWidget->setGeometry(QRect(0, 100, 1920, 980));
|
||||
stackedWidget->setStyleSheet(QString::fromUtf8(""));
|
||||
Main_Page = new TrainManager();
|
||||
Main_Page->setObjectName(QString::fromUtf8("Main_Page"));
|
||||
Main_Page->setStyleSheet(QString::fromUtf8("background-color:transparent;"));
|
||||
stackedWidget->addWidget(Main_Page);
|
||||
Vision_Page = new eyeTrainWidget();
|
||||
Vision_Page->setObjectName(QString::fromUtf8("Vision_Page"));
|
||||
stackedWidget->addWidget(Vision_Page);
|
||||
Brain_Page = new brainTrain();
|
||||
Brain_Page->setObjectName(QString::fromUtf8("Brain_Page"));
|
||||
stackedWidget->addWidget(Brain_Page);
|
||||
FESCar_Page = new ArmOrLeg();
|
||||
FESCar_Page->setObjectName(QString::fromUtf8("FESCar_Page"));
|
||||
stackedWidget->addWidget(FESCar_Page);
|
||||
FES_Page = new FesSetting();
|
||||
FES_Page->setObjectName(QString::fromUtf8("FES_Page"));
|
||||
stackedWidget->addWidget(FES_Page);
|
||||
setting_Page = new SettingWidget();
|
||||
setting_Page->setObjectName(QString::fromUtf8("setting_Page"));
|
||||
stackedWidget->addWidget(setting_Page);
|
||||
userMsg_Page = new UserManager();
|
||||
userMsg_Page->setObjectName(QString::fromUtf8("userMsg_Page"));
|
||||
stackedWidget->addWidget(userMsg_Page);
|
||||
login_Page = new QWidget();
|
||||
login_Page->setObjectName(QString::fromUtf8("login_Page"));
|
||||
stackedWidget->addWidget(login_Page);
|
||||
game_Page = new QWidget();
|
||||
game_Page->setObjectName(QString::fromUtf8("game_Page"));
|
||||
game_widget = new QWidget(game_Page);
|
||||
game_widget->setObjectName(QString::fromUtf8("game_widget"));
|
||||
game_widget->setGeometry(QRect(0, 0, 1921, 980));
|
||||
game_widget->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Image/background1.png);\n"
|
||||
""));
|
||||
stackedWidget->addWidget(game_Page);
|
||||
trainParam_Page = new TrainingParamSetting();
|
||||
trainParam_Page->setObjectName(QString::fromUtf8("trainParam_Page"));
|
||||
stackedWidget->addWidget(trainParam_Page);
|
||||
|
||||
retranslateUi(CMainWindow);
|
||||
|
||||
stackedWidget->setCurrentIndex(1);
|
||||
|
||||
|
||||
QMetaObject::connectSlotsByName(CMainWindow);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *CMainWindow)
|
||||
{
|
||||
CMainWindow->setWindowTitle(QCoreApplication::translate("CMainWindow", "Form", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class CMainWindow: public Ui_CMainWindow {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_CMAINWINDOW_H
|
||||
110
ZBD_IIIDL_S_Project/build20241115/UI/ui_deletereportdialog.h
Normal file
110
ZBD_IIIDL_S_Project/build20241115/UI/ui_deletereportdialog.h
Normal file
@@ -0,0 +1,110 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'deletereportdialog.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_DELETEREPORTDIALOG_H
|
||||
#define UI_DELETEREPORTDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_DeleteReportDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QLabel *label;
|
||||
QLabel *label_2;
|
||||
QLabel *label_3;
|
||||
QPushButton *cancel_Btn;
|
||||
QPushButton *confirm_Btn;
|
||||
|
||||
void setupUi(QDialog *DeleteReportDialog)
|
||||
{
|
||||
if (DeleteReportDialog->objectName().isEmpty())
|
||||
DeleteReportDialog->setObjectName(QString::fromUtf8("DeleteReportDialog"));
|
||||
DeleteReportDialog->resize(1920, 1080);
|
||||
groupBox = new QGroupBox(DeleteReportDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(558, 241, 804, 598));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||||
"border-radius: 32px;}"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(0, 0, 804, 64));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
label->setFont(font);
|
||||
label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/dialog.png);"));
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
label_2 = new QLabel(groupBox);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(90, 190, 641, 71));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(25);
|
||||
font1.setBold(true);
|
||||
label_2->setFont(font1);
|
||||
label_2->setAlignment(Qt::AlignCenter);
|
||||
label_3 = new QLabel(groupBox);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
label_3->setGeometry(QRect(140, 290, 541, 51));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(18);
|
||||
label_3->setFont(font2);
|
||||
label_3->setStyleSheet(QString::fromUtf8("color:#000000 ;"));
|
||||
label_3->setAlignment(Qt::AlignCenter);
|
||||
cancel_Btn = new QPushButton(groupBox);
|
||||
cancel_Btn->setObjectName(QString::fromUtf8("cancel_Btn"));
|
||||
cancel_Btn->setGeometry(QRect(232, 493, 120, 45));
|
||||
QFont font3;
|
||||
font3.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font3.setPointSize(12);
|
||||
cancel_Btn->setFont(font3);
|
||||
cancel_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
confirm_Btn = new QPushButton(groupBox);
|
||||
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||||
confirm_Btn->setGeometry(QRect(452, 493, 120, 45));
|
||||
confirm_Btn->setFont(font3);
|
||||
confirm_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
|
||||
retranslateUi(DeleteReportDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(DeleteReportDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *DeleteReportDialog)
|
||||
{
|
||||
DeleteReportDialog->setWindowTitle(QCoreApplication::translate("DeleteReportDialog", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("DeleteReportDialog", "\346\217\220\347\244\272", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("DeleteReportDialog", "\347\241\256\350\256\244\346\230\257\345\220\246\345\210\240\351\231\244\346\212\245\345\221\212", nullptr));
|
||||
label_3->setText(QCoreApplication::translate("DeleteReportDialog", "\345\210\240\351\231\244\345\220\216\346\227\240\346\263\225\346\201\242\345\244\215", nullptr));
|
||||
cancel_Btn->setText(QCoreApplication::translate("DeleteReportDialog", "\345\217\226\346\266\210", nullptr));
|
||||
confirm_Btn->setText(QCoreApplication::translate("DeleteReportDialog", "\347\241\256\350\256\244", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class DeleteReportDialog: public Ui_DeleteReportDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_DELETEREPORTDIALOG_H
|
||||
110
ZBD_IIIDL_S_Project/build20241115/UI/ui_deleteuserdialog.h
Normal file
110
ZBD_IIIDL_S_Project/build20241115/UI/ui_deleteuserdialog.h
Normal file
@@ -0,0 +1,110 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'deleteuserdialog.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_DELETEUSERDIALOG_H
|
||||
#define UI_DELETEUSERDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_DeleteUserDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QLabel *label;
|
||||
QLabel *label_2;
|
||||
QLabel *label_3;
|
||||
QPushButton *cancel_Btn;
|
||||
QPushButton *confirm_Btn;
|
||||
|
||||
void setupUi(QDialog *DeleteUserDialog)
|
||||
{
|
||||
if (DeleteUserDialog->objectName().isEmpty())
|
||||
DeleteUserDialog->setObjectName(QString::fromUtf8("DeleteUserDialog"));
|
||||
DeleteUserDialog->resize(1920, 1080);
|
||||
groupBox = new QGroupBox(DeleteUserDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(558, 241, 804, 598));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||||
"border-radius: 32px;}"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(0, 0, 804, 64));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
label->setFont(font);
|
||||
label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/dialog.png);"));
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
label_2 = new QLabel(groupBox);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(100, 190, 601, 71));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(25);
|
||||
font1.setBold(true);
|
||||
label_2->setFont(font1);
|
||||
label_2->setAlignment(Qt::AlignCenter);
|
||||
label_3 = new QLabel(groupBox);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
label_3->setGeometry(QRect(130, 290, 551, 51));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(18);
|
||||
label_3->setFont(font2);
|
||||
label_3->setStyleSheet(QString::fromUtf8("color:#000000 ;"));
|
||||
label_3->setAlignment(Qt::AlignCenter);
|
||||
cancel_Btn = new QPushButton(groupBox);
|
||||
cancel_Btn->setObjectName(QString::fromUtf8("cancel_Btn"));
|
||||
cancel_Btn->setGeometry(QRect(232, 493, 120, 45));
|
||||
QFont font3;
|
||||
font3.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font3.setPointSize(12);
|
||||
cancel_Btn->setFont(font3);
|
||||
cancel_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
confirm_Btn = new QPushButton(groupBox);
|
||||
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||||
confirm_Btn->setGeometry(QRect(452, 493, 120, 45));
|
||||
confirm_Btn->setFont(font3);
|
||||
confirm_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
|
||||
retranslateUi(DeleteUserDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(DeleteUserDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *DeleteUserDialog)
|
||||
{
|
||||
DeleteUserDialog->setWindowTitle(QCoreApplication::translate("DeleteUserDialog", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("DeleteUserDialog", "\346\217\220\347\244\272", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("DeleteUserDialog", "\347\241\256\350\256\244\346\230\257\345\220\246\345\210\240\351\231\244\347\224\250\346\210\267", nullptr));
|
||||
label_3->setText(QCoreApplication::translate("DeleteUserDialog", "\345\210\240\351\231\244\345\220\216\346\227\240\346\263\225\346\201\242\345\244\215", nullptr));
|
||||
cancel_Btn->setText(QCoreApplication::translate("DeleteUserDialog", "\345\217\226\346\266\210", nullptr));
|
||||
confirm_Btn->setText(QCoreApplication::translate("DeleteUserDialog", "\347\241\256\350\256\244", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class DeleteUserDialog: public Ui_DeleteUserDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_DELETEUSERDIALOG_H
|
||||
@@ -0,0 +1,87 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'emergencystopdialog.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_EMERGENCYSTOPDIALOG_H
|
||||
#define UI_EMERGENCYSTOPDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_EmergencyStopDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QLabel *label;
|
||||
QLabel *label_2;
|
||||
QPushButton *emergency_Btn;
|
||||
|
||||
void setupUi(QDialog *EmergencyStopDialog)
|
||||
{
|
||||
if (EmergencyStopDialog->objectName().isEmpty())
|
||||
EmergencyStopDialog->setObjectName(QString::fromUtf8("EmergencyStopDialog"));
|
||||
EmergencyStopDialog->resize(1920, 1080);
|
||||
EmergencyStopDialog->setStyleSheet(QString::fromUtf8(""));
|
||||
groupBox = new QGroupBox(EmergencyStopDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(710, 340, 500, 400));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||||
"border-radius: 32px;}"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(0, 0, 500, 70));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
label->setFont(font);
|
||||
label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/dialog.png);"));
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
label_2 = new QLabel(groupBox);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(180, 260, 151, 71));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(18);
|
||||
font1.setBold(true);
|
||||
label_2->setFont(font1);
|
||||
label_2->setAlignment(Qt::AlignCenter);
|
||||
emergency_Btn = new QPushButton(groupBox);
|
||||
emergency_Btn->setObjectName(QString::fromUtf8("emergency_Btn"));
|
||||
emergency_Btn->setGeometry(QRect(218, 170, 70, 70));
|
||||
emergency_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/dialog/emergency.png);"));
|
||||
emergency_Btn->setAutoRepeat(true);
|
||||
emergency_Btn->setAutoRepeatDelay(100);
|
||||
|
||||
retranslateUi(EmergencyStopDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(EmergencyStopDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *EmergencyStopDialog)
|
||||
{
|
||||
EmergencyStopDialog->setWindowTitle(QCoreApplication::translate("EmergencyStopDialog", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("EmergencyStopDialog", "\346\217\220\347\244\272", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("EmergencyStopDialog", "\346\200\245\345\201\234", nullptr));
|
||||
emergency_Btn->setText(QString());
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class EmergencyStopDialog: public Ui_EmergencyStopDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_EMERGENCYSTOPDIALOG_H
|
||||
71
ZBD_IIIDL_S_Project/build20241115/UI/ui_eyetrainwidget.h
Normal file
71
ZBD_IIIDL_S_Project/build20241115/UI/ui_eyetrainwidget.h
Normal file
@@ -0,0 +1,71 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'eyetrainwidget.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_EYETRAINWIDGET_H
|
||||
#define UI_EYETRAINWIDGET_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QFrame>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_eyeTrainWidget
|
||||
{
|
||||
public:
|
||||
QFrame *frame;
|
||||
QPushButton *startButton;
|
||||
QPushButton *closeButton;
|
||||
|
||||
void setupUi(QWidget *eyeTrainWidget)
|
||||
{
|
||||
if (eyeTrainWidget->objectName().isEmpty())
|
||||
eyeTrainWidget->setObjectName(QString::fromUtf8("eyeTrainWidget"));
|
||||
eyeTrainWidget->resize(1920, 980);
|
||||
eyeTrainWidget->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);"));
|
||||
frame = new QFrame(eyeTrainWidget);
|
||||
frame->setObjectName(QString::fromUtf8("frame"));
|
||||
frame->setGeometry(QRect(0, 0, 1920, 1080));
|
||||
frame->setFrameShape(QFrame::StyledPanel);
|
||||
frame->setFrameShadow(QFrame::Raised);
|
||||
startButton = new QPushButton(frame);
|
||||
startButton->setObjectName(QString::fromUtf8("startButton"));
|
||||
startButton->setGeometry(QRect(500, 683, 131, 61));
|
||||
startButton->setStyleSheet(QString::fromUtf8("background-color: rgb(85, 170, 255);\n"
|
||||
"font: 14pt \"Adobe Devanagari\";\n"
|
||||
"color: rgb(255, 255, 255);"));
|
||||
closeButton = new QPushButton(frame);
|
||||
closeButton->setObjectName(QString::fromUtf8("closeButton"));
|
||||
closeButton->setGeometry(QRect(810, 690, 131, 61));
|
||||
closeButton->setStyleSheet(QString::fromUtf8("background-color: rgb(85, 170, 255);\n"
|
||||
"font: 14pt \"Adobe Devanagari\";\n"
|
||||
"color: rgb(255, 255, 255);"));
|
||||
|
||||
retranslateUi(eyeTrainWidget);
|
||||
|
||||
QMetaObject::connectSlotsByName(eyeTrainWidget);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *eyeTrainWidget)
|
||||
{
|
||||
eyeTrainWidget->setWindowTitle(QCoreApplication::translate("eyeTrainWidget", "Form", nullptr));
|
||||
startButton->setText(QCoreApplication::translate("eyeTrainWidget", "\345\274\200\345\247\213", nullptr));
|
||||
closeButton->setText(QCoreApplication::translate("eyeTrainWidget", "\347\273\223\346\235\237", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class eyeTrainWidget: public Ui_eyeTrainWidget {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_EYETRAINWIDGET_H
|
||||
98
ZBD_IIIDL_S_Project/build20241115/UI/ui_fesboxtipsdialog.h
Normal file
98
ZBD_IIIDL_S_Project/build20241115/UI/ui_fesboxtipsdialog.h
Normal file
@@ -0,0 +1,98 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'fesboxtipsdialog.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_FESBOXTIPSDIALOG_H
|
||||
#define UI_FESBOXTIPSDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_FesBoxTipsDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QLabel *label;
|
||||
QPushButton *pushButton;
|
||||
QLabel *label_2;
|
||||
QLabel *label_3;
|
||||
|
||||
void setupUi(QDialog *FesBoxTipsDialog)
|
||||
{
|
||||
if (FesBoxTipsDialog->objectName().isEmpty())
|
||||
FesBoxTipsDialog->setObjectName(QString::fromUtf8("FesBoxTipsDialog"));
|
||||
FesBoxTipsDialog->resize(1920, 1080);
|
||||
groupBox = new QGroupBox(FesBoxTipsDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(558, 240, 804, 598));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||||
"border-radius: 8px;}"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(0, 0, 804, 64));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(14);
|
||||
label->setFont(font);
|
||||
label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/dialog/header3.png);\n"
|
||||
""));
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
pushButton = new QPushButton(groupBox);
|
||||
pushButton->setObjectName(QString::fromUtf8("pushButton"));
|
||||
pushButton->setGeometry(QRect(0, 534, 804, 64));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(15);
|
||||
pushButton->setFont(font1);
|
||||
pushButton->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/dialog/bottomButton.png);\n"
|
||||
"color:white;"));
|
||||
label_2 = new QLabel(groupBox);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(200, 200, 421, 71));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(20);
|
||||
label_2->setFont(font2);
|
||||
label_2->setStyleSheet(QString::fromUtf8("color:#333333;"));
|
||||
label_2->setAlignment(Qt::AlignCenter);
|
||||
label_3 = new QLabel(groupBox);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
label_3->setGeometry(QRect(160, 280, 511, 61));
|
||||
label_3->setFont(font);
|
||||
label_3->setStyleSheet(QString::fromUtf8("color: rgba(0,0,0,0.45);"));
|
||||
label_3->setAlignment(Qt::AlignCenter);
|
||||
|
||||
retranslateUi(FesBoxTipsDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(FesBoxTipsDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *FesBoxTipsDialog)
|
||||
{
|
||||
FesBoxTipsDialog->setWindowTitle(QCoreApplication::translate("FesBoxTipsDialog", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("FesBoxTipsDialog", "\346\217\220\347\244\272", nullptr));
|
||||
pushButton->setText(QCoreApplication::translate("FesBoxTipsDialog", "\347\241\256\350\256\244", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("FesBoxTipsDialog", "\347\224\265\345\210\272\346\277\200\347\233\222\346\234\252\345\220\257\347\224\250", nullptr));
|
||||
label_3->setText(QCoreApplication::translate("FesBoxTipsDialog", "\345\234\250\342\200\234\350\256\276\347\275\256-\347\263\273\347\273\237\350\256\276\347\275\256\342\200\235\344\270\255\345\220\257\347\224\250\347\224\265\345\210\272\346\277\200\347\233\222", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class FesBoxTipsDialog: public Ui_FesBoxTipsDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_FESBOXTIPSDIALOG_H
|
||||
146
ZBD_IIIDL_S_Project/build20241115/UI/ui_fescontroldialog.h
Normal file
146
ZBD_IIIDL_S_Project/build20241115/UI/ui_fescontroldialog.h
Normal file
@@ -0,0 +1,146 @@
|
||||
/********************************************************************************
|
||||
** 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 <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QComboBox>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QListWidget>
|
||||
#include <QtWidgets/QPushButton>
|
||||
|
||||
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
|
||||
90
ZBD_IIIDL_S_Project/build20241115/UI/ui_fesparambtn.h
Normal file
90
ZBD_IIIDL_S_Project/build20241115/UI/ui_fesparambtn.h
Normal file
@@ -0,0 +1,90 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'fesparambtn.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_FESPARAMBTN_H
|
||||
#define UI_FESPARAMBTN_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_FesParamBtn
|
||||
{
|
||||
public:
|
||||
QLabel *title_Label;
|
||||
QLabel *data_Label;
|
||||
QLabel *unit_Label;
|
||||
QGroupBox *groupBox;
|
||||
|
||||
void setupUi(QWidget *FesParamBtn)
|
||||
{
|
||||
if (FesParamBtn->objectName().isEmpty())
|
||||
FesParamBtn->setObjectName(QString::fromUtf8("FesParamBtn"));
|
||||
FesParamBtn->resize(250, 170);
|
||||
title_Label = new QLabel(FesParamBtn);
|
||||
title_Label->setObjectName(QString::fromUtf8("title_Label"));
|
||||
title_Label->setGeometry(QRect(30, 23, 181, 61));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(18);
|
||||
title_Label->setFont(font);
|
||||
title_Label->setAlignment(Qt::AlignCenter);
|
||||
title_Label->setWordWrap(true);
|
||||
data_Label = new QLabel(FesParamBtn);
|
||||
data_Label->setObjectName(QString::fromUtf8("data_Label"));
|
||||
data_Label->setGeometry(QRect(80, 90, 81, 70));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(30);
|
||||
font1.setBold(true);
|
||||
data_Label->setFont(font1);
|
||||
data_Label->setAlignment(Qt::AlignCenter);
|
||||
unit_Label = new QLabel(FesParamBtn);
|
||||
unit_Label->setObjectName(QString::fromUtf8("unit_Label"));
|
||||
unit_Label->setGeometry(QRect(160, 120, 91, 31));
|
||||
QFont font2;
|
||||
font2.setPointSize(15);
|
||||
font2.setBold(true);
|
||||
unit_Label->setFont(font2);
|
||||
groupBox = new QGroupBox(FesParamBtn);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(0, 0, 250, 170));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #E4F4FC;\n"
|
||||
"border-radius: 6px;}"));
|
||||
groupBox->raise();
|
||||
title_Label->raise();
|
||||
data_Label->raise();
|
||||
unit_Label->raise();
|
||||
|
||||
retranslateUi(FesParamBtn);
|
||||
|
||||
QMetaObject::connectSlotsByName(FesParamBtn);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *FesParamBtn)
|
||||
{
|
||||
FesParamBtn->setWindowTitle(QCoreApplication::translate("FesParamBtn", "Form", nullptr));
|
||||
title_Label->setText(QString());
|
||||
data_Label->setText(QCoreApplication::translate("FesParamBtn", "5", nullptr));
|
||||
unit_Label->setText(QString());
|
||||
groupBox->setTitle(QString());
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class FesParamBtn: public Ui_FesParamBtn {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_FESPARAMBTN_H
|
||||
234
ZBD_IIIDL_S_Project/build20241115/UI/ui_fessetting.h
Normal file
234
ZBD_IIIDL_S_Project/build20241115/UI/ui_fessetting.h
Normal file
@@ -0,0 +1,234 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'fessetting.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_FESSETTING_H
|
||||
#define UI_FESSETTING_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QStackedWidget>
|
||||
#include <QtWidgets/QWidget>
|
||||
#include "fesparambtn.h"
|
||||
#include "musclebutton.h"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_FesSetting
|
||||
{
|
||||
public:
|
||||
QPushButton *FESA_Btn;
|
||||
QPushButton *FESB_Btn;
|
||||
FesParamBtn *trainTime_Widget;
|
||||
FesParamBtn *frequent_Widget;
|
||||
FesParamBtn *upTime_Widget;
|
||||
FesParamBtn *openTime_Widget;
|
||||
FesParamBtn *downTime_Widget;
|
||||
FesParamBtn *closeTime_Widget;
|
||||
QPushButton *OK_Btn;
|
||||
QStackedWidget *stackedWidget;
|
||||
QWidget *ABox_Page;
|
||||
QGroupBox *groupBox_7;
|
||||
MuscleButton *channelA1_Widget;
|
||||
MuscleButton *channelA5_Widget;
|
||||
MuscleButton *channelA2_Widget;
|
||||
MuscleButton *channelA6_Widget;
|
||||
MuscleButton *channelA7_Widget;
|
||||
MuscleButton *channelA3_Widget;
|
||||
MuscleButton *channelA4_Widget;
|
||||
MuscleButton *channelA8_Widget;
|
||||
QWidget *BBox_Page;
|
||||
QGroupBox *groupBox_8;
|
||||
MuscleButton *channelB1_Widget;
|
||||
MuscleButton *channelB5_Widget;
|
||||
MuscleButton *channelB2_Widget;
|
||||
MuscleButton *channelB6_Widget;
|
||||
MuscleButton *channelB7_Widget;
|
||||
MuscleButton *channelB3_Widget;
|
||||
MuscleButton *channelB4_Widget;
|
||||
MuscleButton *channelB8_Widget;
|
||||
QGroupBox *groupBox;
|
||||
FesParamBtn *plus_Widget;
|
||||
|
||||
void setupUi(QWidget *FesSetting)
|
||||
{
|
||||
if (FesSetting->objectName().isEmpty())
|
||||
FesSetting->setObjectName(QString::fromUtf8("FesSetting"));
|
||||
FesSetting->resize(1920, 980);
|
||||
FesSetting->setStyleSheet(QString::fromUtf8("#FesSetting{background: #FFFFFF;}"));
|
||||
FESA_Btn = new QPushButton(FesSetting);
|
||||
FESA_Btn->setObjectName(QString::fromUtf8("FESA_Btn"));
|
||||
FESA_Btn->setGeometry(QRect(50, 230, 180, 60));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
FESA_Btn->setFont(font);
|
||||
FESA_Btn->setStyleSheet(QString::fromUtf8("#FESA_Btn{background: #EFEFEF;\n"
|
||||
"border-radius: 4px 4px 0px 0px;}\n"
|
||||
"#FESA_Btn:checked{background: #0D9DDB;\n"
|
||||
"border-radius: 4px 4px 0px 0px;\n"
|
||||
"color:white;}"));
|
||||
FESA_Btn->setCheckable(true);
|
||||
FESA_Btn->setChecked(true);
|
||||
FESB_Btn = new QPushButton(FesSetting);
|
||||
FESB_Btn->setObjectName(QString::fromUtf8("FESB_Btn"));
|
||||
FESB_Btn->setGeometry(QRect(240, 230, 180, 60));
|
||||
FESB_Btn->setFont(font);
|
||||
FESB_Btn->setStyleSheet(QString::fromUtf8("#FESB_Btn{background: #EFEFEF;\n"
|
||||
"border-radius: 4px 4px 0px 0px;}\n"
|
||||
"#FESB_Btn:checked{background: #0D9DDB;\n"
|
||||
"border-radius: 4px 4px 0px 0px;\n"
|
||||
"color:white;}"));
|
||||
FESB_Btn->setCheckable(true);
|
||||
trainTime_Widget = new FesParamBtn(FesSetting);
|
||||
trainTime_Widget->setObjectName(QString::fromUtf8("trainTime_Widget"));
|
||||
trainTime_Widget->setGeometry(QRect(80, 30, 250, 170));
|
||||
trainTime_Widget->setStyleSheet(QString::fromUtf8("QWidget{background: #E4F4FC;}"));
|
||||
frequent_Widget = new FesParamBtn(FesSetting);
|
||||
frequent_Widget->setObjectName(QString::fromUtf8("frequent_Widget"));
|
||||
frequent_Widget->setGeometry(QRect(380, 30, 250, 170));
|
||||
frequent_Widget->setStyleSheet(QString::fromUtf8("QWidget{background: #E4F4FC;}"));
|
||||
upTime_Widget = new FesParamBtn(FesSetting);
|
||||
upTime_Widget->setObjectName(QString::fromUtf8("upTime_Widget"));
|
||||
upTime_Widget->setGeometry(QRect(683, 30, 250, 170));
|
||||
upTime_Widget->setStyleSheet(QString::fromUtf8("QWidget{background: #E4F4FC;}"));
|
||||
openTime_Widget = new FesParamBtn(FesSetting);
|
||||
openTime_Widget->setObjectName(QString::fromUtf8("openTime_Widget"));
|
||||
openTime_Widget->setGeometry(QRect(1286, 30, 250, 170));
|
||||
openTime_Widget->setStyleSheet(QString::fromUtf8("QWidget{background: #E4F4FC;}"));
|
||||
downTime_Widget = new FesParamBtn(FesSetting);
|
||||
downTime_Widget->setObjectName(QString::fromUtf8("downTime_Widget"));
|
||||
downTime_Widget->setGeometry(QRect(985, 30, 250, 170));
|
||||
downTime_Widget->setStyleSheet(QString::fromUtf8("QWidget{background: #E4F4FC;}"));
|
||||
closeTime_Widget = new FesParamBtn(FesSetting);
|
||||
closeTime_Widget->setObjectName(QString::fromUtf8("closeTime_Widget"));
|
||||
closeTime_Widget->setGeometry(QRect(1588, 30, 250, 170));
|
||||
closeTime_Widget->setStyleSheet(QString::fromUtf8("QWidget{background: #E4F4FC;}"));
|
||||
OK_Btn = new QPushButton(FesSetting);
|
||||
OK_Btn->setObjectName(QString::fromUtf8("OK_Btn"));
|
||||
OK_Btn->setGeometry(QRect(1710, 860, 160, 70));
|
||||
OK_Btn->setFont(font);
|
||||
OK_Btn->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n"
|
||||
"border-radius: 4px;\n"
|
||||
"color:white;"));
|
||||
stackedWidget = new QStackedWidget(FesSetting);
|
||||
stackedWidget->setObjectName(QString::fromUtf8("stackedWidget"));
|
||||
stackedWidget->setGeometry(QRect(50, 290, 1820, 532));
|
||||
ABox_Page = new QWidget();
|
||||
ABox_Page->setObjectName(QString::fromUtf8("ABox_Page"));
|
||||
groupBox_7 = new QGroupBox(ABox_Page);
|
||||
groupBox_7->setObjectName(QString::fromUtf8("groupBox_7"));
|
||||
groupBox_7->setGeometry(QRect(1, 0, 1818, 530));
|
||||
groupBox_7->setStyleSheet(QString::fromUtf8("#groupBox_7{background: #FFFFFF;border-radius: 2px 2px 2px 2px;\n"
|
||||
"border: 1px solid #05A6EC;}"));
|
||||
channelA1_Widget = new MuscleButton(groupBox_7);
|
||||
channelA1_Widget->setObjectName(QString::fromUtf8("channelA1_Widget"));
|
||||
channelA1_Widget->setGeometry(QRect(30, 30, 425, 225));
|
||||
channelA5_Widget = new MuscleButton(groupBox_7);
|
||||
channelA5_Widget->setObjectName(QString::fromUtf8("channelA5_Widget"));
|
||||
channelA5_Widget->setGeometry(QRect(30, 275, 425, 225));
|
||||
channelA2_Widget = new MuscleButton(groupBox_7);
|
||||
channelA2_Widget->setObjectName(QString::fromUtf8("channelA2_Widget"));
|
||||
channelA2_Widget->setGeometry(QRect(475, 30, 425, 225));
|
||||
channelA6_Widget = new MuscleButton(groupBox_7);
|
||||
channelA6_Widget->setObjectName(QString::fromUtf8("channelA6_Widget"));
|
||||
channelA6_Widget->setGeometry(QRect(475, 275, 425, 225));
|
||||
channelA7_Widget = new MuscleButton(groupBox_7);
|
||||
channelA7_Widget->setObjectName(QString::fromUtf8("channelA7_Widget"));
|
||||
channelA7_Widget->setGeometry(QRect(920, 275, 425, 225));
|
||||
channelA3_Widget = new MuscleButton(groupBox_7);
|
||||
channelA3_Widget->setObjectName(QString::fromUtf8("channelA3_Widget"));
|
||||
channelA3_Widget->setGeometry(QRect(920, 30, 425, 225));
|
||||
channelA4_Widget = new MuscleButton(groupBox_7);
|
||||
channelA4_Widget->setObjectName(QString::fromUtf8("channelA4_Widget"));
|
||||
channelA4_Widget->setGeometry(QRect(1365, 30, 425, 225));
|
||||
channelA8_Widget = new MuscleButton(groupBox_7);
|
||||
channelA8_Widget->setObjectName(QString::fromUtf8("channelA8_Widget"));
|
||||
channelA8_Widget->setGeometry(QRect(1365, 275, 425, 225));
|
||||
stackedWidget->addWidget(ABox_Page);
|
||||
BBox_Page = new QWidget();
|
||||
BBox_Page->setObjectName(QString::fromUtf8("BBox_Page"));
|
||||
groupBox_8 = new QGroupBox(BBox_Page);
|
||||
groupBox_8->setObjectName(QString::fromUtf8("groupBox_8"));
|
||||
groupBox_8->setGeometry(QRect(1, 1, 1818, 530));
|
||||
groupBox_8->setStyleSheet(QString::fromUtf8("#groupBox_8{background: #FFFFFF;border-radius: 2px 2px 2px 2px;\n"
|
||||
"border: 1px solid #05A6EC;}"));
|
||||
channelB1_Widget = new MuscleButton(groupBox_8);
|
||||
channelB1_Widget->setObjectName(QString::fromUtf8("channelB1_Widget"));
|
||||
channelB1_Widget->setGeometry(QRect(30, 30, 425, 225));
|
||||
channelB5_Widget = new MuscleButton(groupBox_8);
|
||||
channelB5_Widget->setObjectName(QString::fromUtf8("channelB5_Widget"));
|
||||
channelB5_Widget->setGeometry(QRect(30, 275, 425, 225));
|
||||
channelB2_Widget = new MuscleButton(groupBox_8);
|
||||
channelB2_Widget->setObjectName(QString::fromUtf8("channelB2_Widget"));
|
||||
channelB2_Widget->setGeometry(QRect(475, 30, 425, 225));
|
||||
channelB6_Widget = new MuscleButton(groupBox_8);
|
||||
channelB6_Widget->setObjectName(QString::fromUtf8("channelB6_Widget"));
|
||||
channelB6_Widget->setGeometry(QRect(475, 275, 425, 225));
|
||||
channelB7_Widget = new MuscleButton(groupBox_8);
|
||||
channelB7_Widget->setObjectName(QString::fromUtf8("channelB7_Widget"));
|
||||
channelB7_Widget->setGeometry(QRect(920, 275, 425, 225));
|
||||
channelB3_Widget = new MuscleButton(groupBox_8);
|
||||
channelB3_Widget->setObjectName(QString::fromUtf8("channelB3_Widget"));
|
||||
channelB3_Widget->setGeometry(QRect(920, 30, 425, 225));
|
||||
channelB4_Widget = new MuscleButton(groupBox_8);
|
||||
channelB4_Widget->setObjectName(QString::fromUtf8("channelB4_Widget"));
|
||||
channelB4_Widget->setGeometry(QRect(1365, 30, 425, 225));
|
||||
channelB8_Widget = new MuscleButton(groupBox_8);
|
||||
channelB8_Widget->setObjectName(QString::fromUtf8("channelB8_Widget"));
|
||||
channelB8_Widget->setGeometry(QRect(1365, 275, 425, 225));
|
||||
stackedWidget->addWidget(BBox_Page);
|
||||
groupBox = new QGroupBox(FesSetting);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(0, 0, 1920, 980));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background:white;}"));
|
||||
plus_Widget = new FesParamBtn(groupBox);
|
||||
plus_Widget->setObjectName(QString::fromUtf8("plus_Widget"));
|
||||
plus_Widget->setGeometry(QRect(80, 30, 250, 170));
|
||||
plus_Widget->setStyleSheet(QString::fromUtf8("QWidget{background: #E4F4FC;}"));
|
||||
groupBox->raise();
|
||||
stackedWidget->raise();
|
||||
FESA_Btn->raise();
|
||||
FESB_Btn->raise();
|
||||
trainTime_Widget->raise();
|
||||
frequent_Widget->raise();
|
||||
upTime_Widget->raise();
|
||||
openTime_Widget->raise();
|
||||
downTime_Widget->raise();
|
||||
closeTime_Widget->raise();
|
||||
OK_Btn->raise();
|
||||
|
||||
retranslateUi(FesSetting);
|
||||
|
||||
stackedWidget->setCurrentIndex(1);
|
||||
|
||||
|
||||
QMetaObject::connectSlotsByName(FesSetting);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *FesSetting)
|
||||
{
|
||||
FesSetting->setWindowTitle(QCoreApplication::translate("FesSetting", "Form", nullptr));
|
||||
FESA_Btn->setText(QCoreApplication::translate("FesSetting", "A\345\210\272\346\277\200\347\233\222", nullptr));
|
||||
FESB_Btn->setText(QCoreApplication::translate("FesSetting", "B\345\210\272\346\277\200\347\233\222", nullptr));
|
||||
OK_Btn->setText(QCoreApplication::translate("FesSetting", "\345\274\200\345\247\213", nullptr));
|
||||
groupBox_7->setTitle(QString());
|
||||
groupBox_8->setTitle(QString());
|
||||
groupBox->setTitle(QString());
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class FesSetting: public Ui_FesSetting {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_FESSETTING_H
|
||||
97
ZBD_IIIDL_S_Project/build20241115/UI/ui_festipsdialog.h
Normal file
97
ZBD_IIIDL_S_Project/build20241115/UI/ui_festipsdialog.h
Normal file
@@ -0,0 +1,97 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'festipsdialog.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_FESTIPSDIALOG_H
|
||||
#define UI_FESTIPSDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_FesTipsDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QLabel *label;
|
||||
QLabel *label_2;
|
||||
QLabel *userMessage_Label;
|
||||
QPushButton *confirm_Btn;
|
||||
|
||||
void setupUi(QDialog *FesTipsDialog)
|
||||
{
|
||||
if (FesTipsDialog->objectName().isEmpty())
|
||||
FesTipsDialog->setObjectName(QString::fromUtf8("FesTipsDialog"));
|
||||
FesTipsDialog->resize(1920, 1080);
|
||||
groupBox = new QGroupBox(FesTipsDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(710, 340, 500, 400));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||||
"border-radius: 32px;}"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(0, 0, 501, 71));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
label->setFont(font);
|
||||
label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/dialog.png);"));
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
label_2 = new QLabel(groupBox);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(100, 130, 301, 71));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(18);
|
||||
font1.setBold(true);
|
||||
label_2->setFont(font1);
|
||||
label_2->setAlignment(Qt::AlignCenter);
|
||||
userMessage_Label = new QLabel(groupBox);
|
||||
userMessage_Label->setObjectName(QString::fromUtf8("userMessage_Label"));
|
||||
userMessage_Label->setGeometry(QRect(60, 210, 371, 31));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(12);
|
||||
userMessage_Label->setFont(font2);
|
||||
userMessage_Label->setAlignment(Qt::AlignCenter);
|
||||
confirm_Btn = new QPushButton(groupBox);
|
||||
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||||
confirm_Btn->setGeometry(QRect(186, 300, 120, 45));
|
||||
confirm_Btn->setFont(font2);
|
||||
confirm_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
|
||||
retranslateUi(FesTipsDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(FesTipsDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *FesTipsDialog)
|
||||
{
|
||||
FesTipsDialog->setWindowTitle(QCoreApplication::translate("FesTipsDialog", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("FesTipsDialog", "\346\217\220\347\244\272", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("FesTipsDialog", "\350\257\267\346\243\200\346\237\245\346\236\201\347\211\207\350\204\261\350\220\275", nullptr));
|
||||
userMessage_Label->setText(QCoreApplication::translate("FesTipsDialog", "\350\257\267\350\264\264\345\245\275\347\273\247\347\273\255", nullptr));
|
||||
confirm_Btn->setText(QCoreApplication::translate("FesTipsDialog", "\347\241\256\350\256\244", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class FesTipsDialog: public Ui_FesTipsDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_FESTIPSDIALOG_H
|
||||
138
ZBD_IIIDL_S_Project/build20241115/UI/ui_festotalparamdialog.h
Normal file
138
ZBD_IIIDL_S_Project/build20241115/UI/ui_festotalparamdialog.h
Normal file
@@ -0,0 +1,138 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'festotalparamdialog.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_FESTOTALPARAMDIALOG_H
|
||||
#define UI_FESTOTALPARAMDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QSlider>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_FesTotalParamDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QSlider *slider;
|
||||
QLabel *title_Label;
|
||||
QPushButton *confirm_Btn;
|
||||
QPushButton *cancel_Btn;
|
||||
QGroupBox *groupBox_2;
|
||||
QPushButton *plus_Btn;
|
||||
QPushButton *minus_Btn;
|
||||
QLabel *value_Label;
|
||||
QLabel *unit_Label;
|
||||
|
||||
void setupUi(QDialog *FesTotalParamDialog)
|
||||
{
|
||||
if (FesTotalParamDialog->objectName().isEmpty())
|
||||
FesTotalParamDialog->setObjectName(QString::fromUtf8("FesTotalParamDialog"));
|
||||
FesTotalParamDialog->resize(1920, 1080);
|
||||
groupBox = new QGroupBox(FesTotalParamDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(558, 240, 804, 598));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||||
"border-radius: 32px;}"));
|
||||
slider = new QSlider(groupBox);
|
||||
slider->setObjectName(QString::fromUtf8("slider"));
|
||||
slider->setGeometry(QRect(220, 340, 400, 43));
|
||||
slider->setStyleSheet(QString::fromUtf8(""));
|
||||
slider->setOrientation(Qt::Horizontal);
|
||||
title_Label = new QLabel(groupBox);
|
||||
title_Label->setObjectName(QString::fromUtf8("title_Label"));
|
||||
title_Label->setGeometry(QRect(0, 0, 804, 64));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
title_Label->setFont(font);
|
||||
title_Label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/dialog.png);"));
|
||||
title_Label->setAlignment(Qt::AlignCenter);
|
||||
confirm_Btn = new QPushButton(groupBox);
|
||||
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||||
confirm_Btn->setGeometry(QRect(455, 513, 120, 45));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(12);
|
||||
confirm_Btn->setFont(font1);
|
||||
confirm_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
cancel_Btn = new QPushButton(groupBox);
|
||||
cancel_Btn->setObjectName(QString::fromUtf8("cancel_Btn"));
|
||||
cancel_Btn->setGeometry(QRect(235, 513, 120, 45));
|
||||
cancel_Btn->setFont(font1);
|
||||
cancel_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
groupBox_2 = new QGroupBox(groupBox);
|
||||
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
||||
groupBox_2->setGeometry(QRect(240, 205, 360, 60));
|
||||
groupBox_2->setStyleSheet(QString::fromUtf8("#groupBox_2{background: #FFFFFF;\n"
|
||||
"border: 1px solid #05A6EC;}"));
|
||||
plus_Btn = new QPushButton(groupBox_2);
|
||||
plus_Btn->setObjectName(QString::fromUtf8("plus_Btn"));
|
||||
plus_Btn->setGeometry(QRect(299, 1, 60, 58));
|
||||
plus_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/plus.png);"));
|
||||
plus_Btn->setAutoRepeat(true);
|
||||
plus_Btn->setAutoRepeatInterval(50);
|
||||
minus_Btn = new QPushButton(groupBox_2);
|
||||
minus_Btn->setObjectName(QString::fromUtf8("minus_Btn"));
|
||||
minus_Btn->setGeometry(QRect(1, 1, 60, 58));
|
||||
minus_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/minus.png);"));
|
||||
minus_Btn->setAutoRepeat(true);
|
||||
minus_Btn->setAutoRepeatInterval(50);
|
||||
value_Label = new QLabel(groupBox_2);
|
||||
value_Label->setObjectName(QString::fromUtf8("value_Label"));
|
||||
value_Label->setGeometry(QRect(60, 3, 131, 51));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(20);
|
||||
value_Label->setFont(font2);
|
||||
value_Label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
unit_Label = new QLabel(groupBox_2);
|
||||
unit_Label->setObjectName(QString::fromUtf8("unit_Label"));
|
||||
unit_Label->setGeometry(QRect(200, 4, 91, 51));
|
||||
QFont font3;
|
||||
font3.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font3.setPointSize(18);
|
||||
unit_Label->setFont(font3);
|
||||
unit_Label->setAlignment(Qt::AlignCenter);
|
||||
|
||||
retranslateUi(FesTotalParamDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(FesTotalParamDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *FesTotalParamDialog)
|
||||
{
|
||||
FesTotalParamDialog->setWindowTitle(QCoreApplication::translate("FesTotalParamDialog", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
title_Label->setText(QString());
|
||||
confirm_Btn->setText(QCoreApplication::translate("FesTotalParamDialog", "\347\241\256\350\256\244", nullptr));
|
||||
cancel_Btn->setText(QCoreApplication::translate("FesTotalParamDialog", "\345\217\226\346\266\210", nullptr));
|
||||
groupBox_2->setTitle(QString());
|
||||
plus_Btn->setText(QString());
|
||||
minus_Btn->setText(QString());
|
||||
value_Label->setText(QCoreApplication::translate("FesTotalParamDialog", "100", nullptr));
|
||||
unit_Label->setText(QCoreApplication::translate("FesTotalParamDialog", "mA", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class FesTotalParamDialog: public Ui_FesTotalParamDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_FESTOTALPARAMDIALOG_H
|
||||
46
ZBD_IIIDL_S_Project/build20241115/UI/ui_gamecontainer.h
Normal file
46
ZBD_IIIDL_S_Project/build20241115/UI/ui_gamecontainer.h
Normal file
@@ -0,0 +1,46 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'gamecontainer.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_GAMECONTAINER_H
|
||||
#define UI_GAMECONTAINER_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_GameContainer
|
||||
{
|
||||
public:
|
||||
|
||||
void setupUi(QWidget *GameContainer)
|
||||
{
|
||||
if (GameContainer->objectName().isEmpty())
|
||||
GameContainer->setObjectName(QString::fromUtf8("GameContainer"));
|
||||
GameContainer->resize(800, 600);
|
||||
|
||||
retranslateUi(GameContainer);
|
||||
|
||||
QMetaObject::connectSlotsByName(GameContainer);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *GameContainer)
|
||||
{
|
||||
GameContainer->setWindowTitle(QCoreApplication::translate("GameContainer", "Form", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class GameContainer: public Ui_GameContainer {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_GAMECONTAINER_H
|
||||
1253
ZBD_IIIDL_S_Project/build20241115/UI/ui_gamedisplaypage.h
Normal file
1253
ZBD_IIIDL_S_Project/build20241115/UI/ui_gamedisplaypage.h
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,170 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'horizontaltoverticaldialog.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_HORIZONTALTOVERTICALDIALOG_H
|
||||
#define UI_HORIZONTALTOVERTICALDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_HorizontalToVerticalDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QGroupBox *groupBox_2;
|
||||
QLabel *tip_label;
|
||||
QLabel *label;
|
||||
QPushButton *confirm_Btn;
|
||||
QPushButton *cancel_Btn;
|
||||
QLabel *leftText_label;
|
||||
QLabel *rightText_label;
|
||||
QLabel *middleText_label;
|
||||
QLabel *English1_label;
|
||||
QLabel *english2_label;
|
||||
|
||||
void setupUi(QDialog *HorizontalToVerticalDialog)
|
||||
{
|
||||
if (HorizontalToVerticalDialog->objectName().isEmpty())
|
||||
HorizontalToVerticalDialog->setObjectName(QString::fromUtf8("HorizontalToVerticalDialog"));
|
||||
HorizontalToVerticalDialog->resize(1920, 1080);
|
||||
groupBox = new QGroupBox(HorizontalToVerticalDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(558, 240, 804, 598));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||||
"border-radius: 8px;}"));
|
||||
groupBox_2 = new QGroupBox(groupBox);
|
||||
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
||||
groupBox_2->setGeometry(QRect(0, 0, 804, 64));
|
||||
groupBox_2->setStyleSheet(QString::fromUtf8("background: #DDECFC;\n"
|
||||
"border-top-left-radius: 8px;\n"
|
||||
"border-top-right-radius:8px"));
|
||||
tip_label = new QLabel(groupBox_2);
|
||||
tip_label->setObjectName(QString::fromUtf8("tip_label"));
|
||||
tip_label->setGeometry(QRect(350, 10, 91, 41));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setBold(false);
|
||||
tip_label->setFont(font);
|
||||
tip_label->setStyleSheet(QString::fromUtf8("width: 44px;\n"
|
||||
"height: 22px;\n"
|
||||
"font-size: 22px;\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #333333;\n"
|
||||
"line-height: 33px;"));
|
||||
tip_label->setAlignment(Qt::AlignCenter);
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(200, 100, 396, 271));
|
||||
label->setStyleSheet(QString::fromUtf8("background-image: url(:/DependFile/Source/trainDisplayPage/horizontalToVertical.png);"));
|
||||
confirm_Btn = new QPushButton(groupBox);
|
||||
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||||
confirm_Btn->setGeometry(QRect(404, 540, 401, 61));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(15);
|
||||
confirm_Btn->setFont(font1);
|
||||
confirm_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/rightBtn.png);\n"
|
||||
"color:white;"));
|
||||
cancel_Btn = new QPushButton(groupBox);
|
||||
cancel_Btn->setObjectName(QString::fromUtf8("cancel_Btn"));
|
||||
cancel_Btn->setGeometry(QRect(0, 540, 401, 61));
|
||||
cancel_Btn->setFont(font1);
|
||||
cancel_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/leftBtn.png);\n"
|
||||
"color:white;"));
|
||||
leftText_label = new QLabel(groupBox);
|
||||
leftText_label->setObjectName(QString::fromUtf8("leftText_label"));
|
||||
leftText_label->setGeometry(QRect(40, 420, 341, 51));
|
||||
leftText_label->setStyleSheet(QString::fromUtf8("width: 308px;\n"
|
||||
"height: 28px;\n"
|
||||
"font-size: 28px;\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #8C8C8C;\n"
|
||||
"line-height: 42px;"));
|
||||
leftText_label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
rightText_label = new QLabel(groupBox);
|
||||
rightText_label->setObjectName(QString::fromUtf8("rightText_label"));
|
||||
rightText_label->setGeometry(QRect(450, 420, 341, 51));
|
||||
rightText_label->setStyleSheet(QString::fromUtf8("width: 308px;\n"
|
||||
"height: 28px;\n"
|
||||
"font-size: 28px;\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #8C8C8C;\n"
|
||||
"line-height: 42px;"));
|
||||
rightText_label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
middleText_label = new QLabel(groupBox);
|
||||
middleText_label->setObjectName(QString::fromUtf8("middleText_label"));
|
||||
middleText_label->setGeometry(QRect(380, 420, 61, 51));
|
||||
middleText_label->setStyleSheet(QString::fromUtf8("width: 308px;\n"
|
||||
"height: 28px;\n"
|
||||
"font-size: 28px;\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"\n"
|
||||
"color: #0D9DDB;\n"
|
||||
"line-height: 42px;"));
|
||||
middleText_label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
English1_label = new QLabel(groupBox);
|
||||
English1_label->setObjectName(QString::fromUtf8("English1_label"));
|
||||
English1_label->setGeometry(QRect(80, 460, 621, 41));
|
||||
English1_label->setStyleSheet(QString::fromUtf8("width: 308px;\n"
|
||||
"height: 28px;\n"
|
||||
"font-size: 28px;\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #8C8C8C;\n"
|
||||
"line-height: 42px;"));
|
||||
english2_label = new QLabel(groupBox);
|
||||
english2_label->setObjectName(QString::fromUtf8("english2_label"));
|
||||
english2_label->setGeometry(QRect(100, 490, 601, 41));
|
||||
english2_label->setStyleSheet(QString::fromUtf8("width: 308px;\n"
|
||||
"height: 28px;\n"
|
||||
"font-size: 28px;\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #8C8C8C;\n"
|
||||
"line-height: 42px;"));
|
||||
|
||||
retranslateUi(HorizontalToVerticalDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(HorizontalToVerticalDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *HorizontalToVerticalDialog)
|
||||
{
|
||||
HorizontalToVerticalDialog->setWindowTitle(QCoreApplication::translate("HorizontalToVerticalDialog", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
groupBox_2->setTitle(QString());
|
||||
tip_label->setText(QCoreApplication::translate("HorizontalToVerticalDialog", "\346\217\220\347\244\272", nullptr));
|
||||
label->setText(QString());
|
||||
confirm_Btn->setText(QCoreApplication::translate("HorizontalToVerticalDialog", "\347\241\256\350\256\244", nullptr));
|
||||
cancel_Btn->setText(QCoreApplication::translate("HorizontalToVerticalDialog", "\345\217\226\346\266\210", nullptr));
|
||||
leftText_label->setText(QCoreApplication::translate("HorizontalToVerticalDialog", "\350\257\267\345\260\206\344\270\212\350\202\242\350\256\255\347\273\203\351\203\250\345\210\206\347\224\261\346\260\264\345\271\263", nullptr));
|
||||
rightText_label->setText(QCoreApplication::translate("HorizontalToVerticalDialog", "\346\227\213\350\275\254\350\207\263\345\236\202\347\233\264\350\277\233\350\241\214\350\256\255\347\273\203", nullptr));
|
||||
middleText_label->setText(QCoreApplication::translate("HorizontalToVerticalDialog", "\351\200\206\345\220\221", nullptr));
|
||||
English1_label->setText(QCoreApplication::translate("HorizontalToVerticalDialog", "Please rotate the upper limb training part", nullptr));
|
||||
english2_label->setText(QCoreApplication::translate("HorizontalToVerticalDialog", "from horizontal to vertical for training", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class HorizontalToVerticalDialog: public Ui_HorizontalToVerticalDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_HORIZONTALTOVERTICALDIALOG_H
|
||||
225
ZBD_IIIDL_S_Project/build20241115/UI/ui_loginwidget.h
Normal file
225
ZBD_IIIDL_S_Project/build20241115/UI/ui_loginwidget.h
Normal file
@@ -0,0 +1,225 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'loginwidget.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_LOGINWIDGET_H
|
||||
#define UI_LOGINWIDGET_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QLineEdit>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QRadioButton>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_LoginWidget
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QGroupBox *groupBox_2;
|
||||
QPushButton *confirm_Btn;
|
||||
QLabel *passwordTips_Label;
|
||||
QRadioButton *remember_RadioButton;
|
||||
QPushButton *forgetPassword_Btn;
|
||||
QLabel *label;
|
||||
QLabel *userNameTips_Label;
|
||||
QGroupBox *groupBox_3;
|
||||
QLineEdit *userName_LineEdit;
|
||||
QGroupBox *groupBox_4;
|
||||
QLineEdit *password_LineEdit;
|
||||
QLabel *forgetPasswordTips_Label;
|
||||
QGroupBox *groupBox_5;
|
||||
QLabel *productionName_Label;
|
||||
QLabel *label_2;
|
||||
QLabel *company_Label_2_invalid;
|
||||
QPushButton *company_Label;
|
||||
QGroupBox *groupBox_6;
|
||||
QPushButton *pushButton;
|
||||
|
||||
void setupUi(QWidget *LoginWidget)
|
||||
{
|
||||
if (LoginWidget->objectName().isEmpty())
|
||||
LoginWidget->setObjectName(QString::fromUtf8("LoginWidget"));
|
||||
LoginWidget->resize(1920, 1080);
|
||||
LoginWidget->setStyleSheet(QString::fromUtf8(""));
|
||||
groupBox = new QGroupBox(LoginWidget);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(110, 110, 1700, 860));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #F7F7F7;\n"
|
||||
"border-radius: 20px;\n"
|
||||
"}"));
|
||||
groupBox_2 = new QGroupBox(groupBox);
|
||||
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
||||
groupBox_2->setGeometry(QRect(810, 0, 850, 1020));
|
||||
groupBox_2->setStyleSheet(QString::fromUtf8("#groupBox_2{background:#F7F7F7;\n"
|
||||
"border-radius: 20px;}"));
|
||||
confirm_Btn = new QPushButton(groupBox_2);
|
||||
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||||
confirm_Btn->setGeometry(QRect(95, 650, 670, 100));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(25);
|
||||
confirm_Btn->setFont(font);
|
||||
confirm_Btn->setStyleSheet(QString::fromUtf8("background: #07A8E7;\n"
|
||||
"border-radius: 45px;\n"
|
||||
"color:white;"));
|
||||
passwordTips_Label = new QLabel(groupBox_2);
|
||||
passwordTips_Label->setObjectName(QString::fromUtf8("passwordTips_Label"));
|
||||
passwordTips_Label->setGeometry(QRect(140, 470, 171, 40));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(12);
|
||||
passwordTips_Label->setFont(font1);
|
||||
passwordTips_Label->setStyleSheet(QString::fromUtf8("color:#F47E4B;"));
|
||||
remember_RadioButton = new QRadioButton(groupBox_2);
|
||||
remember_RadioButton->setObjectName(QString::fromUtf8("remember_RadioButton"));
|
||||
remember_RadioButton->setGeometry(QRect(480, 530, 391, 71));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(20);
|
||||
remember_RadioButton->setFont(font2);
|
||||
remember_RadioButton->setChecked(false);
|
||||
forgetPassword_Btn = new QPushButton(groupBox_2);
|
||||
forgetPassword_Btn->setObjectName(QString::fromUtf8("forgetPassword_Btn"));
|
||||
forgetPassword_Btn->setGeometry(QRect(100, 528, 301, 71));
|
||||
forgetPassword_Btn->setFont(font2);
|
||||
forgetPassword_Btn->setStyleSheet(QString::fromUtf8("border:none;"));
|
||||
label = new QLabel(groupBox_2);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(335, 110, 231, 71));
|
||||
QFont font3;
|
||||
font3.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font3.setPointSize(35);
|
||||
label->setFont(font3);
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
userNameTips_Label = new QLabel(groupBox_2);
|
||||
userNameTips_Label->setObjectName(QString::fromUtf8("userNameTips_Label"));
|
||||
userNameTips_Label->setGeometry(QRect(140, 320, 171, 40));
|
||||
userNameTips_Label->setFont(font1);
|
||||
userNameTips_Label->setStyleSheet(QString::fromUtf8("color:#F47E4B;"));
|
||||
groupBox_3 = new QGroupBox(groupBox_2);
|
||||
groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
|
||||
groupBox_3->setGeometry(QRect(95, 230, 670, 90));
|
||||
groupBox_3->setStyleSheet(QString::fromUtf8("#groupBox_3{border-radius: 45px;\n"
|
||||
"background:white;}"));
|
||||
userName_LineEdit = new QLineEdit(groupBox_3);
|
||||
userName_LineEdit->setObjectName(QString::fromUtf8("userName_LineEdit"));
|
||||
userName_LineEdit->setGeometry(QRect(90, 12, 501, 61));
|
||||
userName_LineEdit->setFont(font3);
|
||||
userName_LineEdit->setStyleSheet(QString::fromUtf8("border:none;"));
|
||||
groupBox_4 = new QGroupBox(groupBox_2);
|
||||
groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
|
||||
groupBox_4->setGeometry(QRect(95, 380, 670, 90));
|
||||
groupBox_4->setStyleSheet(QString::fromUtf8("#groupBox_4{border-radius: 45px;\n"
|
||||
"background:white;}"));
|
||||
password_LineEdit = new QLineEdit(groupBox_4);
|
||||
password_LineEdit->setObjectName(QString::fromUtf8("password_LineEdit"));
|
||||
password_LineEdit->setGeometry(QRect(70, 6, 561, 80));
|
||||
QFont font4;
|
||||
font4.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font4.setPointSize(28);
|
||||
password_LineEdit->setFont(font4);
|
||||
password_LineEdit->setStyleSheet(QString::fromUtf8("border:none;\n"
|
||||
"color:#999999 ;"));
|
||||
forgetPasswordTips_Label = new QLabel(groupBox_2);
|
||||
forgetPasswordTips_Label->setObjectName(QString::fromUtf8("forgetPasswordTips_Label"));
|
||||
forgetPasswordTips_Label->setGeometry(QRect(120, 600, 711, 40));
|
||||
forgetPasswordTips_Label->setFont(font1);
|
||||
forgetPasswordTips_Label->setStyleSheet(QString::fromUtf8("color:#F47E4B;"));
|
||||
groupBox_5 = new QGroupBox(groupBox);
|
||||
groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
|
||||
groupBox_5->setGeometry(QRect(0, 0, 810, 860));
|
||||
groupBox_5->setStyleSheet(QString::fromUtf8("#groupBox_5{\n"
|
||||
"background: #FFFFFF;\n"
|
||||
"border-radius: 20px;}"));
|
||||
productionName_Label = new QLabel(groupBox_5);
|
||||
productionName_Label->setObjectName(QString::fromUtf8("productionName_Label"));
|
||||
productionName_Label->setGeometry(QRect(89, 730, 621, 100));
|
||||
QFont font5;
|
||||
font5.setFamily(QString::fromUtf8("Arial"));
|
||||
font5.setPointSize(18);
|
||||
font5.setBold(true);
|
||||
font5.setWeight(75);
|
||||
productionName_Label->setFont(font5);
|
||||
productionName_Label->setAlignment(Qt::AlignCenter);
|
||||
productionName_Label->setWordWrap(true);
|
||||
label_2 = new QLabel(groupBox_5);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(230, 140, 401, 507));
|
||||
label_2->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/login/upDownLimp.png);"));
|
||||
company_Label_2_invalid = new QLabel(groupBox_5);
|
||||
company_Label_2_invalid->setObjectName(QString::fromUtf8("company_Label_2_invalid"));
|
||||
company_Label_2_invalid->setGeometry(QRect(30, 30, 230, 57));
|
||||
company_Label_2_invalid->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/login/company.png);"));
|
||||
company_Label = new QPushButton(groupBox_5);
|
||||
company_Label->setObjectName(QString::fromUtf8("company_Label"));
|
||||
company_Label->setGeometry(QRect(30, 30, 230, 57));
|
||||
company_Label->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);\n"
|
||||
"border:none;\n"
|
||||
"border-image: url(:/DependFile/Source/login/company.png);"));
|
||||
groupBox_5->raise();
|
||||
groupBox_2->raise();
|
||||
groupBox_6 = new QGroupBox(LoginWidget);
|
||||
groupBox_6->setObjectName(QString::fromUtf8("groupBox_6"));
|
||||
groupBox_6->setGeometry(QRect(0, 0, 1920, 1080));
|
||||
groupBox_6->setStyleSheet(QString::fromUtf8("#groupBox_6{background: #07A8E7;\n"
|
||||
"border: 1px solid #979797;}"));
|
||||
pushButton = new QPushButton(groupBox_6);
|
||||
pushButton->setObjectName(QString::fromUtf8("pushButton"));
|
||||
pushButton->setGeometry(QRect(20, 20, 90, 90));
|
||||
pushButton->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n"
|
||||
"border-radius: 4px;\n"
|
||||
"color:white;\n"
|
||||
"border-image: url(:/DependFile/Source/MainPage/shutdown.png);"));
|
||||
groupBox_6->raise();
|
||||
groupBox->raise();
|
||||
|
||||
retranslateUi(LoginWidget);
|
||||
|
||||
QMetaObject::connectSlotsByName(LoginWidget);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *LoginWidget)
|
||||
{
|
||||
LoginWidget->setWindowTitle(QCoreApplication::translate("LoginWidget", "Form", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
groupBox_2->setTitle(QString());
|
||||
confirm_Btn->setText(QCoreApplication::translate("LoginWidget", "\347\241\256\350\256\244", nullptr));
|
||||
passwordTips_Label->setText(QCoreApplication::translate("LoginWidget", "\345\257\206\347\240\201\350\276\223\345\205\245\351\224\231\350\257\257", nullptr));
|
||||
remember_RadioButton->setText(QCoreApplication::translate("LoginWidget", "\350\256\260\344\275\217\345\257\206\347\240\201", nullptr));
|
||||
forgetPassword_Btn->setText(QCoreApplication::translate("LoginWidget", "\345\277\230\350\256\260\345\257\206\347\240\201", nullptr));
|
||||
label->setText(QCoreApplication::translate("LoginWidget", "\347\231\273\345\275\225", nullptr));
|
||||
userNameTips_Label->setText(QCoreApplication::translate("LoginWidget", "\347\224\250\346\210\267\345\220\215\350\276\223\345\205\245\351\224\231\350\257\257", nullptr));
|
||||
groupBox_3->setTitle(QString());
|
||||
userName_LineEdit->setText(QCoreApplication::translate("LoginWidget", "xyyl", nullptr));
|
||||
userName_LineEdit->setPlaceholderText(QCoreApplication::translate("LoginWidget", "\350\257\267\350\276\223\345\205\245\347\224\250\346\210\267\345\220\215", nullptr));
|
||||
groupBox_4->setTitle(QString());
|
||||
password_LineEdit->setText(QCoreApplication::translate("LoginWidget", "666666", nullptr));
|
||||
password_LineEdit->setPlaceholderText(QCoreApplication::translate("LoginWidget", "\350\257\267\350\276\223\345\205\245\345\257\206\347\240\201", nullptr));
|
||||
forgetPasswordTips_Label->setText(QString());
|
||||
groupBox_5->setTitle(QString());
|
||||
productionName_Label->setText(QCoreApplication::translate("LoginWidget", "\344\270\212\344\270\213\350\202\242\344\270\273\350\242\253\345\212\250\345\272\267\345\244\215\350\256\255\347\273\203\344\273\252", nullptr));
|
||||
label_2->setText(QString());
|
||||
company_Label_2_invalid->setText(QString());
|
||||
company_Label->setText(QString());
|
||||
groupBox_6->setTitle(QString());
|
||||
pushButton->setText(QString());
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class LoginWidget: public Ui_LoginWidget {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_LOGINWIDGET_H
|
||||
110
ZBD_IIIDL_S_Project/build20241115/UI/ui_machinestartdialog.h
Normal file
110
ZBD_IIIDL_S_Project/build20241115/UI/ui_machinestartdialog.h
Normal file
@@ -0,0 +1,110 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'machinestartdialog.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_MACHINESTARTDIALOG_H
|
||||
#define UI_MACHINESTARTDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_MachineStartDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QLabel *label;
|
||||
QLabel *label_2;
|
||||
QPushButton *cancel_Btn;
|
||||
QPushButton *confirm_Btn;
|
||||
QPushButton *UpLimbOnClick_Btn;
|
||||
|
||||
void setupUi(QDialog *MachineStartDialog)
|
||||
{
|
||||
if (MachineStartDialog->objectName().isEmpty())
|
||||
MachineStartDialog->setObjectName(QString::fromUtf8("MachineStartDialog"));
|
||||
MachineStartDialog->resize(1920, 1080);
|
||||
groupBox = new QGroupBox(MachineStartDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(560, 240, 804, 598));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||||
"border-radius: 32px;}"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(0, 0, 804, 64));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
label->setFont(font);
|
||||
label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/dialog/dialog.png);"));
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
label_2 = new QLabel(groupBox);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(70, 220, 641, 71));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(22);
|
||||
font1.setBold(true);
|
||||
label_2->setFont(font1);
|
||||
label_2->setAlignment(Qt::AlignCenter);
|
||||
cancel_Btn = new QPushButton(groupBox);
|
||||
cancel_Btn->setObjectName(QString::fromUtf8("cancel_Btn"));
|
||||
cancel_Btn->setGeometry(QRect(160, 410, 151, 61));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(12);
|
||||
cancel_Btn->setFont(font2);
|
||||
cancel_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
confirm_Btn = new QPushButton(groupBox);
|
||||
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||||
confirm_Btn->setGeometry(QRect(540, 410, 151, 61));
|
||||
confirm_Btn->setFont(font2);
|
||||
confirm_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
confirm_Btn->setAutoRepeat(true);
|
||||
UpLimbOnClick_Btn = new QPushButton(groupBox);
|
||||
UpLimbOnClick_Btn->setObjectName(QString::fromUtf8("UpLimbOnClick_Btn"));
|
||||
UpLimbOnClick_Btn->setGeometry(QRect(350, 410, 151, 61));
|
||||
UpLimbOnClick_Btn->setFont(font2);
|
||||
UpLimbOnClick_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
UpLimbOnClick_Btn->setAutoRepeat(true);
|
||||
|
||||
retranslateUi(MachineStartDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(MachineStartDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *MachineStartDialog)
|
||||
{
|
||||
MachineStartDialog->setWindowTitle(QCoreApplication::translate("MachineStartDialog", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("MachineStartDialog", "\346\217\220\347\244\272", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("MachineStartDialog", "\346\230\257\345\220\246\345\274\200\345\247\213\344\270\200\351\224\256\344\270\212\346\234\272", nullptr));
|
||||
cancel_Btn->setText(QCoreApplication::translate("MachineStartDialog", "\347\273\223\346\235\237\344\270\212\346\234\272", nullptr));
|
||||
confirm_Btn->setText(QCoreApplication::translate("MachineStartDialog", "\344\270\213\350\202\242\345\274\200\345\247\213", nullptr));
|
||||
UpLimbOnClick_Btn->setText(QCoreApplication::translate("MachineStartDialog", "\344\270\212\350\202\242\345\274\200\345\247\213", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class MachineStartDialog: public Ui_MachineStartDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_MACHINESTARTDIALOG_H
|
||||
92
ZBD_IIIDL_S_Project/build20241115/UI/ui_maiboxueyangdialog.h
Normal file
92
ZBD_IIIDL_S_Project/build20241115/UI/ui_maiboxueyangdialog.h
Normal file
@@ -0,0 +1,92 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'maiboxueyangdialog.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_MAIBOXUEYANGDIALOG_H
|
||||
#define UI_MAIBOXUEYANGDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGridLayout>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QListWidget>
|
||||
#include <QtWidgets/QPushButton>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_MaiBoXueyangDialog
|
||||
{
|
||||
public:
|
||||
QGridLayout *gridLayout;
|
||||
QGroupBox *groupBox;
|
||||
QLabel *label;
|
||||
QGroupBox *groupBox_2;
|
||||
QListWidget *listWidget;
|
||||
QPushButton *serach_Btn;
|
||||
QPushButton *connect_Btn;
|
||||
|
||||
void setupUi(QDialog *MaiBoXueyangDialog)
|
||||
{
|
||||
if (MaiBoXueyangDialog->objectName().isEmpty())
|
||||
MaiBoXueyangDialog->setObjectName(QString::fromUtf8("MaiBoXueyangDialog"));
|
||||
MaiBoXueyangDialog->resize(539, 442);
|
||||
gridLayout = new QGridLayout(MaiBoXueyangDialog);
|
||||
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
||||
gridLayout->setContentsMargins(0, 0, 0, 0);
|
||||
groupBox = new QGroupBox(MaiBoXueyangDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(0, 0, 541, 61));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
label->setFont(font);
|
||||
label->setStyleSheet(QString::fromUtf8("background:#DDECFC;"));
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
groupBox_2 = new QGroupBox(groupBox);
|
||||
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
||||
groupBox_2->setGeometry(QRect(20, 90, 361, 321));
|
||||
listWidget = new QListWidget(groupBox_2);
|
||||
listWidget->setObjectName(QString::fromUtf8("listWidget"));
|
||||
listWidget->setGeometry(QRect(10, 10, 341, 301));
|
||||
serach_Btn = new QPushButton(groupBox);
|
||||
serach_Btn->setObjectName(QString::fromUtf8("serach_Btn"));
|
||||
serach_Btn->setGeometry(QRect(410, 90, 93, 29));
|
||||
connect_Btn = new QPushButton(groupBox);
|
||||
connect_Btn->setObjectName(QString::fromUtf8("connect_Btn"));
|
||||
connect_Btn->setGeometry(QRect(410, 150, 93, 29));
|
||||
|
||||
gridLayout->addWidget(groupBox, 0, 0, 1, 1);
|
||||
|
||||
|
||||
retranslateUi(MaiBoXueyangDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(MaiBoXueyangDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *MaiBoXueyangDialog)
|
||||
{
|
||||
MaiBoXueyangDialog->setWindowTitle(QCoreApplication::translate("MaiBoXueyangDialog", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("MaiBoXueyangDialog", "\350\204\211\346\220\217\350\241\200\346\260\247", nullptr));
|
||||
groupBox_2->setTitle(QString());
|
||||
serach_Btn->setText(QCoreApplication::translate("MaiBoXueyangDialog", "\346\220\234\347\264\242", nullptr));
|
||||
connect_Btn->setText(QCoreApplication::translate("MaiBoXueyangDialog", "\350\277\236\346\216\245", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class MaiBoXueyangDialog: public Ui_MaiBoXueyangDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_MAIBOXUEYANGDIALOG_H
|
||||
350
ZBD_IIIDL_S_Project/build20241115/UI/ui_mainwindow.h
Normal file
350
ZBD_IIIDL_S_Project/build20241115/UI/ui_mainwindow.h
Normal file
@@ -0,0 +1,350 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'mainwindow.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_MAINWINDOW_H
|
||||
#define UI_MAINWINDOW_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QComboBox>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLineEdit>
|
||||
#include <QtWidgets/QMainWindow>
|
||||
#include <QtWidgets/QMenuBar>
|
||||
#include <QtWidgets/QRadioButton>
|
||||
#include <QtWidgets/QSlider>
|
||||
#include <QtWidgets/QStatusBar>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_MainWindow
|
||||
{
|
||||
public:
|
||||
QWidget *centralwidget;
|
||||
QLineEdit *lineEdit;
|
||||
QGroupBox *groupBox;
|
||||
QSlider *horizontalSlider;
|
||||
QComboBox *comboBox;
|
||||
QRadioButton *radioButton;
|
||||
QComboBox *comboBox_2;
|
||||
QMenuBar *menubar;
|
||||
QStatusBar *statusbar;
|
||||
|
||||
void setupUi(QMainWindow *MainWindow)
|
||||
{
|
||||
if (MainWindow->objectName().isEmpty())
|
||||
MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
|
||||
MainWindow->resize(800, 600);
|
||||
centralwidget = new QWidget(MainWindow);
|
||||
centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
|
||||
lineEdit = new QLineEdit(centralwidget);
|
||||
lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
|
||||
lineEdit->setGeometry(QRect(190, 140, 113, 25));
|
||||
groupBox = new QGroupBox(centralwidget);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(80, 350, 471, 131));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background:white;}"));
|
||||
horizontalSlider = new QSlider(groupBox);
|
||||
horizontalSlider->setObjectName(QString::fromUtf8("horizontalSlider"));
|
||||
horizontalSlider->setGeometry(QRect(50, 60, 351, 43));
|
||||
horizontalSlider->setStyleSheet(QString::fromUtf8("/**********\351\246\226\345\205\210\346\214\207\345\256\232\346\230\257\346\260\264\345\271\263\350\277\230\346\230\257\347\253\226\347\233\264*\344\270\215\346\267\273\345\212\240\346\255\244\344\273\243\347\240\201\357\274\214\344\270\213\346\226\271\344\270\215\350\265\267\344\275\234\347\224\250******/\n"
|
||||
"QSlider::groove:horizontal {\n"
|
||||
"border: 0px solid #bbb;\n"
|
||||
"}\n"
|
||||
"/*1.\346\273\221\345\212\250\350\277\207\347\232\204\346\247\275\350\256\276\350\256\241\345\217\202\346\225\260*/\n"
|
||||
"QSlider::sub-page:horizontal {\n"
|
||||
" /*\346\247\275\351\242\234\350\211\262*/\n"
|
||||
"background: #05F6CC;\n"
|
||||
" /*\345\244\226\347\216\257\345\214\272\345\237\237\345\200\222\345\234\206\350\247\222\345\272\246*/\n"
|
||||
"border-radius: 4px;\n"
|
||||
" /*\344\270\212\351\201\256\344\275\217\345\214\272\345\237\237\351\253\230\345\272\246*/\n"
|
||||
"margin-top:14px;\n"
|
||||
" /*\344\270\213\351\201\256\344\275\217\345\214\272\345\237\237\351\253\230\345\272\246*/\n"
|
||||
"margin-bottom:14px;\n"
|
||||
"/*width\345\234\250\350\277\231\351\207\214\346\227\240\346"
|
||||
"\225\210\357\274\214\344\270\215\345\206\231\345\215\263\345\217\257*/\n"
|
||||
"/*****/\n"
|
||||
"margin-left:8px;\n"
|
||||
"\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"/*2.\346\234\252\346\273\221\345\212\250\350\277\207\347\232\204\346\247\275\350\256\276\350\256\241\345\217\202\346\225\260*/\n"
|
||||
"QSlider::add-page:horizontal {\n"
|
||||
"/*\346\247\275\351\242\234\350\211\262*/\n"
|
||||
"background: #ECEBEB;\n"
|
||||
"/*\345\244\226\347\216\257\345\244\247\345\260\2170px\345\260\261\346\230\257\344\270\215\346\230\276\347\244\272\357\274\214\351\273\230\350\256\244\344\271\237\346\230\2570*/\n"
|
||||
"border: 0px solid #777;\n"
|
||||
"/*\345\244\226\347\216\257\345\214\272\345\237\237\345\200\222\345\234\206\350\247\222\345\272\246*/\n"
|
||||
"border-radius: 4px;\n"
|
||||
" /*\344\270\212\351\201\256\344\275\217\345\214\272\345\237\237\351\253\230\345\272\246*/\n"
|
||||
"margin-top:14px;\n"
|
||||
" /*\344\270\213\351\201\256\344\275\217\345\214\272\345\237\237\351\253\230\345\272\246*/\n"
|
||||
"margin-bottom:14px;\n"
|
||||
"\n"
|
||||
"margin-right:8px;\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"QSlider::handle:horizontal {\n"
|
||||
" width: 43p"
|
||||
"x;\n"
|
||||
" background:transparent;\n"
|
||||
" background-image: url(:/DependFile/Source/channel/slder.png);\n"
|
||||
" margin: -0px -0px -0px -0px;\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
""));
|
||||
horizontalSlider->setValue(20);
|
||||
horizontalSlider->setOrientation(Qt::Horizontal);
|
||||
comboBox = new QComboBox(centralwidget);
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->addItem(QString());
|
||||
comboBox->setObjectName(QString::fromUtf8("comboBox"));
|
||||
comboBox->setGeometry(QRect(420, 150, 131, 41));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(12);
|
||||
comboBox->setFont(font);
|
||||
comboBox->setStyleSheet(QString::fromUtf8("/* \346\234\252\344\270\213\346\213\211\346\227\266\357\274\214QComboBox\347\232\204\346\240\267\345\274\217 */\n"
|
||||
"QComboBox {\n"
|
||||
" border: 1px solid gray; /* \350\276\271\346\241\206 */\n"
|
||||
" border-radius: 3px; /* \345\234\206\350\247\222 */\n"
|
||||
" padding: 1px 18px 1px 3px; /* \345\255\227\344\275\223\345\241\253\350\241\254 */\n"
|
||||
" color: #000;\n"
|
||||
" background: transparent;\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"/* \344\270\213\346\213\211\345\220\216\357\274\214\346\225\264\344\270\252\344\270\213\346\213\211\347\252\227\344\275\223\346\240\267\345\274\217 */\n"
|
||||
"QComboBox QAbstractItemView {\n"
|
||||
" outline: 2px solid gray; /* \351\200\211\345\256\232\351\241\271\347\232\204\350\231\232\346\241\206 */\n"
|
||||
" border: 1px solid yellow; /* \346\225\264\344\270\252\344\270\213\346\213\211\347\252\227\344\275\223\347\232\204\350\276\271\346\241\206 */\n"
|
||||
" color: black;\n"
|
||||
" background-color: white; /* \346\225\264\344\270\252\344\270\213\346\213\211\347\252\227\344\275\223\347\232\204\350\203\214\346"
|
||||
"\231\257\350\211\262 */\n"
|
||||
" selection-background-color: lightgreen; /* \346\225\264\344\270\252\344\270\213\346\213\211\347\252\227\344\275\223\350\242\253\351\200\211\344\270\255\351\241\271\347\232\204\350\203\214\346\231\257\350\211\262 */\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"/* \344\270\213\346\213\211\345\220\216\357\274\214\346\225\264\344\270\252\344\270\213\346\213\211\347\252\227\344\275\223\346\257\217\351\241\271\347\232\204\346\240\267\345\274\217-\346\255\244\351\241\271\350\265\267\344\275\234\347\224\250\345\220\216\357\274\214\346\225\264\344\270\252\344\270\213\346\213\211\347\252\227\344\275\223\347\232\204\346\240\267\345\274\217\345\210\231\350\242\253\351\241\266\346\233\277\344\272\206 */\n"
|
||||
"QComboBox QAbstractItemView::item {\n"
|
||||
" height: 50px; /* \351\241\271\347\232\204\351\253\230\345\272\246\357\274\210\350\256\276\347\275\256pComboBox->setView(new QListView());\345\220\216\357\274\214\350\257\245\351\241\271\346\211\215\350\265\267\344\275\234\347\224\250\357\274\211 */\n"
|
||||
" font: normal norm"
|
||||
"al 25px \"\351\273\221\344\275\223\";/********\345\255\227\344\275\223\346\234\252\350\265\267\344\275\234\347\224\250***********/\n"
|
||||
"}\n"
|
||||
" \n"
|
||||
"/* \344\270\213\346\213\211\345\220\216\357\274\214\346\225\264\344\270\252\344\270\213\346\213\211\347\252\227\344\275\223\350\266\212\350\277\207\346\257\217\351\241\271\347\232\204\346\240\267\345\274\217 */\n"
|
||||
"QComboBox QAbstractItemView::item:hover {\n"
|
||||
" color: #FFFFFF;\n"
|
||||
" background-color: lightgreen; /* \346\225\264\344\270\252\344\270\213\346\213\211\347\252\227\344\275\223\350\266\212\350\277\207\346\257\217\351\241\271\347\232\204\350\203\214\346\231\257\350\211\262 */\n"
|
||||
"}\n"
|
||||
"/* \344\270\213\346\213\211\345\220\216\357\274\214\346\225\264\344\270\252\344\270\213\346\213\211\347\252\227\344\275\223\350\242\253\351\200\211\346\213\251\347\232\204\346\257\217\351\241\271\347\232\204\346\240\267\345\274\217 */\n"
|
||||
"QComboBox QAbstractItemView::item:selected {\n"
|
||||
" color: #FFFFFF;\n"
|
||||
" background-color: lightgreen;\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"/* QComboBo"
|
||||
"x\344\270\255\347\232\204\345\236\202\347\233\264\346\273\232\345\212\250\346\235\241 */\n"
|
||||
"QComboBox QAbstractScrollArea QScrollBar:vertical {\n"
|
||||
" width: 10px;\n"
|
||||
" background-color: #d0d2d4; /* \347\251\272\347\231\275\345\214\272\345\237\237\347\232\204\350\203\214\346\231\257\350\211\262 \347\201\260\350\211\262green */\n"
|
||||
"}\n"
|
||||
"QComboBox QAbstractScrollArea QScrollBar::handle:vertical {\n"
|
||||
" border-radius: 5px; /* \345\234\206\350\247\222 */\n"
|
||||
" background: rgb(160,160,160); /* \345\260\217\346\226\271\345\235\227\347\232\204\350\203\214\346\231\257\350\211\262\346\267\261\347\201\260lightblue */\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"QComboBox QAbstractScrollArea QScrollBar::handle:vertical:hover {\n"
|
||||
" background: rgb(90, 91, 93); /* \350\266\212\350\277\207\345\260\217\346\226\271\345\235\227\347\232\204\350\203\214\346\231\257\350\211\262yellow */\n"
|
||||
"}\n"
|
||||
"/* \344\270\213\346\213\211\346\241\206\346\240\267\345\274\217 */\n"
|
||||
"QComboBox::drop-down {\n"
|
||||
" subcontrol-origin: padding; /* \345\255"
|
||||
"\220\346\216\247\344\273\266\345\234\250\347\210\266\345\205\203\347\264\240\344\270\255\347\232\204\345\216\237\347\202\271\347\237\251\345\275\242\343\200\202\345\246\202\346\236\234\346\234\252\346\214\207\345\256\232\346\255\244\345\261\236\346\200\247\357\274\214\345\210\231\351\273\230\350\256\244\344\270\272padding\343\200\202 */\n"
|
||||
" subcontrol-position: top right; /* \344\270\213\346\213\211\346\241\206\347\232\204\344\275\215\347\275\256\357\274\210\345\217\263\344\270\212\357\274\211 */\n"
|
||||
" width: 25px; /* \344\270\213\346\213\211\346\241\206\347\232\204\345\256\275\345\272\246 */\n"
|
||||
" \n"
|
||||
" border-left-width: 1px; /* \344\270\213\346\213\211\346\241\206\347\232\204\345\267\246\350\276\271\347\225\214\347\272\277\345\256\275\345\272\246 */\n"
|
||||
" border-left-color: darkgray; /* \344\270\213\346\213\211\346\241\206\347\232\204\345\267\246\350\276\271\347\225\214\347\272\277\351\242\234\350\211\262 */\n"
|
||||
" border-left-style: solid; /* \344\270\213\346\213\211\346\241\206\347\232"
|
||||
"\204\345\267\246\350\276\271\347\225\214\347\272\277\344\270\272\345\256\236\347\272\277 */\n"
|
||||
" border-top-right-radius: 3px; /* \344\270\213\346\213\211\346\241\206\347\232\204\345\217\263\344\270\212\350\276\271\347\225\214\347\272\277\347\232\204\345\234\206\350\247\222\345\215\212\345\276\204\357\274\210\345\272\224\345\222\214\346\225\264\344\270\252QComboBox\345\217\263\344\270\212\350\276\271\347\225\214\347\272\277\347\232\204\345\234\206\350\247\222\345\215\212\345\276\204\344\270\200\350\207\264\357\274\211 */\n"
|
||||
" border-bottom-right-radius: 3px; /* \345\220\214\344\270\212 */\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
""));
|
||||
radioButton = new QRadioButton(centralwidget);
|
||||
radioButton->setObjectName(QString::fromUtf8("radioButton"));
|
||||
radioButton->setGeometry(QRect(190, 250, 131, 41));
|
||||
radioButton->setStyleSheet(QString::fromUtf8("QRadioButton::indicator:unchecked{\n"
|
||||
"image: url(:/DependFile/Source/radioButton/normal.png);\n"
|
||||
"width:20;\n"
|
||||
"height:20\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"QRadioButton::indicator:checked{\n"
|
||||
"image: url(:/DependFile/Source/radioButton/checked.png);\n"
|
||||
"width:20;\n"
|
||||
"height:20\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"\n"
|
||||
""));
|
||||
comboBox_2 = new QComboBox(centralwidget);
|
||||
comboBox_2->addItem(QString());
|
||||
comboBox_2->addItem(QString());
|
||||
comboBox_2->addItem(QString());
|
||||
comboBox_2->addItem(QString());
|
||||
comboBox_2->addItem(QString());
|
||||
comboBox_2->addItem(QString());
|
||||
comboBox_2->addItem(QString());
|
||||
comboBox_2->addItem(QString());
|
||||
comboBox_2->addItem(QString());
|
||||
comboBox_2->addItem(QString());
|
||||
comboBox_2->addItem(QString());
|
||||
comboBox_2->addItem(QString());
|
||||
comboBox_2->addItem(QString());
|
||||
comboBox_2->addItem(QString());
|
||||
comboBox_2->addItem(QString());
|
||||
comboBox_2->addItem(QString());
|
||||
comboBox_2->addItem(QString());
|
||||
comboBox_2->addItem(QString());
|
||||
comboBox_2->setObjectName(QString::fromUtf8("comboBox_2"));
|
||||
comboBox_2->setGeometry(QRect(590, 150, 161, 41));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setBold(false);
|
||||
font1.setItalic(false);
|
||||
comboBox_2->setFont(font1);
|
||||
comboBox_2->setStyleSheet(QString::fromUtf8("/* \346\234\252\344\270\213\346\213\211\346\227\266\357\274\214QComboBox\347\232\204\346\240\267\345\274\217 */\n"
|
||||
"QComboBox {\n"
|
||||
" border: 1px solid gray; /* \350\276\271\346\241\206 */\n"
|
||||
" border-radius: 3px; /* \345\234\206\350\247\222 */\n"
|
||||
" padding: 1px 18px 1px 3px; /* \345\255\227\344\275\223\345\241\253\350\241\254 */\n"
|
||||
" color: #000;\n"
|
||||
" font: 20px \"\351\273\221\344\275\223\";\n"
|
||||
" background: transparent;\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"/* \344\270\213\346\213\211\345\220\216\357\274\214\346\225\264\344\270\252\344\270\213\346\213\211\347\252\227\344\275\223\346\240\267\345\274\217 */\n"
|
||||
"QComboBox QAbstractItemView {\n"
|
||||
" outline: 0px solid gray; /* \351\200\211\345\256\232\351\241\271\347\232\204\350\231\232\346\241\206 */\n"
|
||||
" border: 0px solid gray; /* \346\225\264\344\270\252\344\270\213\346\213\211\347\252\227\344\275\223\347\232\204\350\276\271\346\241\206 */\n"
|
||||
" color: black;\n"
|
||||
" background-color: #C3E4F3; /* \346\225\264\344\270\252\344\270\213\346\213\211\347"
|
||||
"\252\227\344\275\223\347\232\204\350\203\214\346\231\257\350\211\262 */\n"
|
||||
" selection-background-color: lightgreen; /* \346\225\264\344\270\252\344\270\213\346\213\211\347\252\227\344\275\223\350\242\253\351\200\211\344\270\255\351\241\271\347\232\204\350\203\214\346\231\257\350\211\262 */\n"
|
||||
"font: 20px \"\351\273\221\344\275\223\";\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"/* \344\270\213\346\213\211\345\220\216\357\274\214\346\225\264\344\270\252\344\270\213\346\213\211\347\252\227\344\275\223\346\257\217\351\241\271\347\232\204\346\240\267\345\274\217 */\n"
|
||||
"QComboBox QAbstractItemView::item {\n"
|
||||
" height: 50px; /* \351\241\271\347\232\204\351\253\230\345\272\246\357\274\210\350\256\276\347\275\256pComboBox->setView(new QListView());\345\220\216\357\274\214\350\257\245\351\241\271\346\211\215\350\265\267\344\275\234\347\224\250\357\274\211 */\n"
|
||||
"}"));
|
||||
MainWindow->setCentralWidget(centralwidget);
|
||||
menubar = new QMenuBar(MainWindow);
|
||||
menubar->setObjectName(QString::fromUtf8("menubar"));
|
||||
menubar->setGeometry(QRect(0, 0, 800, 21));
|
||||
MainWindow->setMenuBar(menubar);
|
||||
statusbar = new QStatusBar(MainWindow);
|
||||
statusbar->setObjectName(QString::fromUtf8("statusbar"));
|
||||
MainWindow->setStatusBar(statusbar);
|
||||
|
||||
retranslateUi(MainWindow);
|
||||
|
||||
QMetaObject::connectSlotsByName(MainWindow);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QMainWindow *MainWindow)
|
||||
{
|
||||
MainWindow->setWindowTitle(QCoreApplication::translate("MainWindow", "MainWindow", nullptr));
|
||||
groupBox->setTitle(QCoreApplication::translate("MainWindow", "GroupBox", nullptr));
|
||||
comboBox->setItemText(0, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(1, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(2, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(3, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(4, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(5, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(6, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(7, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(8, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(9, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(10, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(11, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(12, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(13, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(14, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(15, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(16, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(17, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(18, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(19, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(20, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(21, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(22, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(23, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(24, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(25, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox->setItemText(26, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
|
||||
radioButton->setText(QCoreApplication::translate("MainWindow", "RadioButton", nullptr));
|
||||
comboBox_2->setItemText(0, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox_2->setItemText(1, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox_2->setItemText(2, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox_2->setItemText(3, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox_2->setItemText(4, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox_2->setItemText(5, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox_2->setItemText(6, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox_2->setItemText(7, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox_2->setItemText(8, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox_2->setItemText(9, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox_2->setItemText(10, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox_2->setItemText(11, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox_2->setItemText(12, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox_2->setItemText(13, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox_2->setItemText(14, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox_2->setItemText(15, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox_2->setItemText(16, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
comboBox_2->setItemText(17, QCoreApplication::translate("MainWindow", "\346\226\260\345\273\272\351\241\271\347\233\256", nullptr));
|
||||
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class MainWindow: public Ui_MainWindow {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_MAINWINDOW_H
|
||||
163
ZBD_IIIDL_S_Project/build20241115/UI/ui_musclebutton.h
Normal file
163
ZBD_IIIDL_S_Project/build20241115/UI/ui_musclebutton.h
Normal file
@@ -0,0 +1,163 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'musclebutton.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_MUSCLEBUTTON_H
|
||||
#define UI_MUSCLEBUTTON_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QFrame>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_MuscleButton
|
||||
{
|
||||
public:
|
||||
QFrame *line;
|
||||
QFrame *line_2;
|
||||
QGroupBox *groupBox;
|
||||
QLabel *current_Label;
|
||||
QLabel *label;
|
||||
QLabel *frequency_Label;
|
||||
QLabel *muscle_Label;
|
||||
QLabel *label_4;
|
||||
QLabel *channel_Label;
|
||||
QLabel *label_6;
|
||||
QLabel *plus_Label;
|
||||
QLabel *Image_Label;
|
||||
QLabel *connectState_Label;
|
||||
QLabel *BLEBattery_Label;
|
||||
|
||||
void setupUi(QWidget *MuscleButton)
|
||||
{
|
||||
if (MuscleButton->objectName().isEmpty())
|
||||
MuscleButton->setObjectName(QString::fromUtf8("MuscleButton"));
|
||||
MuscleButton->resize(425, 225);
|
||||
MuscleButton->setStyleSheet(QString::fromUtf8(""));
|
||||
line = new QFrame(MuscleButton);
|
||||
line->setObjectName(QString::fromUtf8("line"));
|
||||
line->setGeometry(QRect(130, 170, 2, 30));
|
||||
line->setStyleSheet(QString::fromUtf8("background: #0D9DDB;"));
|
||||
line->setFrameShape(QFrame::HLine);
|
||||
line->setFrameShadow(QFrame::Sunken);
|
||||
line_2 = new QFrame(MuscleButton);
|
||||
line_2->setObjectName(QString::fromUtf8("line_2"));
|
||||
line_2->setGeometry(QRect(250, 170, 2, 30));
|
||||
line_2->setStyleSheet(QString::fromUtf8("background: #0D9DDB;"));
|
||||
line_2->setFrameShape(QFrame::HLine);
|
||||
line_2->setFrameShadow(QFrame::Sunken);
|
||||
groupBox = new QGroupBox(MuscleButton);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(0, 0, 425, 225));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #E4F4FC;\n"
|
||||
"border-radius: 6px;}"));
|
||||
current_Label = new QLabel(groupBox);
|
||||
current_Label->setObjectName(QString::fromUtf8("current_Label"));
|
||||
current_Label->setGeometry(QRect(254, 130, 161, 31));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(12);
|
||||
current_Label->setFont(font);
|
||||
current_Label->setAlignment(Qt::AlignmentFlag::AlignCenter);
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(8, 160, 121, 51));
|
||||
label->setFont(font);
|
||||
label->setAlignment(Qt::AlignmentFlag::AlignCenter);
|
||||
label->setWordWrap(true);
|
||||
frequency_Label = new QLabel(groupBox);
|
||||
frequency_Label->setObjectName(QString::fromUtf8("frequency_Label"));
|
||||
frequency_Label->setGeometry(QRect(20, 130, 91, 31));
|
||||
frequency_Label->setFont(font);
|
||||
frequency_Label->setAlignment(Qt::AlignmentFlag::AlignCenter);
|
||||
muscle_Label = new QLabel(groupBox);
|
||||
muscle_Label->setObjectName(QString::fromUtf8("muscle_Label"));
|
||||
muscle_Label->setGeometry(QRect(221, 26, 131, 81));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(15);
|
||||
muscle_Label->setFont(font1);
|
||||
muscle_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
muscle_Label->setAlignment(Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter);
|
||||
muscle_Label->setWordWrap(true);
|
||||
label_4 = new QLabel(groupBox);
|
||||
label_4->setObjectName(QString::fromUtf8("label_4"));
|
||||
label_4->setGeometry(QRect(140, 160, 101, 51));
|
||||
label_4->setFont(font);
|
||||
label_4->setAlignment(Qt::AlignmentFlag::AlignCenter);
|
||||
label_4->setWordWrap(true);
|
||||
channel_Label = new QLabel(groupBox);
|
||||
channel_Label->setObjectName(QString::fromUtf8("channel_Label"));
|
||||
channel_Label->setGeometry(QRect(42, 29, 71, 60));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(23);
|
||||
font2.setBold(true);
|
||||
channel_Label->setFont(font2);
|
||||
channel_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
channel_Label->setAlignment(Qt::AlignmentFlag::AlignCenter);
|
||||
label_6 = new QLabel(groupBox);
|
||||
label_6->setObjectName(QString::fromUtf8("label_6"));
|
||||
label_6->setGeometry(QRect(280, 160, 111, 51));
|
||||
label_6->setFont(font);
|
||||
label_6->setAlignment(Qt::AlignmentFlag::AlignCenter);
|
||||
label_6->setWordWrap(true);
|
||||
plus_Label = new QLabel(groupBox);
|
||||
plus_Label->setObjectName(QString::fromUtf8("plus_Label"));
|
||||
plus_Label->setGeometry(QRect(138, 130, 111, 31));
|
||||
plus_Label->setFont(font);
|
||||
plus_Label->setAlignment(Qt::AlignmentFlag::AlignCenter);
|
||||
Image_Label = new QLabel(groupBox);
|
||||
Image_Label->setObjectName(QString::fromUtf8("Image_Label"));
|
||||
Image_Label->setGeometry(QRect(360, 50, 32, 32));
|
||||
Image_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
connectState_Label = new QLabel(groupBox);
|
||||
connectState_Label->setObjectName(QString::fromUtf8("connectState_Label"));
|
||||
connectState_Label->setGeometry(QRect(122, 47, 28, 25));
|
||||
BLEBattery_Label = new QLabel(groupBox);
|
||||
BLEBattery_Label->setObjectName(QString::fromUtf8("BLEBattery_Label"));
|
||||
BLEBattery_Label->setGeometry(QRect(189, 45, 16, 28));
|
||||
BLEBattery_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
groupBox->raise();
|
||||
line->raise();
|
||||
line_2->raise();
|
||||
|
||||
retranslateUi(MuscleButton);
|
||||
|
||||
QMetaObject::connectSlotsByName(MuscleButton);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *MuscleButton)
|
||||
{
|
||||
MuscleButton->setWindowTitle(QCoreApplication::translate("MuscleButton", "Form", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
current_Label->setText(QCoreApplication::translate("MuscleButton", "0~0mA", nullptr));
|
||||
label->setText(QCoreApplication::translate("MuscleButton", "\351\242\221\347\216\207", nullptr));
|
||||
frequency_Label->setText(QCoreApplication::translate("MuscleButton", "10Hz", nullptr));
|
||||
muscle_Label->setText(QString());
|
||||
label_4->setText(QCoreApplication::translate("MuscleButton", "\350\204\211\345\256\275", nullptr));
|
||||
channel_Label->setText(QString());
|
||||
label_6->setText(QCoreApplication::translate("MuscleButton", "\347\224\265\346\265\201", nullptr));
|
||||
plus_Label->setText(QCoreApplication::translate("MuscleButton", "200us", nullptr));
|
||||
Image_Label->setText(QString());
|
||||
connectState_Label->setText(QString());
|
||||
BLEBattery_Label->setText(QString());
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class MuscleButton: public Ui_MuscleButton {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_MUSCLEBUTTON_H
|
||||
95
ZBD_IIIDL_S_Project/build20241115/UI/ui_paramtipsdialog.h
Normal file
95
ZBD_IIIDL_S_Project/build20241115/UI/ui_paramtipsdialog.h
Normal file
@@ -0,0 +1,95 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'paramtipsdialog.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_PARAMTIPSDIALOG_H
|
||||
#define UI_PARAMTIPSDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_ParamTipsDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QLabel *label;
|
||||
QLabel *tipMsg_Label;
|
||||
QPushButton *cancel_Btn;
|
||||
QPushButton *confirm_Btn;
|
||||
|
||||
void setupUi(QDialog *ParamTipsDialog)
|
||||
{
|
||||
if (ParamTipsDialog->objectName().isEmpty())
|
||||
ParamTipsDialog->setObjectName(QString::fromUtf8("ParamTipsDialog"));
|
||||
ParamTipsDialog->resize(1920, 1080);
|
||||
groupBox = new QGroupBox(ParamTipsDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(710, 340, 500, 400));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||||
"border-radius: 32px;}"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(0, 0, 500, 70));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
label->setFont(font);
|
||||
label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/dialog.png);"));
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
tipMsg_Label = new QLabel(groupBox);
|
||||
tipMsg_Label->setObjectName(QString::fromUtf8("tipMsg_Label"));
|
||||
tipMsg_Label->setGeometry(QRect(90, 130, 331, 121));
|
||||
tipMsg_Label->setFont(font);
|
||||
tipMsg_Label->setWordWrap(true);
|
||||
cancel_Btn = new QPushButton(groupBox);
|
||||
cancel_Btn->setObjectName(QString::fromUtf8("cancel_Btn"));
|
||||
cancel_Btn->setGeometry(QRect(100, 300, 90, 40));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(12);
|
||||
cancel_Btn->setFont(font1);
|
||||
cancel_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
confirm_Btn = new QPushButton(groupBox);
|
||||
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||||
confirm_Btn->setGeometry(QRect(310, 300, 90, 40));
|
||||
confirm_Btn->setFont(font1);
|
||||
confirm_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
|
||||
retranslateUi(ParamTipsDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(ParamTipsDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *ParamTipsDialog)
|
||||
{
|
||||
ParamTipsDialog->setWindowTitle(QCoreApplication::translate("ParamTipsDialog", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("ParamTipsDialog", "\346\217\220\347\244\272", nullptr));
|
||||
tipMsg_Label->setText(QString());
|
||||
cancel_Btn->setText(QCoreApplication::translate("ParamTipsDialog", "\345\217\226\346\266\210", nullptr));
|
||||
confirm_Btn->setText(QCoreApplication::translate("ParamTipsDialog", "\347\241\256\350\256\244", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class ParamTipsDialog: public Ui_ParamTipsDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_PARAMTIPSDIALOG_H
|
||||
102
ZBD_IIIDL_S_Project/build20241115/UI/ui_passworddialog.h
Normal file
102
ZBD_IIIDL_S_Project/build20241115/UI/ui_passworddialog.h
Normal file
@@ -0,0 +1,102 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'passworddialog.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_PASSWORDDIALOG_H
|
||||
#define UI_PASSWORDDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_PasswordDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QLabel *label;
|
||||
QLabel *label_2;
|
||||
QLabel *label_3;
|
||||
QPushButton *confirm_Btn;
|
||||
|
||||
void setupUi(QDialog *PasswordDialog)
|
||||
{
|
||||
if (PasswordDialog->objectName().isEmpty())
|
||||
PasswordDialog->setObjectName(QString::fromUtf8("PasswordDialog"));
|
||||
PasswordDialog->resize(1920, 1080);
|
||||
PasswordDialog->setStyleSheet(QString::fromUtf8(""));
|
||||
groupBox = new QGroupBox(PasswordDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(558, 240, 804, 598));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||||
"border-radius: 32px;}"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(0, 0, 804, 64));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
label->setFont(font);
|
||||
label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/dialog.png);"));
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
label_2 = new QLabel(groupBox);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(110, 190, 581, 71));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(25);
|
||||
font1.setBold(true);
|
||||
label_2->setFont(font1);
|
||||
label_2->setAlignment(Qt::AlignCenter);
|
||||
label_3 = new QLabel(groupBox);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
label_3->setGeometry(QRect(90, 290, 601, 51));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(18);
|
||||
label_3->setFont(font2);
|
||||
label_3->setStyleSheet(QString::fromUtf8("color:#000000 ;"));
|
||||
label_3->setAlignment(Qt::AlignCenter);
|
||||
confirm_Btn = new QPushButton(groupBox);
|
||||
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||||
confirm_Btn->setGeometry(QRect(342, 493, 120, 45));
|
||||
QFont font3;
|
||||
font3.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font3.setPointSize(12);
|
||||
confirm_Btn->setFont(font3);
|
||||
confirm_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
|
||||
retranslateUi(PasswordDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(PasswordDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *PasswordDialog)
|
||||
{
|
||||
PasswordDialog->setWindowTitle(QCoreApplication::translate("PasswordDialog", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("PasswordDialog", "\346\217\220\347\244\272", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("PasswordDialog", "\345\277\230\350\256\260\345\257\206\347\240\201\350\257\267\350\201\224\347\263\273\347\256\241\347\220\206\345\221\230", nullptr));
|
||||
label_3->setText(QCoreApplication::translate("PasswordDialog", "\347\224\265\350\257\235 +86", nullptr));
|
||||
confirm_Btn->setText(QCoreApplication::translate("PasswordDialog", "\347\241\256\350\256\244", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class PasswordDialog: public Ui_PasswordDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_PASSWORDDIALOG_H
|
||||
77
ZBD_IIIDL_S_Project/build20241115/UI/ui_protectgamestart.h
Normal file
77
ZBD_IIIDL_S_Project/build20241115/UI/ui_protectgamestart.h
Normal file
@@ -0,0 +1,77 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'protectgamestart.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_PROTECTGAMESTART_H
|
||||
#define UI_PROTECTGAMESTART_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_ProtectGameStart
|
||||
{
|
||||
public:
|
||||
QGroupBox *downPictureGroupBox;
|
||||
QLabel *text_Label;
|
||||
QLabel *gif_Label;
|
||||
QLabel *text_Label_2;
|
||||
|
||||
void setupUi(QWidget *ProtectGameStart)
|
||||
{
|
||||
if (ProtectGameStart->objectName().isEmpty())
|
||||
ProtectGameStart->setObjectName(QString::fromUtf8("ProtectGameStart"));
|
||||
ProtectGameStart->resize(1920, 1080);
|
||||
downPictureGroupBox = new QGroupBox(ProtectGameStart);
|
||||
downPictureGroupBox->setObjectName(QString::fromUtf8("downPictureGroupBox"));
|
||||
downPictureGroupBox->setGeometry(QRect(0, 0, 1920, 1080));
|
||||
downPictureGroupBox->setStyleSheet(QString::fromUtf8("\n"
|
||||
"#downPictureGroupBox{border-image: url(:/DependFile/Source/dialog/waiting.png);border:none;}\n"
|
||||
""));
|
||||
text_Label = new QLabel(downPictureGroupBox);
|
||||
text_Label->setObjectName(QString::fromUtf8("text_Label"));
|
||||
text_Label->setGeometry(QRect(400, 360, 551, 300));
|
||||
gif_Label = new QLabel(downPictureGroupBox);
|
||||
gif_Label->setObjectName(QString::fromUtf8("gif_Label"));
|
||||
gif_Label->setGeometry(QRect(810, 320, 300, 300));
|
||||
text_Label_2 = new QLabel(downPictureGroupBox);
|
||||
text_Label_2->setObjectName(QString::fromUtf8("text_Label_2"));
|
||||
text_Label_2->setGeometry(QRect(760, 650, 400, 60));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(30);
|
||||
text_Label_2->setFont(font);
|
||||
text_Label_2->setStyleSheet(QString::fromUtf8("color: #0D9DDB;"));
|
||||
text_Label_2->setAlignment(Qt::AlignCenter);
|
||||
|
||||
retranslateUi(ProtectGameStart);
|
||||
|
||||
QMetaObject::connectSlotsByName(ProtectGameStart);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *ProtectGameStart)
|
||||
{
|
||||
ProtectGameStart->setWindowTitle(QCoreApplication::translate("ProtectGameStart", "Form", nullptr));
|
||||
downPictureGroupBox->setTitle(QString());
|
||||
text_Label->setText(QString());
|
||||
gif_Label->setText(QString());
|
||||
text_Label_2->setText(QCoreApplication::translate("ProtectGameStart", "\345\212\240\350\275\275\344\270\255...", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class ProtectGameStart: public Ui_ProtectGameStart {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_PROTECTGAMESTART_H
|
||||
116
ZBD_IIIDL_S_Project/build20241115/UI/ui_quitbyspeeddialog.h
Normal file
116
ZBD_IIIDL_S_Project/build20241115/UI/ui_quitbyspeeddialog.h
Normal file
@@ -0,0 +1,116 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'quitbyspeeddialog.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_QUITBYSPEEDDIALOG_H
|
||||
#define UI_QUITBYSPEEDDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_QuitBySpeedDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QGroupBox *groupBox_2;
|
||||
QLabel *label_3;
|
||||
QLabel *label;
|
||||
QLabel *downTime_Label;
|
||||
QPushButton *cancel_Btn;
|
||||
QPushButton *confirm_Btn;
|
||||
|
||||
void setupUi(QDialog *QuitBySpeedDialog)
|
||||
{
|
||||
if (QuitBySpeedDialog->objectName().isEmpty())
|
||||
QuitBySpeedDialog->setObjectName(QString::fromUtf8("QuitBySpeedDialog"));
|
||||
QuitBySpeedDialog->resize(1920, 1080);
|
||||
groupBox = new QGroupBox(QuitBySpeedDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(558, 240, 804, 598));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||||
"border-radius: 8px;}"));
|
||||
groupBox_2 = new QGroupBox(groupBox);
|
||||
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
||||
groupBox_2->setGeometry(QRect(0, 0, 804, 64));
|
||||
groupBox_2->setStyleSheet(QString::fromUtf8("background: #DDECFC;\n"
|
||||
"border-top-left-radius: 8px;\n"
|
||||
"border-top-right-radius:8px"));
|
||||
label_3 = new QLabel(groupBox_2);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
label_3->setGeometry(QRect(311, 7, 211, 51));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(20);
|
||||
label_3->setFont(font);
|
||||
label_3->setAlignment(Qt::AlignCenter);
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(110, 180, 581, 111));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(22);
|
||||
font1.setBold(true);
|
||||
label->setFont(font1);
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
label->setWordWrap(true);
|
||||
downTime_Label = new QLabel(groupBox);
|
||||
downTime_Label->setObjectName(QString::fromUtf8("downTime_Label"));
|
||||
downTime_Label->setGeometry(QRect(330, 340, 131, 81));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(40);
|
||||
downTime_Label->setFont(font2);
|
||||
downTime_Label->setStyleSheet(QString::fromUtf8("color: rgba(0,0,0,0.45);"));
|
||||
downTime_Label->setAlignment(Qt::AlignCenter);
|
||||
cancel_Btn = new QPushButton(groupBox);
|
||||
cancel_Btn->setObjectName(QString::fromUtf8("cancel_Btn"));
|
||||
cancel_Btn->setGeometry(QRect(0, 537, 401, 61));
|
||||
QFont font3;
|
||||
font3.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font3.setPointSize(15);
|
||||
cancel_Btn->setFont(font3);
|
||||
cancel_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/leftBtn.png);\n"
|
||||
"color:white;"));
|
||||
confirm_Btn = new QPushButton(groupBox);
|
||||
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||||
confirm_Btn->setGeometry(QRect(404, 537, 401, 61));
|
||||
confirm_Btn->setFont(font3);
|
||||
confirm_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/rightBtn.png);\n"
|
||||
"color:white;"));
|
||||
|
||||
retranslateUi(QuitBySpeedDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(QuitBySpeedDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *QuitBySpeedDialog)
|
||||
{
|
||||
QuitBySpeedDialog->setWindowTitle(QCoreApplication::translate("QuitBySpeedDialog", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
groupBox_2->setTitle(QString());
|
||||
label_3->setText(QCoreApplication::translate("QuitBySpeedDialog", "\346\217\220\347\244\272", nullptr));
|
||||
label->setText(QCoreApplication::translate("QuitBySpeedDialog", "\351\200\237\345\272\246\345\267\262\350\266\20599r/min,\350\256\276\345\244\207\345\260\206\345\234\2505s\345\206\205\345\201\234\346\255\242", nullptr));
|
||||
downTime_Label->setText(QCoreApplication::translate("QuitBySpeedDialog", "5", nullptr));
|
||||
cancel_Btn->setText(QCoreApplication::translate("QuitBySpeedDialog", "\345\217\226\346\266\210", nullptr));
|
||||
confirm_Btn->setText(QCoreApplication::translate("QuitBySpeedDialog", "\347\241\256\350\256\244", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class QuitBySpeedDialog: public Ui_QuitBySpeedDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_QUITBYSPEEDDIALOG_H
|
||||
105
ZBD_IIIDL_S_Project/build20241115/UI/ui_quitgamedialog.h
Normal file
105
ZBD_IIIDL_S_Project/build20241115/UI/ui_quitgamedialog.h
Normal file
@@ -0,0 +1,105 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'quitgamedialog.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_QUITGAMEDIALOG_H
|
||||
#define UI_QUITGAMEDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_QuitGameDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QLabel *label;
|
||||
QPushButton *confirm_Btn;
|
||||
QPushButton *cancel_Btn;
|
||||
QLabel *label_2;
|
||||
|
||||
void setupUi(QDialog *QuitGameDialog)
|
||||
{
|
||||
if (QuitGameDialog->objectName().isEmpty())
|
||||
QuitGameDialog->setObjectName(QString::fromUtf8("QuitGameDialog"));
|
||||
QuitGameDialog->resize(1920, 1080);
|
||||
groupBox = new QGroupBox(QuitGameDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(558, 240, 804, 598));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||||
"border-radius: 32px;}"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(0, 0, 804, 64));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
label->setFont(font);
|
||||
label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/dialog.png);"));
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
confirm_Btn = new QPushButton(groupBox);
|
||||
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||||
confirm_Btn->setGeometry(QRect(500, 450, 120, 45));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(12);
|
||||
confirm_Btn->setFont(font1);
|
||||
confirm_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
cancel_Btn = new QPushButton(groupBox);
|
||||
cancel_Btn->setObjectName(QString::fromUtf8("cancel_Btn"));
|
||||
cancel_Btn->setGeometry(QRect(170, 450, 120, 45));
|
||||
cancel_Btn->setFont(font1);
|
||||
cancel_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
label_2 = new QLabel(groupBox);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(20, 240, 761, 51));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setBold(false);
|
||||
label_2->setFont(font2);
|
||||
label_2->setStyleSheet(QString::fromUtf8("width: 600px;\n"
|
||||
"height: 26px;\n"
|
||||
"font-size: 40px;\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #333333;\n"
|
||||
"line-height: 26px;"));
|
||||
label_2->setAlignment(Qt::AlignCenter);
|
||||
|
||||
retranslateUi(QuitGameDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(QuitGameDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *QuitGameDialog)
|
||||
{
|
||||
QuitGameDialog->setWindowTitle(QCoreApplication::translate("QuitGameDialog", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("QuitGameDialog", "\346\217\220\347\244\272", nullptr));
|
||||
confirm_Btn->setText(QCoreApplication::translate("QuitGameDialog", "\347\241\256\350\256\244", nullptr));
|
||||
cancel_Btn->setText(QCoreApplication::translate("QuitGameDialog", "\345\217\226\346\266\210", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("QuitGameDialog", "\346\270\270\346\210\217\346\255\243\345\234\250\350\277\220\350\241\214\344\270\255\357\274\214\347\241\256\350\256\244\351\200\200\345\207\272\345\220\227?", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class QuitGameDialog: public Ui_QuitGameDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_QUITGAMEDIALOG_H
|
||||
108
ZBD_IIIDL_S_Project/build20241115/UI/ui_selectuserdialog.h
Normal file
108
ZBD_IIIDL_S_Project/build20241115/UI/ui_selectuserdialog.h
Normal file
@@ -0,0 +1,108 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'selectuserdialog.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_SELECTUSERDIALOG_H
|
||||
#define UI_SELECTUSERDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_SelectUserDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QLabel *label;
|
||||
QLabel *label_2;
|
||||
QLabel *userMessage_Label;
|
||||
QPushButton *cancel_Btn;
|
||||
QPushButton *confirm_Btn;
|
||||
|
||||
void setupUi(QDialog *SelectUserDialog)
|
||||
{
|
||||
if (SelectUserDialog->objectName().isEmpty())
|
||||
SelectUserDialog->setObjectName(QString::fromUtf8("SelectUserDialog"));
|
||||
SelectUserDialog->resize(1920, 1080);
|
||||
SelectUserDialog->setStyleSheet(QString::fromUtf8(""));
|
||||
groupBox = new QGroupBox(SelectUserDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(558, 240, 804, 598));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||||
"border-radius: 32px;}"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(0, 0, 804, 64));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
label->setFont(font);
|
||||
label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/dialog/dialog.png);"));
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
label_2 = new QLabel(groupBox);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(100, 210, 621, 71));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(22);
|
||||
font1.setBold(true);
|
||||
label_2->setFont(font1);
|
||||
label_2->setAlignment(Qt::AlignCenter);
|
||||
userMessage_Label = new QLabel(groupBox);
|
||||
userMessage_Label->setObjectName(QString::fromUtf8("userMessage_Label"));
|
||||
userMessage_Label->setGeometry(QRect(140, 300, 561, 50));
|
||||
userMessage_Label->setFont(font);
|
||||
userMessage_Label->setStyleSheet(QString::fromUtf8("color:#666666;"));
|
||||
userMessage_Label->setAlignment(Qt::AlignCenter);
|
||||
cancel_Btn = new QPushButton(groupBox);
|
||||
cancel_Btn->setObjectName(QString::fromUtf8("cancel_Btn"));
|
||||
cancel_Btn->setGeometry(QRect(232, 490, 120, 45));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(12);
|
||||
cancel_Btn->setFont(font2);
|
||||
cancel_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
confirm_Btn = new QPushButton(groupBox);
|
||||
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||||
confirm_Btn->setGeometry(QRect(452, 490, 120, 45));
|
||||
confirm_Btn->setFont(font2);
|
||||
confirm_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
|
||||
retranslateUi(SelectUserDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(SelectUserDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *SelectUserDialog)
|
||||
{
|
||||
SelectUserDialog->setWindowTitle(QCoreApplication::translate("SelectUserDialog", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("SelectUserDialog", "\346\217\220\347\244\272", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("SelectUserDialog", "\347\241\256\350\256\244\351\200\211\346\213\251\345\275\223\345\211\215\347\224\250\346\210\267?", nullptr));
|
||||
userMessage_Label->setText(QCoreApplication::translate("SelectUserDialog", "\345\274\240\344\270\211 \347\224\267 12465431266", nullptr));
|
||||
cancel_Btn->setText(QCoreApplication::translate("SelectUserDialog", "\345\217\226\346\266\210", nullptr));
|
||||
confirm_Btn->setText(QCoreApplication::translate("SelectUserDialog", "\347\241\256\350\256\244", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class SelectUserDialog: public Ui_SelectUserDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_SELECTUSERDIALOG_H
|
||||
461
ZBD_IIIDL_S_Project/build20241115/UI/ui_settingwidget.h
Normal file
461
ZBD_IIIDL_S_Project/build20241115/UI/ui_settingwidget.h
Normal file
@@ -0,0 +1,461 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'settingwidget.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_SETTINGWIDGET_H
|
||||
#define UI_SETTINGWIDGET_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QLineEdit>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QRadioButton>
|
||||
#include <QtWidgets/QStackedWidget>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_SettingWidget
|
||||
{
|
||||
public:
|
||||
QPushButton *systemSetting_Btn;
|
||||
QPushButton *secretManage_Btn;
|
||||
QPushButton *productMsg_Btn;
|
||||
QStackedWidget *stackedWidget;
|
||||
QWidget *systemSetting_Page;
|
||||
QGroupBox *groupBox;
|
||||
QLabel *label;
|
||||
QRadioButton *CH_RadioButton;
|
||||
QRadioButton *EN_RadioButton;
|
||||
QGroupBox *groupBox_5;
|
||||
QLabel *label_5;
|
||||
QLabel *bioelectricityState_Label;
|
||||
QPushButton *bioelectricity_Btn;
|
||||
QLabel *upperSoftware_Label;
|
||||
QLabel *lowerSoftware_Label;
|
||||
QGroupBox *groupBox_7;
|
||||
QGroupBox *groupBox_2;
|
||||
QLabel *label_2;
|
||||
QPushButton *resetPassword_Btn;
|
||||
QGroupBox *groupBox_13;
|
||||
QLabel *label_6;
|
||||
QPushButton *Up_Btn;
|
||||
QPushButton *down_Btn;
|
||||
QGroupBox *groupBox_14;
|
||||
QLabel *label_7;
|
||||
QRadioButton *torque_Low;
|
||||
QRadioButton *torque_Middle;
|
||||
QRadioButton *torque_Hign;
|
||||
QLabel *lowVersion_Label;
|
||||
QGroupBox *groupBox_3;
|
||||
QLabel *label_3;
|
||||
QPushButton *FESConfig_Btn;
|
||||
QPushButton *OpenFES_Btn;
|
||||
QLabel *upVersion_Label;
|
||||
QWidget *password_Page;
|
||||
QGroupBox *groupBox_8;
|
||||
QPushButton *savePassword_Btn;
|
||||
QLabel *label_8;
|
||||
QLabel *confirmPasswordTips_Label;
|
||||
QPushButton *cancelPassword_Btn;
|
||||
QLabel *originalPasswordTips_Label;
|
||||
QGroupBox *groupBox_9;
|
||||
QLineEdit *originalPassword_LineEdit;
|
||||
QGroupBox *groupBox_10;
|
||||
QLineEdit *newPassword_LineEdit;
|
||||
QGroupBox *groupBox_11;
|
||||
QLineEdit *confirmPassword_LineEdit;
|
||||
QLabel *label_11;
|
||||
QLabel *label_12;
|
||||
QWidget *product_Page;
|
||||
QGroupBox *groupBox_6;
|
||||
QLabel *label_9;
|
||||
QGroupBox *groupBox_12;
|
||||
|
||||
void setupUi(QWidget *SettingWidget)
|
||||
{
|
||||
if (SettingWidget->objectName().isEmpty())
|
||||
SettingWidget->setObjectName(QString::fromUtf8("SettingWidget"));
|
||||
SettingWidget->resize(1920, 980);
|
||||
SettingWidget->setStyleSheet(QString::fromUtf8("#SettingWidget{background: #FFFFFF;}"));
|
||||
systemSetting_Btn = new QPushButton(SettingWidget);
|
||||
systemSetting_Btn->setObjectName(QString::fromUtf8("systemSetting_Btn"));
|
||||
systemSetting_Btn->setGeometry(QRect(50, 50, 210, 60));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
systemSetting_Btn->setFont(font);
|
||||
systemSetting_Btn->setStyleSheet(QString::fromUtf8("QPushButton{background: #EFEFEF;\n"
|
||||
"border-radius: 4px;color:black;}\n"
|
||||
"QPushButton:checked{background: #0D9DDB;;\n"
|
||||
"border-radius: 4px;color:white;}"));
|
||||
systemSetting_Btn->setCheckable(true);
|
||||
systemSetting_Btn->setChecked(true);
|
||||
secretManage_Btn = new QPushButton(SettingWidget);
|
||||
secretManage_Btn->setObjectName(QString::fromUtf8("secretManage_Btn"));
|
||||
secretManage_Btn->setGeometry(QRect(270, 50, 210, 60));
|
||||
secretManage_Btn->setFont(font);
|
||||
secretManage_Btn->setStyleSheet(QString::fromUtf8("QPushButton{background: #EFEFEF;\n"
|
||||
"border-radius: 4px;color:black;}\n"
|
||||
"QPushButton:checked{background: #0D9DDB;;\n"
|
||||
"border-radius: 4px;color:white;}"));
|
||||
secretManage_Btn->setCheckable(true);
|
||||
productMsg_Btn = new QPushButton(SettingWidget);
|
||||
productMsg_Btn->setObjectName(QString::fromUtf8("productMsg_Btn"));
|
||||
productMsg_Btn->setGeometry(QRect(490, 50, 251, 60));
|
||||
productMsg_Btn->setFont(font);
|
||||
productMsg_Btn->setStyleSheet(QString::fromUtf8("QPushButton{background: #EFEFEF;\n"
|
||||
"border-radius: 4px;color:black;}\n"
|
||||
"QPushButton:checked{background: #0D9DDB;;\n"
|
||||
"border-radius: 4px;color:white;}"));
|
||||
productMsg_Btn->setCheckable(true);
|
||||
stackedWidget = new QStackedWidget(SettingWidget);
|
||||
stackedWidget->setObjectName(QString::fromUtf8("stackedWidget"));
|
||||
stackedWidget->setGeometry(QRect(50, 115, 1820, 815));
|
||||
stackedWidget->setStyleSheet(QString::fromUtf8(""));
|
||||
systemSetting_Page = new QWidget();
|
||||
systemSetting_Page->setObjectName(QString::fromUtf8("systemSetting_Page"));
|
||||
groupBox = new QGroupBox(systemSetting_Page);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(225, 112, 600, 115));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{border-radius: 4px;\n"
|
||||
"border: 1px solid #979797;}"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(0, 40, 261, 40));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(18);
|
||||
label->setFont(font1);
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
CH_RadioButton = new QRadioButton(groupBox);
|
||||
CH_RadioButton->setObjectName(QString::fromUtf8("CH_RadioButton"));
|
||||
CH_RadioButton->setGeometry(QRect(290, 40, 121, 40));
|
||||
CH_RadioButton->setFont(font);
|
||||
CH_RadioButton->setChecked(true);
|
||||
EN_RadioButton = new QRadioButton(groupBox);
|
||||
EN_RadioButton->setObjectName(QString::fromUtf8("EN_RadioButton"));
|
||||
EN_RadioButton->setGeometry(QRect(420, 40, 121, 40));
|
||||
EN_RadioButton->setFont(font);
|
||||
groupBox_5 = new QGroupBox(systemSetting_Page);
|
||||
groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
|
||||
groupBox_5->setGeometry(QRect(875, 422, 600, 115));
|
||||
groupBox_5->setStyleSheet(QString::fromUtf8("#groupBox_5{border-radius: 4px;\n"
|
||||
"border: 1px solid #979797;}"));
|
||||
label_5 = new QLabel(groupBox_5);
|
||||
label_5->setObjectName(QString::fromUtf8("label_5"));
|
||||
label_5->setGeometry(QRect(9, 40, 241, 40));
|
||||
label_5->setFont(font1);
|
||||
label_5->setAlignment(Qt::AlignCenter);
|
||||
bioelectricityState_Label = new QLabel(groupBox_5);
|
||||
bioelectricityState_Label->setObjectName(QString::fromUtf8("bioelectricityState_Label"));
|
||||
bioelectricityState_Label->setGeometry(QRect(260, 50, 80, 30));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(12);
|
||||
bioelectricityState_Label->setFont(font2);
|
||||
bioelectricity_Btn = new QPushButton(groupBox_5);
|
||||
bioelectricity_Btn->setObjectName(QString::fromUtf8("bioelectricity_Btn"));
|
||||
bioelectricity_Btn->setGeometry(QRect(410, 38, 100, 45));
|
||||
bioelectricity_Btn->setFont(font);
|
||||
bioelectricity_Btn->setStyleSheet(QString::fromUtf8("background: #0D9DDB;border-radius: 8px;color:white;"));
|
||||
upperSoftware_Label = new QLabel(systemSetting_Page);
|
||||
upperSoftware_Label->setObjectName(QString::fromUtf8("upperSoftware_Label"));
|
||||
upperSoftware_Label->setGeometry(QRect(1200, 670, 401, 50));
|
||||
upperSoftware_Label->setFont(font2);
|
||||
lowerSoftware_Label = new QLabel(systemSetting_Page);
|
||||
lowerSoftware_Label->setObjectName(QString::fromUtf8("lowerSoftware_Label"));
|
||||
lowerSoftware_Label->setGeometry(QRect(1200, 720, 401, 50));
|
||||
lowerSoftware_Label->setFont(font2);
|
||||
groupBox_7 = new QGroupBox(systemSetting_Page);
|
||||
groupBox_7->setObjectName(QString::fromUtf8("groupBox_7"));
|
||||
groupBox_7->setGeometry(QRect(0, 0, 1820, 815));
|
||||
groupBox_7->setStyleSheet(QString::fromUtf8("#groupBox_7{background: #F1F9FD;\n"
|
||||
"border-radius: 10px;}"));
|
||||
groupBox_2 = new QGroupBox(groupBox_7);
|
||||
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
||||
groupBox_2->setGeometry(QRect(875, 112, 600, 115));
|
||||
groupBox_2->setStyleSheet(QString::fromUtf8("#groupBox_2{border-radius: 4px;\n"
|
||||
"border: 1px solid #979797;}"));
|
||||
label_2 = new QLabel(groupBox_2);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(10, 40, 261, 40));
|
||||
label_2->setFont(font1);
|
||||
label_2->setAlignment(Qt::AlignCenter);
|
||||
resetPassword_Btn = new QPushButton(groupBox_2);
|
||||
resetPassword_Btn->setObjectName(QString::fromUtf8("resetPassword_Btn"));
|
||||
resetPassword_Btn->setGeometry(QRect(440, 35, 100, 45));
|
||||
resetPassword_Btn->setFont(font);
|
||||
resetPassword_Btn->setStyleSheet(QString::fromUtf8("background: #0D9DDB;\n"
|
||||
"border-radius: 8px;\n"
|
||||
"color:white;"));
|
||||
groupBox_13 = new QGroupBox(groupBox_7);
|
||||
groupBox_13->setObjectName(QString::fromUtf8("groupBox_13"));
|
||||
groupBox_13->setGeometry(QRect(225, 422, 600, 115));
|
||||
groupBox_13->setStyleSheet(QString::fromUtf8("#groupBox_13{border-radius: 4px;\n"
|
||||
"border: 1px solid #979797;}"));
|
||||
label_6 = new QLabel(groupBox_13);
|
||||
label_6->setObjectName(QString::fromUtf8("label_6"));
|
||||
label_6->setGeometry(QRect(10, 40, 251, 40));
|
||||
label_6->setFont(font1);
|
||||
label_6->setAlignment(Qt::AlignCenter);
|
||||
Up_Btn = new QPushButton(groupBox_13);
|
||||
Up_Btn->setObjectName(QString::fromUtf8("Up_Btn"));
|
||||
Up_Btn->setGeometry(QRect(290, 35, 100, 45));
|
||||
Up_Btn->setFont(font);
|
||||
Up_Btn->setStyleSheet(QString::fromUtf8("QPushButton{background: #0D9DDB;\n"
|
||||
"border-radius: 8px;\n"
|
||||
"color:white;}\n"
|
||||
"QPushButton:pressed{background: #0F88BD;\n"
|
||||
"border-radius: 8px;\n"
|
||||
"color:white;}\n"
|
||||
""));
|
||||
Up_Btn->setAutoRepeat(true);
|
||||
down_Btn = new QPushButton(groupBox_13);
|
||||
down_Btn->setObjectName(QString::fromUtf8("down_Btn"));
|
||||
down_Btn->setGeometry(QRect(440, 35, 100, 45));
|
||||
down_Btn->setFont(font);
|
||||
down_Btn->setStyleSheet(QString::fromUtf8("QPushButton{background: #0D9DDB;\n"
|
||||
"border-radius: 8px;\n"
|
||||
"color:white;}\n"
|
||||
"QPushButton:pressed{background: #0F88BD;\n"
|
||||
"border-radius: 8px;\n"
|
||||
"color:white;}"));
|
||||
down_Btn->setAutoRepeat(true);
|
||||
groupBox_14 = new QGroupBox(groupBox_7);
|
||||
groupBox_14->setObjectName(QString::fromUtf8("groupBox_14"));
|
||||
groupBox_14->setGeometry(QRect(227, 270, 600, 115));
|
||||
groupBox_14->setStyleSheet(QString::fromUtf8("#groupBox_14{border-radius: 4px;\n"
|
||||
"border: 1px solid #979797;}"));
|
||||
label_7 = new QLabel(groupBox_14);
|
||||
label_7->setObjectName(QString::fromUtf8("label_7"));
|
||||
label_7->setGeometry(QRect(0, 40, 261, 40));
|
||||
label_7->setFont(font1);
|
||||
label_7->setAlignment(Qt::AlignCenter);
|
||||
torque_Low = new QRadioButton(groupBox_14);
|
||||
torque_Low->setObjectName(QString::fromUtf8("torque_Low"));
|
||||
torque_Low->setGeometry(QRect(260, 40, 101, 40));
|
||||
torque_Low->setFont(font);
|
||||
torque_Low->setChecked(true);
|
||||
torque_Middle = new QRadioButton(groupBox_14);
|
||||
torque_Middle->setObjectName(QString::fromUtf8("torque_Middle"));
|
||||
torque_Middle->setGeometry(QRect(370, 40, 111, 40));
|
||||
torque_Middle->setFont(font);
|
||||
torque_Hign = new QRadioButton(groupBox_14);
|
||||
torque_Hign->setObjectName(QString::fromUtf8("torque_Hign"));
|
||||
torque_Hign->setGeometry(QRect(490, 40, 101, 40));
|
||||
torque_Hign->setFont(font);
|
||||
lowVersion_Label = new QLabel(groupBox_7);
|
||||
lowVersion_Label->setObjectName(QString::fromUtf8("lowVersion_Label"));
|
||||
lowVersion_Label->setGeometry(QRect(1380, 720, 171, 51));
|
||||
groupBox_3 = new QGroupBox(groupBox_7);
|
||||
groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
|
||||
groupBox_3->setGeometry(QRect(875, 270, 600, 115));
|
||||
groupBox_3->setStyleSheet(QString::fromUtf8("#groupBox_3{border-radius: 4px;\n"
|
||||
"border: 1px solid #979797;}"));
|
||||
label_3 = new QLabel(groupBox_3);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
label_3->setGeometry(QRect(9, 40, 241, 40));
|
||||
label_3->setFont(font1);
|
||||
label_3->setAlignment(Qt::AlignCenter);
|
||||
FESConfig_Btn = new QPushButton(groupBox_3);
|
||||
FESConfig_Btn->setObjectName(QString::fromUtf8("FESConfig_Btn"));
|
||||
FESConfig_Btn->setGeometry(QRect(440, 39, 100, 45));
|
||||
FESConfig_Btn->setFont(font);
|
||||
FESConfig_Btn->setStyleSheet(QString::fromUtf8("background: #0D9DDB;\n"
|
||||
"border-radius: 8px;\n"
|
||||
"color:white;"));
|
||||
OpenFES_Btn = new QPushButton(groupBox_3);
|
||||
OpenFES_Btn->setObjectName(QString::fromUtf8("OpenFES_Btn"));
|
||||
OpenFES_Btn->setGeometry(QRect(290, 40, 100, 45));
|
||||
OpenFES_Btn->setFont(font);
|
||||
OpenFES_Btn->setStyleSheet(QString::fromUtf8("background: #0D9DDB;\n"
|
||||
"border-radius: 8px;\n"
|
||||
"color:white;"));
|
||||
upVersion_Label = new QLabel(systemSetting_Page);
|
||||
upVersion_Label->setObjectName(QString::fromUtf8("upVersion_Label"));
|
||||
upVersion_Label->setGeometry(QRect(1380, 670, 201, 51));
|
||||
stackedWidget->addWidget(systemSetting_Page);
|
||||
groupBox_7->raise();
|
||||
groupBox->raise();
|
||||
groupBox_5->raise();
|
||||
upperSoftware_Label->raise();
|
||||
lowerSoftware_Label->raise();
|
||||
upVersion_Label->raise();
|
||||
password_Page = new QWidget();
|
||||
password_Page->setObjectName(QString::fromUtf8("password_Page"));
|
||||
groupBox_8 = new QGroupBox(password_Page);
|
||||
groupBox_8->setObjectName(QString::fromUtf8("groupBox_8"));
|
||||
groupBox_8->setGeometry(QRect(0, 0, 1820, 815));
|
||||
groupBox_8->setFont(font2);
|
||||
groupBox_8->setStyleSheet(QString::fromUtf8("#groupBox_8{background: #F1F9FD;\n"
|
||||
"border-radius: 10px;}"));
|
||||
savePassword_Btn = new QPushButton(groupBox_8);
|
||||
savePassword_Btn->setObjectName(QString::fromUtf8("savePassword_Btn"));
|
||||
savePassword_Btn->setGeometry(QRect(832, 408, 120, 45));
|
||||
savePassword_Btn->setFont(font);
|
||||
savePassword_Btn->setStyleSheet(QString::fromUtf8("background: #07A8E7;\n"
|
||||
"border-radius: 8px;\n"
|
||||
"color:white;"));
|
||||
label_8 = new QLabel(groupBox_8);
|
||||
label_8->setObjectName(QString::fromUtf8("label_8"));
|
||||
label_8->setGeometry(QRect(319, 247, 231, 70));
|
||||
label_8->setFont(font);
|
||||
label_8->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
confirmPasswordTips_Label = new QLabel(groupBox_8);
|
||||
confirmPasswordTips_Label->setObjectName(QString::fromUtf8("confirmPasswordTips_Label"));
|
||||
confirmPasswordTips_Label->setGeometry(QRect(1040, 283, 441, 40));
|
||||
confirmPasswordTips_Label->setFont(font2);
|
||||
confirmPasswordTips_Label->setStyleSheet(QString::fromUtf8("color:#F47E4B;"));
|
||||
cancelPassword_Btn = new QPushButton(groupBox_8);
|
||||
cancelPassword_Btn->setObjectName(QString::fromUtf8("cancelPassword_Btn"));
|
||||
cancelPassword_Btn->setGeometry(QRect(632, 408, 120, 45));
|
||||
cancelPassword_Btn->setFont(font);
|
||||
cancelPassword_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #009EE4;\n"
|
||||
"color:#009EE4;"));
|
||||
originalPasswordTips_Label = new QLabel(groupBox_8);
|
||||
originalPasswordTips_Label->setObjectName(QString::fromUtf8("originalPasswordTips_Label"));
|
||||
originalPasswordTips_Label->setGeometry(QRect(1040, 117, 411, 40));
|
||||
originalPasswordTips_Label->setFont(font2);
|
||||
originalPasswordTips_Label->setStyleSheet(QString::fromUtf8("color:#F47E4B;"));
|
||||
groupBox_9 = new QGroupBox(groupBox_8);
|
||||
groupBox_9->setObjectName(QString::fromUtf8("groupBox_9"));
|
||||
groupBox_9->setGeometry(QRect(562, 78, 460, 70));
|
||||
groupBox_9->setStyleSheet(QString::fromUtf8("#groupBox_9{border-radius: 4px;\n"
|
||||
"border: 1px solid #979797;background:white;}"));
|
||||
originalPassword_LineEdit = new QLineEdit(groupBox_9);
|
||||
originalPassword_LineEdit->setObjectName(QString::fromUtf8("originalPassword_LineEdit"));
|
||||
originalPassword_LineEdit->setGeometry(QRect(30, 5, 401, 60));
|
||||
originalPassword_LineEdit->setFont(font);
|
||||
originalPassword_LineEdit->setStyleSheet(QString::fromUtf8("border:none;"));
|
||||
groupBox_10 = new QGroupBox(groupBox_8);
|
||||
groupBox_10->setObjectName(QString::fromUtf8("groupBox_10"));
|
||||
groupBox_10->setGeometry(QRect(560, 163, 460, 70));
|
||||
groupBox_10->setStyleSheet(QString::fromUtf8("#groupBox_10{border-radius: 4px;\n"
|
||||
"border: 1px solid #979797;background:white;}"));
|
||||
newPassword_LineEdit = new QLineEdit(groupBox_10);
|
||||
newPassword_LineEdit->setObjectName(QString::fromUtf8("newPassword_LineEdit"));
|
||||
newPassword_LineEdit->setGeometry(QRect(30, 5, 401, 60));
|
||||
newPassword_LineEdit->setFont(font);
|
||||
newPassword_LineEdit->setStyleSheet(QString::fromUtf8("border:none;"));
|
||||
groupBox_11 = new QGroupBox(groupBox_8);
|
||||
groupBox_11->setObjectName(QString::fromUtf8("groupBox_11"));
|
||||
groupBox_11->setGeometry(QRect(560, 248, 460, 70));
|
||||
groupBox_11->setStyleSheet(QString::fromUtf8("#groupBox_11{border-radius: 4px;\n"
|
||||
"border: 1px solid #979797;background:white;}"));
|
||||
confirmPassword_LineEdit = new QLineEdit(groupBox_11);
|
||||
confirmPassword_LineEdit->setObjectName(QString::fromUtf8("confirmPassword_LineEdit"));
|
||||
confirmPassword_LineEdit->setGeometry(QRect(30, 5, 401, 60));
|
||||
confirmPassword_LineEdit->setFont(font);
|
||||
confirmPassword_LineEdit->setStyleSheet(QString::fromUtf8("border:none;"));
|
||||
label_11 = new QLabel(groupBox_8);
|
||||
label_11->setObjectName(QString::fromUtf8("label_11"));
|
||||
label_11->setGeometry(QRect(319, 162, 231, 70));
|
||||
label_11->setFont(font);
|
||||
label_11->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
label_12 = new QLabel(groupBox_8);
|
||||
label_12->setObjectName(QString::fromUtf8("label_12"));
|
||||
label_12->setGeometry(QRect(319, 79, 231, 70));
|
||||
label_12->setFont(font);
|
||||
label_12->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
stackedWidget->addWidget(password_Page);
|
||||
product_Page = new QWidget();
|
||||
product_Page->setObjectName(QString::fromUtf8("product_Page"));
|
||||
groupBox_6 = new QGroupBox(product_Page);
|
||||
groupBox_6->setObjectName(QString::fromUtf8("groupBox_6"));
|
||||
groupBox_6->setGeometry(QRect(0, 0, 1820, 815));
|
||||
groupBox_6->setStyleSheet(QString::fromUtf8("#groupBox_6{background: #F1F9FD;\n"
|
||||
"border-radius: 10px;}"));
|
||||
label_9 = new QLabel(groupBox_6);
|
||||
label_9->setObjectName(QString::fromUtf8("label_9"));
|
||||
label_9->setGeometry(QRect(0, 0, 1820, 815));
|
||||
label_9->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/IIIDLH_CH.png);"));
|
||||
stackedWidget->addWidget(product_Page);
|
||||
groupBox_12 = new QGroupBox(SettingWidget);
|
||||
groupBox_12->setObjectName(QString::fromUtf8("groupBox_12"));
|
||||
groupBox_12->setGeometry(QRect(0, 0, 1920, 980));
|
||||
groupBox_12->setStyleSheet(QString::fromUtf8("#groupBox_12{background:white;}"));
|
||||
groupBox_12->raise();
|
||||
systemSetting_Btn->raise();
|
||||
secretManage_Btn->raise();
|
||||
productMsg_Btn->raise();
|
||||
stackedWidget->raise();
|
||||
|
||||
retranslateUi(SettingWidget);
|
||||
|
||||
stackedWidget->setCurrentIndex(0);
|
||||
|
||||
|
||||
QMetaObject::connectSlotsByName(SettingWidget);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *SettingWidget)
|
||||
{
|
||||
SettingWidget->setWindowTitle(QCoreApplication::translate("SettingWidget", "Form", nullptr));
|
||||
systemSetting_Btn->setText(QCoreApplication::translate("SettingWidget", "\347\263\273\347\273\237\350\256\276\347\275\256", nullptr));
|
||||
secretManage_Btn->setText(QCoreApplication::translate("SettingWidget", "\345\257\206\347\240\201\347\256\241\347\220\206", nullptr));
|
||||
productMsg_Btn->setText(QCoreApplication::translate("SettingWidget", "\344\272\247\345\223\201\344\273\213\347\273\215", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("SettingWidget", "\350\257\255 \350\250\200 \350\256\276 \347\275\256", nullptr));
|
||||
CH_RadioButton->setText(QCoreApplication::translate("SettingWidget", "\344\270\255\346\226\207", nullptr));
|
||||
EN_RadioButton->setText(QCoreApplication::translate("SettingWidget", "\350\213\261\346\226\207", nullptr));
|
||||
groupBox_5->setTitle(QString());
|
||||
label_5->setText(QCoreApplication::translate("SettingWidget", "\350\204\211 \346\220\217 \350\241\200 \346\260\247", nullptr));
|
||||
bioelectricityState_Label->setText(QCoreApplication::translate("SettingWidget", "\346\234\252\350\277\236\346\216\245", nullptr));
|
||||
bioelectricity_Btn->setText(QCoreApplication::translate("SettingWidget", "\351\205\215\347\275\256", nullptr));
|
||||
upperSoftware_Label->setText(QCoreApplication::translate("SettingWidget", "\344\270\212\344\275\215\346\234\272\350\275\257\344\273\266\347\211\210\346\234\254\345\217\267 V1.0.0.1", nullptr));
|
||||
lowerSoftware_Label->setText(QCoreApplication::translate("SettingWidget", "\344\270\213\344\275\215\346\234\272\350\275\257\344\273\266\347\211\210\346\234\254\345\217\267 V1.0.0.1", nullptr));
|
||||
groupBox_7->setTitle(QString());
|
||||
groupBox_2->setTitle(QString());
|
||||
label_2->setText(QCoreApplication::translate("SettingWidget", "\351\207\215 \347\275\256 \345\257\206 \347\240\201", nullptr));
|
||||
resetPassword_Btn->setText(QCoreApplication::translate("SettingWidget", "\351\207\215\347\275\256", nullptr));
|
||||
groupBox_13->setTitle(QString());
|
||||
label_6->setText(QCoreApplication::translate("SettingWidget", "\345\215\207 \351\231\215 \350\260\203 \350\212\202", nullptr));
|
||||
Up_Btn->setText(QCoreApplication::translate("SettingWidget", "\344\270\212\345\215\207", nullptr));
|
||||
down_Btn->setText(QCoreApplication::translate("SettingWidget", "\344\270\213\351\231\215", nullptr));
|
||||
groupBox_14->setTitle(QString());
|
||||
label_7->setText(QCoreApplication::translate("SettingWidget", "\350\276\223 \345\207\272 \346\211\255 \347\237\251", nullptr));
|
||||
torque_Low->setText(QCoreApplication::translate("SettingWidget", "\344\275\216", nullptr));
|
||||
torque_Middle->setText(QCoreApplication::translate("SettingWidget", "\344\270\255", nullptr));
|
||||
torque_Hign->setText(QCoreApplication::translate("SettingWidget", "\351\253\230", nullptr));
|
||||
lowVersion_Label->setText(QString());
|
||||
groupBox_3->setTitle(QString());
|
||||
label_3->setText(QCoreApplication::translate("SettingWidget", "\347\224\265 \345\210\272 \346\277\200 \347\233\222", nullptr));
|
||||
FESConfig_Btn->setText(QCoreApplication::translate("SettingWidget", "\351\205\215\347\275\256", nullptr));
|
||||
OpenFES_Btn->setText(QCoreApplication::translate("SettingWidget", "\345\220\257\347\224\250", nullptr));
|
||||
upVersion_Label->setText(QString());
|
||||
groupBox_8->setTitle(QString());
|
||||
savePassword_Btn->setText(QCoreApplication::translate("SettingWidget", "\344\277\235\345\255\230", nullptr));
|
||||
label_8->setText(QCoreApplication::translate("SettingWidget", "\347\241\256\350\256\244\345\257\206\347\240\201\357\274\232", nullptr));
|
||||
confirmPasswordTips_Label->setText(QCoreApplication::translate("SettingWidget", "\344\270\244\346\254\241\350\276\223\345\205\245\347\232\204\345\257\206\347\240\201\344\270\215\345\220\214", nullptr));
|
||||
cancelPassword_Btn->setText(QCoreApplication::translate("SettingWidget", "\345\217\226\346\266\210", nullptr));
|
||||
originalPasswordTips_Label->setText(QCoreApplication::translate("SettingWidget", "\345\216\237\345\257\206\347\240\201\350\276\223\345\205\245\351\224\231\350\257\257", nullptr));
|
||||
groupBox_9->setTitle(QString());
|
||||
originalPassword_LineEdit->setPlaceholderText(QCoreApplication::translate("SettingWidget", "\350\257\267\350\276\223\345\205\245\345\216\237\345\257\206\347\240\201", nullptr));
|
||||
groupBox_10->setTitle(QString());
|
||||
newPassword_LineEdit->setPlaceholderText(QCoreApplication::translate("SettingWidget", "\350\257\267\350\276\223\345\205\245\346\226\260\345\257\206\347\240\201", nullptr));
|
||||
groupBox_11->setTitle(QString());
|
||||
confirmPassword_LineEdit->setPlaceholderText(QCoreApplication::translate("SettingWidget", "\350\257\267\347\241\256\350\256\244\346\226\260\345\257\206\347\240\201", nullptr));
|
||||
label_11->setText(QCoreApplication::translate("SettingWidget", "\346\226\260 \345\257\206 \347\240\201\357\274\232", nullptr));
|
||||
label_12->setText(QCoreApplication::translate("SettingWidget", "\345\216\237 \345\257\206 \347\240\201\357\274\232", nullptr));
|
||||
groupBox_6->setTitle(QString());
|
||||
label_9->setText(QString());
|
||||
groupBox_12->setTitle(QString());
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class SettingWidget: public Ui_SettingWidget {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_SETTINGWIDGET_H
|
||||
101
ZBD_IIIDL_S_Project/build20241115/UI/ui_shutdeondialog.h
Normal file
101
ZBD_IIIDL_S_Project/build20241115/UI/ui_shutdeondialog.h
Normal file
@@ -0,0 +1,101 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'shutdeondialog.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_SHUTDEONDIALOG_H
|
||||
#define UI_SHUTDEONDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_ShutdeonDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QLabel *label;
|
||||
QPushButton *confirm_Btn;
|
||||
QPushButton *cancel_Btn;
|
||||
QLabel *label_2;
|
||||
|
||||
void setupUi(QWidget *ShutdeonDialog)
|
||||
{
|
||||
if (ShutdeonDialog->objectName().isEmpty())
|
||||
ShutdeonDialog->setObjectName(QString::fromUtf8("ShutdeonDialog"));
|
||||
ShutdeonDialog->resize(1920, 1080);
|
||||
groupBox = new QGroupBox(ShutdeonDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(558, 240, 804, 598));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||||
"border-radius: 32px;}"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(0, 0, 804, 64));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
label->setFont(font);
|
||||
label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/dialog.png);"));
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
confirm_Btn = new QPushButton(groupBox);
|
||||
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||||
confirm_Btn->setGeometry(QRect(500, 450, 120, 45));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(12);
|
||||
confirm_Btn->setFont(font1);
|
||||
confirm_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
cancel_Btn = new QPushButton(groupBox);
|
||||
cancel_Btn->setObjectName(QString::fromUtf8("cancel_Btn"));
|
||||
cancel_Btn->setGeometry(QRect(170, 450, 120, 45));
|
||||
cancel_Btn->setFont(font1);
|
||||
cancel_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
label_2 = new QLabel(groupBox);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(20, 240, 761, 51));
|
||||
label_2->setStyleSheet(QString::fromUtf8("width: 600px;\n"
|
||||
"height: 26px;\n"
|
||||
"font-size: 40px;\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #333333;\n"
|
||||
"line-height: 26px;"));
|
||||
label_2->setAlignment(Qt::AlignCenter);
|
||||
|
||||
retranslateUi(ShutdeonDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(ShutdeonDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *ShutdeonDialog)
|
||||
{
|
||||
ShutdeonDialog->setWindowTitle(QCoreApplication::translate("ShutdeonDialog", "Form", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("ShutdeonDialog", "\346\217\220\347\244\272", nullptr));
|
||||
confirm_Btn->setText(QCoreApplication::translate("ShutdeonDialog", "\347\241\256\350\256\244", nullptr));
|
||||
cancel_Btn->setText(QCoreApplication::translate("ShutdeonDialog", "\345\217\226\346\266\210", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("ShutdeonDialog", "\346\230\257\345\220\246\345\205\263\346\234\272?", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class ShutdeonDialog: public Ui_ShutdeonDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_SHUTDEONDIALOG_H
|
||||
128
ZBD_IIIDL_S_Project/build20241115/UI/ui_sounddialog.h
Normal file
128
ZBD_IIIDL_S_Project/build20241115/UI/ui_sounddialog.h
Normal file
@@ -0,0 +1,128 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'sounddialog.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_SOUNDDIALOG_H
|
||||
#define UI_SOUNDDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QSlider>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_SoundDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QSlider *slider;
|
||||
QLabel *title_Label;
|
||||
QPushButton *confirm_Btn;
|
||||
QPushButton *cancel_Btn;
|
||||
QGroupBox *groupBox_2;
|
||||
QPushButton *plus_Btn;
|
||||
QPushButton *minus_Btn;
|
||||
QLabel *value_Label;
|
||||
|
||||
void setupUi(QDialog *SoundDialog)
|
||||
{
|
||||
if (SoundDialog->objectName().isEmpty())
|
||||
SoundDialog->setObjectName(QString::fromUtf8("SoundDialog"));
|
||||
SoundDialog->resize(1920, 1080);
|
||||
groupBox = new QGroupBox(SoundDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(558, 240, 804, 598));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||||
"border-radius: 32px;}"));
|
||||
slider = new QSlider(groupBox);
|
||||
slider->setObjectName(QString::fromUtf8("slider"));
|
||||
slider->setGeometry(QRect(220, 340, 400, 43));
|
||||
slider->setStyleSheet(QString::fromUtf8(""));
|
||||
slider->setOrientation(Qt::Horizontal);
|
||||
title_Label = new QLabel(groupBox);
|
||||
title_Label->setObjectName(QString::fromUtf8("title_Label"));
|
||||
title_Label->setGeometry(QRect(0, 0, 804, 64));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
title_Label->setFont(font);
|
||||
title_Label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/dialog.png);"));
|
||||
title_Label->setAlignment(Qt::AlignCenter);
|
||||
confirm_Btn = new QPushButton(groupBox);
|
||||
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||||
confirm_Btn->setGeometry(QRect(340, 440, 120, 45));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(12);
|
||||
confirm_Btn->setFont(font1);
|
||||
confirm_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
cancel_Btn = new QPushButton(groupBox);
|
||||
cancel_Btn->setObjectName(QString::fromUtf8("cancel_Btn"));
|
||||
cancel_Btn->setGeometry(QRect(235, 513, 120, 45));
|
||||
cancel_Btn->setFont(font1);
|
||||
cancel_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
groupBox_2 = new QGroupBox(groupBox);
|
||||
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
||||
groupBox_2->setGeometry(QRect(240, 205, 360, 60));
|
||||
groupBox_2->setStyleSheet(QString::fromUtf8("#groupBox_2{background: #FFFFFF;\n"
|
||||
"border: 1px solid #05A6EC;}"));
|
||||
plus_Btn = new QPushButton(groupBox_2);
|
||||
plus_Btn->setObjectName(QString::fromUtf8("plus_Btn"));
|
||||
plus_Btn->setGeometry(QRect(299, 1, 60, 58));
|
||||
plus_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/plus.png);"));
|
||||
plus_Btn->setAutoRepeat(true);
|
||||
plus_Btn->setAutoRepeatInterval(50);
|
||||
minus_Btn = new QPushButton(groupBox_2);
|
||||
minus_Btn->setObjectName(QString::fromUtf8("minus_Btn"));
|
||||
minus_Btn->setGeometry(QRect(1, 1, 60, 58));
|
||||
minus_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/minus.png);"));
|
||||
minus_Btn->setAutoRepeat(true);
|
||||
minus_Btn->setAutoRepeatInterval(50);
|
||||
value_Label = new QLabel(groupBox_2);
|
||||
value_Label->setObjectName(QString::fromUtf8("value_Label"));
|
||||
value_Label->setGeometry(QRect(60, 3, 131, 51));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(20);
|
||||
value_Label->setFont(font2);
|
||||
value_Label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
|
||||
retranslateUi(SoundDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(SoundDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *SoundDialog)
|
||||
{
|
||||
SoundDialog->setWindowTitle(QCoreApplication::translate("SoundDialog", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
title_Label->setText(QCoreApplication::translate("SoundDialog", "\346\217\220\347\244\272\357\274\232\351\237\263\351\207\217\350\260\203\350\212\202", nullptr));
|
||||
confirm_Btn->setText(QCoreApplication::translate("SoundDialog", "\347\241\256\350\256\244", nullptr));
|
||||
cancel_Btn->setText(QCoreApplication::translate("SoundDialog", "\345\217\226\346\266\210", nullptr));
|
||||
groupBox_2->setTitle(QString());
|
||||
plus_Btn->setText(QString());
|
||||
minus_Btn->setText(QString());
|
||||
value_Label->setText(QCoreApplication::translate("SoundDialog", "100", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class SoundDialog: public Ui_SoundDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_SOUNDDIALOG_H
|
||||
98
ZBD_IIIDL_S_Project/build20241115/UI/ui_spasmtipsdialog.h
Normal file
98
ZBD_IIIDL_S_Project/build20241115/UI/ui_spasmtipsdialog.h
Normal file
@@ -0,0 +1,98 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'spasmtipsdialog.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_SPASMTIPSDIALOG_H
|
||||
#define UI_SPASMTIPSDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_SpasmTipsDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QLabel *label;
|
||||
QLabel *tips_Label;
|
||||
QPushButton *confirm_Btn;
|
||||
QLabel *image_Label;
|
||||
|
||||
void setupUi(QDialog *SpasmTipsDialog)
|
||||
{
|
||||
if (SpasmTipsDialog->objectName().isEmpty())
|
||||
SpasmTipsDialog->setObjectName(QString::fromUtf8("SpasmTipsDialog"));
|
||||
SpasmTipsDialog->resize(1920, 1080);
|
||||
SpasmTipsDialog->setStyleSheet(QString::fromUtf8(""));
|
||||
groupBox = new QGroupBox(SpasmTipsDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(710, 340, 500, 400));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||||
"border-radius: 32px;}"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(0, 0, 500, 70));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
label->setFont(font);
|
||||
label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/dialog.png);"));
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
tips_Label = new QLabel(groupBox);
|
||||
tips_Label->setObjectName(QString::fromUtf8("tips_Label"));
|
||||
tips_Label->setGeometry(QRect(100, 190, 301, 71));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(18);
|
||||
font1.setBold(true);
|
||||
tips_Label->setFont(font1);
|
||||
tips_Label->setAlignment(Qt::AlignCenter);
|
||||
tips_Label->setWordWrap(true);
|
||||
confirm_Btn = new QPushButton(groupBox);
|
||||
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||||
confirm_Btn->setGeometry(QRect(200, 290, 120, 45));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(12);
|
||||
confirm_Btn->setFont(font2);
|
||||
confirm_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
image_Label = new QLabel(groupBox);
|
||||
image_Label->setObjectName(QString::fromUtf8("image_Label"));
|
||||
image_Label->setGeometry(QRect(220, 110, 71, 71));
|
||||
image_Label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/dialog/spasm.png);"));
|
||||
|
||||
retranslateUi(SpasmTipsDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(SpasmTipsDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *SpasmTipsDialog)
|
||||
{
|
||||
SpasmTipsDialog->setWindowTitle(QCoreApplication::translate("SpasmTipsDialog", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("SpasmTipsDialog", "\346\217\220\347\244\272", nullptr));
|
||||
tips_Label->setText(QString());
|
||||
confirm_Btn->setText(QCoreApplication::translate("SpasmTipsDialog", "\347\241\256\350\256\244", nullptr));
|
||||
image_Label->setText(QString());
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class SpasmTipsDialog: public Ui_SpasmTipsDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_SPASMTIPSDIALOG_H
|
||||
138
ZBD_IIIDL_S_Project/build20241115/UI/ui_titlewidget.h
Normal file
138
ZBD_IIIDL_S_Project/build20241115/UI/ui_titlewidget.h
Normal file
@@ -0,0 +1,138 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'titlewidget.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_TITLEWIDGET_H
|
||||
#define UI_TITLEWIDGET_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_TitleWidget
|
||||
{
|
||||
public:
|
||||
QLabel *title_Label;
|
||||
QLabel *signal_Label;
|
||||
QPushButton *user_Btn;
|
||||
QLabel *wifiSignal_Label;
|
||||
QGroupBox *groupBox;
|
||||
QPushButton *back2_Btn;
|
||||
QPushButton *back1_Btn;
|
||||
QPushButton *quit_Btn;
|
||||
QLabel *state_label;
|
||||
QLabel *wifiSignal2_Label;
|
||||
QPushButton *sound_Button;
|
||||
|
||||
void setupUi(QWidget *TitleWidget)
|
||||
{
|
||||
if (TitleWidget->objectName().isEmpty())
|
||||
TitleWidget->setObjectName(QString::fromUtf8("TitleWidget"));
|
||||
TitleWidget->resize(1920, 100);
|
||||
TitleWidget->setStyleSheet(QString::fromUtf8(""));
|
||||
title_Label = new QLabel(TitleWidget);
|
||||
title_Label->setObjectName(QString::fromUtf8("title_Label"));
|
||||
title_Label->setGeometry(QRect(570, 0, 621, 101));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(28);
|
||||
font.setBold(true);
|
||||
font.setWeight(75);
|
||||
title_Label->setFont(font);
|
||||
title_Label->setStyleSheet(QString::fromUtf8("color:white;"));
|
||||
title_Label->setAlignment(Qt::AlignCenter);
|
||||
signal_Label = new QLabel(TitleWidget);
|
||||
signal_Label->setObjectName(QString::fromUtf8("signal_Label"));
|
||||
signal_Label->setGeometry(QRect(1620, 30, 40, 40));
|
||||
signal_Label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/signal/titleSignal.png);"));
|
||||
user_Btn = new QPushButton(TitleWidget);
|
||||
user_Btn->setObjectName(QString::fromUtf8("user_Btn"));
|
||||
user_Btn->setGeometry(QRect(1700, 20, 170, 60));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(15);
|
||||
user_Btn->setFont(font1);
|
||||
user_Btn->setStyleSheet(QString::fromUtf8("#user_Btn{background: #FFFFFF;\n"
|
||||
"border-radius: 30px;\n"
|
||||
"color:#05A6EC;}"));
|
||||
wifiSignal_Label = new QLabel(TitleWidget);
|
||||
wifiSignal_Label->setObjectName(QString::fromUtf8("wifiSignal_Label"));
|
||||
wifiSignal_Label->setGeometry(QRect(1500, 30, 40, 40));
|
||||
wifiSignal_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
groupBox = new QGroupBox(TitleWidget);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(0, 0, 1920, 100));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #05A6EC;border:none;}"));
|
||||
back2_Btn = new QPushButton(groupBox);
|
||||
back2_Btn->setObjectName(QString::fromUtf8("back2_Btn"));
|
||||
back2_Btn->setGeometry(QRect(85, 14, 131, 70));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(28);
|
||||
back2_Btn->setFont(font2);
|
||||
back2_Btn->setStyleSheet(QString::fromUtf8("color:white;\n"
|
||||
"border:2px;"));
|
||||
back1_Btn = new QPushButton(groupBox);
|
||||
back1_Btn->setObjectName(QString::fromUtf8("back1_Btn"));
|
||||
back1_Btn->setGeometry(QRect(37, 24, 50, 50));
|
||||
back1_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/signal/back.png);"));
|
||||
quit_Btn = new QPushButton(groupBox);
|
||||
quit_Btn->setObjectName(QString::fromUtf8("quit_Btn"));
|
||||
quit_Btn->setGeometry(QRect(60, 20, 60, 60));
|
||||
quit_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/quit.png);"));
|
||||
state_label = new QLabel(groupBox);
|
||||
state_label->setObjectName(QString::fromUtf8("state_label"));
|
||||
state_label->setGeometry(QRect(1400, 70, 301, 31));
|
||||
wifiSignal2_Label = new QLabel(groupBox);
|
||||
wifiSignal2_Label->setObjectName(QString::fromUtf8("wifiSignal2_Label"));
|
||||
wifiSignal2_Label->setGeometry(QRect(1430, 30, 40, 40));
|
||||
wifiSignal2_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
sound_Button = new QPushButton(groupBox);
|
||||
sound_Button->setObjectName(QString::fromUtf8("sound_Button"));
|
||||
sound_Button->setGeometry(QRect(1550, 30, 40, 40));
|
||||
sound_Button->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/sound.png);"));
|
||||
groupBox->raise();
|
||||
title_Label->raise();
|
||||
signal_Label->raise();
|
||||
user_Btn->raise();
|
||||
wifiSignal_Label->raise();
|
||||
|
||||
retranslateUi(TitleWidget);
|
||||
|
||||
QMetaObject::connectSlotsByName(TitleWidget);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *TitleWidget)
|
||||
{
|
||||
TitleWidget->setWindowTitle(QCoreApplication::translate("TitleWidget", "Form", nullptr));
|
||||
title_Label->setText(QString());
|
||||
signal_Label->setText(QString());
|
||||
user_Btn->setText(QString());
|
||||
wifiSignal_Label->setText(QString());
|
||||
groupBox->setTitle(QString());
|
||||
back2_Btn->setText(QCoreApplication::translate("TitleWidget", "\350\277\224\345\233\236", nullptr));
|
||||
back1_Btn->setText(QString());
|
||||
quit_Btn->setText(QString());
|
||||
state_label->setText(QString());
|
||||
wifiSignal2_Label->setText(QString());
|
||||
sound_Button->setText(QString());
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class TitleWidget: public Ui_TitleWidget {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_TITLEWIDGET_H
|
||||
141
ZBD_IIIDL_S_Project/build20241115/UI/ui_torquedialog.h
Normal file
141
ZBD_IIIDL_S_Project/build20241115/UI/ui_torquedialog.h
Normal file
@@ -0,0 +1,141 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'torquedialog.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_TORQUEDIALOG_H
|
||||
#define UI_TORQUEDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QLineEdit>
|
||||
#include <QtWidgets/QPushButton>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_TorqueDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QGroupBox *groupBox_2;
|
||||
QLabel *label_3;
|
||||
QPushButton *cancel_Btn;
|
||||
QPushButton *confirm_Btn;
|
||||
QGroupBox *groupBox_9;
|
||||
QLineEdit *originalPassword_LineEdit;
|
||||
QLabel *label;
|
||||
QLabel *label_12;
|
||||
QLabel *label_2;
|
||||
QLabel *originalPasswordTips_Label;
|
||||
|
||||
void setupUi(QDialog *TorqueDialog)
|
||||
{
|
||||
if (TorqueDialog->objectName().isEmpty())
|
||||
TorqueDialog->setObjectName(QString::fromUtf8("TorqueDialog"));
|
||||
TorqueDialog->resize(1920, 1080);
|
||||
groupBox = new QGroupBox(TorqueDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(558, 240, 804, 598));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||||
"border-radius: 8px;}"));
|
||||
groupBox_2 = new QGroupBox(groupBox);
|
||||
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
||||
groupBox_2->setGeometry(QRect(0, 0, 804, 64));
|
||||
groupBox_2->setStyleSheet(QString::fromUtf8("background: #DDECFC;\n"
|
||||
"border-top-left-radius: 8px;\n"
|
||||
"border-top-right-radius:8px"));
|
||||
label_3 = new QLabel(groupBox_2);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
label_3->setGeometry(QRect(341, 7, 131, 51));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
label_3->setFont(font);
|
||||
label_3->setAlignment(Qt::AlignCenter);
|
||||
cancel_Btn = new QPushButton(groupBox);
|
||||
cancel_Btn->setObjectName(QString::fromUtf8("cancel_Btn"));
|
||||
cancel_Btn->setGeometry(QRect(0, 537, 401, 61));
|
||||
cancel_Btn->setFont(font);
|
||||
cancel_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/leftBtn.png);\n"
|
||||
"color:white;"));
|
||||
confirm_Btn = new QPushButton(groupBox);
|
||||
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||||
confirm_Btn->setGeometry(QRect(404, 537, 401, 61));
|
||||
confirm_Btn->setFont(font);
|
||||
confirm_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/rightBtn.png);\n"
|
||||
"color:white;"));
|
||||
groupBox_9 = new QGroupBox(groupBox);
|
||||
groupBox_9->setObjectName(QString::fromUtf8("groupBox_9"));
|
||||
groupBox_9->setGeometry(QRect(200, 410, 401, 70));
|
||||
groupBox_9->setStyleSheet(QString::fromUtf8("#groupBox_9{border-radius: 4px;\n"
|
||||
"border: 1px solid #979797;background:white;}"));
|
||||
originalPassword_LineEdit = new QLineEdit(groupBox_9);
|
||||
originalPassword_LineEdit->setObjectName(QString::fromUtf8("originalPassword_LineEdit"));
|
||||
originalPassword_LineEdit->setGeometry(QRect(30, 5, 331, 60));
|
||||
originalPassword_LineEdit->setFont(font);
|
||||
originalPassword_LineEdit->setStyleSheet(QString::fromUtf8("border:none;"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(0, 190, 801, 91));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(20);
|
||||
font1.setBold(false);
|
||||
label->setFont(font1);
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
label_12 = new QLabel(groupBox);
|
||||
label_12->setObjectName(QString::fromUtf8("label_12"));
|
||||
label_12->setGeometry(QRect(0, 410, 201, 71));
|
||||
label_12->setFont(font);
|
||||
label_12->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
label_2 = new QLabel(groupBox);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(160, 300, 491, 61));
|
||||
label_2->setFont(font);
|
||||
label_2->setStyleSheet(QString::fromUtf8("color: rgba(0,0,0,0.45);"));
|
||||
label_2->setAlignment(Qt::AlignCenter);
|
||||
originalPasswordTips_Label = new QLabel(groupBox);
|
||||
originalPasswordTips_Label->setObjectName(QString::fromUtf8("originalPasswordTips_Label"));
|
||||
originalPasswordTips_Label->setGeometry(QRect(610, 430, 191, 40));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(12);
|
||||
originalPasswordTips_Label->setFont(font2);
|
||||
originalPasswordTips_Label->setStyleSheet(QString::fromUtf8("color:#F47E4B;"));
|
||||
|
||||
retranslateUi(TorqueDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(TorqueDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *TorqueDialog)
|
||||
{
|
||||
TorqueDialog->setWindowTitle(QCoreApplication::translate("TorqueDialog", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
groupBox_2->setTitle(QString());
|
||||
label_3->setText(QCoreApplication::translate("TorqueDialog", "\346\217\220\347\244\272", nullptr));
|
||||
cancel_Btn->setText(QCoreApplication::translate("TorqueDialog", "\345\217\226\346\266\210", nullptr));
|
||||
confirm_Btn->setText(QCoreApplication::translate("TorqueDialog", "\347\241\256\350\256\244", nullptr));
|
||||
groupBox_9->setTitle(QString());
|
||||
originalPassword_LineEdit->setPlaceholderText(QCoreApplication::translate("TorqueDialog", "\350\257\267\350\276\223\345\205\245\345\257\206\347\240\201", nullptr));
|
||||
label->setText(QCoreApplication::translate("TorqueDialog", "\350\276\223\345\207\272\346\211\255\347\237\251\345\272\224\345\234\250\345\214\273\345\270\210\346\214\207\345\257\274\344\270\213\346\233\264\346\224\271", nullptr));
|
||||
label_12->setText(QCoreApplication::translate("TorqueDialog", " \345\257\206 \347\240\201\357\274\232", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("TorqueDialog", "\346\233\264\346\224\271\346\211\255\347\237\251\345\217\257\350\203\275\351\200\240\346\210\220\351\243\216\351\231\251", nullptr));
|
||||
originalPasswordTips_Label->setText(QCoreApplication::translate("TorqueDialog", "\345\257\206\347\240\201\350\276\223\345\205\245\351\224\231\350\257\257", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class TorqueDialog: public Ui_TorqueDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_TORQUEDIALOG_H
|
||||
459
ZBD_IIIDL_S_Project/build20241115/UI/ui_trainingparamsetting.h
Normal file
459
ZBD_IIIDL_S_Project/build20241115/UI/ui_trainingparamsetting.h
Normal file
@@ -0,0 +1,459 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'trainingparamsetting.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_TRAININGPARAMSETTING_H
|
||||
#define UI_TRAININGPARAMSETTING_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QComboBox>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_TrainingParamSetting
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox_8;
|
||||
QGroupBox *groupBox;
|
||||
QLabel *trainTimeIcon_label;
|
||||
QLabel *label_3;
|
||||
QComboBox *trainTime1_ComboBox;
|
||||
QLabel *trainTime_label;
|
||||
QGroupBox *groupBox_2;
|
||||
QLabel *trainResistanceIcon_label;
|
||||
QComboBox *resistance1_ComboBox;
|
||||
QLabel *trainResistance_label;
|
||||
QLabel *label_4;
|
||||
QGroupBox *groupBox_3;
|
||||
QLabel *trainSpeedIcon_label;
|
||||
QComboBox *speed1_ComboBox;
|
||||
QLabel *trainSpeed_label;
|
||||
QLabel *label_6;
|
||||
QGroupBox *groupBox_4;
|
||||
QLabel *label_16;
|
||||
QPushButton *CW1_Button;
|
||||
QPushButton *ACW1_Button;
|
||||
QLabel *label_8;
|
||||
QGroupBox *groupBox_5;
|
||||
QLabel *label_18;
|
||||
QPushButton *spasmHigh1_Button;
|
||||
QPushButton *spasmMidd1_Button;
|
||||
QPushButton *spasmLow1_Button;
|
||||
QLabel *label_9;
|
||||
QGroupBox *groupBox_6;
|
||||
QLabel *spasmProtectIcon_label;
|
||||
QLabel *spasmProtect_label;
|
||||
QPushButton *spasmClose1_Button;
|
||||
QGroupBox *groupBox_7;
|
||||
QPushButton *upSpeedMinus_Btn;
|
||||
QLabel *label_12;
|
||||
QPushButton *upSpeedPlus_Btn_2;
|
||||
QPushButton *upSpeedPlus_Btn;
|
||||
QPushButton *confirm_Btn;
|
||||
|
||||
void setupUi(QWidget *TrainingParamSetting)
|
||||
{
|
||||
if (TrainingParamSetting->objectName().isEmpty())
|
||||
TrainingParamSetting->setObjectName(QString::fromUtf8("TrainingParamSetting"));
|
||||
TrainingParamSetting->resize(1920, 1160);
|
||||
TrainingParamSetting->setStyleSheet(QString::fromUtf8("#TrainingParamSetting{background-color: rgb(255, 255, 255);}"));
|
||||
groupBox_8 = new QGroupBox(TrainingParamSetting);
|
||||
groupBox_8->setObjectName(QString::fromUtf8("groupBox_8"));
|
||||
groupBox_8->setGeometry(QRect(0, 0, 1911, 1141));
|
||||
groupBox_8->setStyleSheet(QString::fromUtf8("#groupBox_8{background:white;border:none;}"));
|
||||
groupBox = new QGroupBox(groupBox_8);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(70, 59, 440, 371));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("background: #EEFDFD;\n"
|
||||
"border-radius: 12px;"));
|
||||
trainTimeIcon_label = new QLabel(groupBox);
|
||||
trainTimeIcon_label->setObjectName(QString::fromUtf8("trainTimeIcon_label"));
|
||||
trainTimeIcon_label->setGeometry(QRect(70, 50, 50, 50));
|
||||
trainTimeIcon_label->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/trainPage/trainParam_time.png")));
|
||||
label_3 = new QLabel(groupBox);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
label_3->setGeometry(QRect(230, 100, 81, 51));
|
||||
label_3->setStyleSheet(QString::fromUtf8("width: 66px;\n"
|
||||
"height: 36px;\n"
|
||||
"font-size: 36px;\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #666666;\n"
|
||||
"line-height: 54px;"));
|
||||
label_3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
trainTime1_ComboBox = new QComboBox(groupBox);
|
||||
trainTime1_ComboBox->setObjectName(QString::fromUtf8("trainTime1_ComboBox"));
|
||||
trainTime1_ComboBox->setGeometry(QRect(80, 190, 260, 120));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setBold(false);
|
||||
trainTime1_ComboBox->setFont(font);
|
||||
trainTime1_ComboBox->setStyleSheet(QString::fromUtf8("#trainTime1_ComboBox {\n"
|
||||
"background: #FFFFFF;\n"
|
||||
"border-radius: 6px;\n"
|
||||
"border: 2px solid #05A6EC;\n"
|
||||
"\n"
|
||||
"width: 64px;\n"
|
||||
"height: 56px;\n"
|
||||
"font-size: 56px;\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #333333;\n"
|
||||
"line-height: 84px;\n"
|
||||
"\n"
|
||||
"padding-left:100px;\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"#trainTime1_ComboBox::drop-down{\n"
|
||||
"width:0px;\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"#trainTime1_ComboBox QAbstaractItemView{\n"
|
||||
"width:80px;\n"
|
||||
"}"));
|
||||
trainTime_label = new QLabel(groupBox);
|
||||
trainTime_label->setObjectName(QString::fromUtf8("trainTime_label"));
|
||||
trainTime_label->setGeometry(QRect(140, 40, 291, 61));
|
||||
QFont font1;
|
||||
font1.setBold(false);
|
||||
trainTime_label->setFont(font1);
|
||||
trainTime_label->setStyleSheet(QString::fromUtf8("width: 168px;\n"
|
||||
"height: 42px;\n"
|
||||
"font-size: 42px;\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #033333;\n"
|
||||
"line-height: 63px;"));
|
||||
groupBox_2 = new QGroupBox(groupBox_8);
|
||||
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
||||
groupBox_2->setGeometry(QRect(540, 60, 440, 380));
|
||||
groupBox_2->setStyleSheet(QString::fromUtf8("background: #EEFDFD;\n"
|
||||
"border-radius: 12px;"));
|
||||
trainResistanceIcon_label = new QLabel(groupBox_2);
|
||||
trainResistanceIcon_label->setObjectName(QString::fromUtf8("trainResistanceIcon_label"));
|
||||
trainResistanceIcon_label->setGeometry(QRect(80, 50, 50, 50));
|
||||
trainResistanceIcon_label->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/trainPage/trainParam_force.png")));
|
||||
resistance1_ComboBox = new QComboBox(groupBox_2);
|
||||
resistance1_ComboBox->setObjectName(QString::fromUtf8("resistance1_ComboBox"));
|
||||
resistance1_ComboBox->setGeometry(QRect(90, 190, 260, 120));
|
||||
resistance1_ComboBox->setFont(font);
|
||||
resistance1_ComboBox->setStyleSheet(QString::fromUtf8("#resistance1_ComboBox {\n"
|
||||
"background: #FFFFFF;\n"
|
||||
"border-radius: 6px;\n"
|
||||
"border: 2px solid #05A6EC;\n"
|
||||
"\n"
|
||||
"width: 64px;\n"
|
||||
"height: 56px;\n"
|
||||
"font-size: 56px;\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #333333;\n"
|
||||
"line-height: 84px;\n"
|
||||
"\n"
|
||||
"padding-left:100px;\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"#resistance1_ComboBox::drop-down{\n"
|
||||
"width:0px;\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"#resistance1_ComboBox QAbstaractItemView{\n"
|
||||
"width:80px;\n"
|
||||
"}"));
|
||||
trainResistance_label = new QLabel(groupBox_2);
|
||||
trainResistance_label->setObjectName(QString::fromUtf8("trainResistance_label"));
|
||||
trainResistance_label->setGeometry(QRect(150, 40, 381, 71));
|
||||
trainResistance_label->setStyleSheet(QString::fromUtf8("width: 168px;\n"
|
||||
"height: 42px;\n"
|
||||
"font-size: 42px;\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #033333;\n"
|
||||
"line-height: 63px;"));
|
||||
label_4 = new QLabel(groupBox_2);
|
||||
label_4->setObjectName(QString::fromUtf8("label_4"));
|
||||
label_4->setGeometry(QRect(210, 100, 101, 51));
|
||||
label_4->setStyleSheet(QString::fromUtf8("width: 66px;\n"
|
||||
"height: 36px;\n"
|
||||
"font-size: 36px;\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #666666;\n"
|
||||
"line-height: 54px;"));
|
||||
label_4->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
groupBox_3 = new QGroupBox(groupBox_8);
|
||||
groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
|
||||
groupBox_3->setGeometry(QRect(1010, 60, 440, 380));
|
||||
groupBox_3->setStyleSheet(QString::fromUtf8("background: #EEFDFD;\n"
|
||||
"border-radius: 12px;"));
|
||||
trainSpeedIcon_label = new QLabel(groupBox_3);
|
||||
trainSpeedIcon_label->setObjectName(QString::fromUtf8("trainSpeedIcon_label"));
|
||||
trainSpeedIcon_label->setGeometry(QRect(90, 40, 50, 50));
|
||||
trainSpeedIcon_label->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/trainPage/trainParam_speed.png")));
|
||||
speed1_ComboBox = new QComboBox(groupBox_3);
|
||||
speed1_ComboBox->setObjectName(QString::fromUtf8("speed1_ComboBox"));
|
||||
speed1_ComboBox->setGeometry(QRect(80, 190, 260, 120));
|
||||
speed1_ComboBox->setFont(font);
|
||||
speed1_ComboBox->setStyleSheet(QString::fromUtf8("#speed1_ComboBox {\n"
|
||||
"background: #FFFFFF;\n"
|
||||
"border-radius: 6px;\n"
|
||||
"border: 2px solid #05A6EC;\n"
|
||||
"\n"
|
||||
"width: 64px;\n"
|
||||
"height: 56px;\n"
|
||||
"font-size: 56px;\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #333333;\n"
|
||||
"line-height: 84px;\n"
|
||||
"\n"
|
||||
"padding-left:100px;\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"#speed1_ComboBox::drop-down{\n"
|
||||
"width:0px;\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
"#speed1_ComboBox QAbstaractItemView{\n"
|
||||
"width:80px;\n"
|
||||
"}"));
|
||||
trainSpeed_label = new QLabel(groupBox_3);
|
||||
trainSpeed_label->setObjectName(QString::fromUtf8("trainSpeed_label"));
|
||||
trainSpeed_label->setGeometry(QRect(160, 30, 331, 71));
|
||||
trainSpeed_label->setStyleSheet(QString::fromUtf8("width: 168px;\n"
|
||||
"height: 42px;\n"
|
||||
"font-size: 42px;\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #033333;\n"
|
||||
"line-height: 63px;"));
|
||||
label_6 = new QLabel(groupBox_3);
|
||||
label_6->setObjectName(QString::fromUtf8("label_6"));
|
||||
label_6->setGeometry(QRect(180, 100, 141, 41));
|
||||
label_6->setStyleSheet(QString::fromUtf8("width: 66px;\n"
|
||||
"height: 36px;\n"
|
||||
"font-size: 36px;\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #666666;\n"
|
||||
"line-height: 54px;"));
|
||||
label_6->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
groupBox_4 = new QGroupBox(groupBox_8);
|
||||
groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
|
||||
groupBox_4->setGeometry(QRect(70, 460, 410, 350));
|
||||
groupBox_4->setStyleSheet(QString::fromUtf8("\n"
|
||||
"background: #EEF7FD;\n"
|
||||
"border-radius: 12px;\n"
|
||||
"\n"
|
||||
""));
|
||||
label_16 = new QLabel(groupBox_4);
|
||||
label_16->setObjectName(QString::fromUtf8("label_16"));
|
||||
label_16->setGeometry(QRect(100, 90, 50, 50));
|
||||
label_16->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/trainPage/trainParam_turn.png")));
|
||||
CW1_Button = new QPushButton(groupBox_4);
|
||||
CW1_Button->setObjectName(QString::fromUtf8("CW1_Button"));
|
||||
CW1_Button->setGeometry(QRect(40, 190, 140, 70));
|
||||
CW1_Button->setStyleSheet(QString::fromUtf8("#CW1_Button{\n"
|
||||
"background: #05A6EC;color: #FFFFFF;font-size: 34px;font-weight: 500;line-height: 51px;text-shadow: 0px 3px 6px rgba(12,49,153,0.59), 0px 1px 2px #076D99;border: 2px solid #05A6EC;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"}"));
|
||||
CW1_Button->setCheckable(true);
|
||||
CW1_Button->setChecked(true);
|
||||
CW1_Button->setAutoExclusive(true);
|
||||
ACW1_Button = new QPushButton(groupBox_4);
|
||||
ACW1_Button->setObjectName(QString::fromUtf8("ACW1_Button"));
|
||||
ACW1_Button->setGeometry(QRect(210, 190, 140, 70));
|
||||
ACW1_Button->setStyleSheet(QString::fromUtf8("background: linear-gradient(180deg, #EEFEFF 0%, #FCFEFF 100%);font-size: 30px;font-weight: 500;border: 2px solid #B3D7E7;"));
|
||||
ACW1_Button->setCheckable(true);
|
||||
ACW1_Button->setAutoExclusive(true);
|
||||
label_8 = new QLabel(groupBox_4);
|
||||
label_8->setObjectName(QString::fromUtf8("label_8"));
|
||||
label_8->setGeometry(QRect(160, 80, 251, 71));
|
||||
label_8->setStyleSheet(QString::fromUtf8("width: 168px;\n"
|
||||
"height: 42px;\n"
|
||||
"font-size: 42px;\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #033333;\n"
|
||||
"line-height: 63px;"));
|
||||
groupBox_5 = new QGroupBox(groupBox_8);
|
||||
groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
|
||||
groupBox_5->setGeometry(QRect(505, 460, 580, 350));
|
||||
groupBox_5->setStyleSheet(QString::fromUtf8("background: #EEF7FD;\n"
|
||||
"border-radius: 12px;\n"
|
||||
""));
|
||||
label_18 = new QLabel(groupBox_5);
|
||||
label_18->setObjectName(QString::fromUtf8("label_18"));
|
||||
label_18->setGeometry(QRect(140, 90, 50, 50));
|
||||
label_18->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/trainPage/trainParam_sapsmLevel.png")));
|
||||
spasmHigh1_Button = new QPushButton(groupBox_5);
|
||||
spasmHigh1_Button->setObjectName(QString::fromUtf8("spasmHigh1_Button"));
|
||||
spasmHigh1_Button->setGeometry(QRect(50, 200, 140, 70));
|
||||
spasmHigh1_Button->setStyleSheet(QString::fromUtf8("background: linear-gradient(180deg, #EEFEFF 0%, #FCFEFF 100%);font-size: 30px;font-weight: 500;border: 2px solid #B3D7E7;"));
|
||||
spasmHigh1_Button->setCheckable(true);
|
||||
spasmHigh1_Button->setAutoExclusive(true);
|
||||
spasmMidd1_Button = new QPushButton(groupBox_5);
|
||||
spasmMidd1_Button->setObjectName(QString::fromUtf8("spasmMidd1_Button"));
|
||||
spasmMidd1_Button->setGeometry(QRect(210, 200, 140, 70));
|
||||
spasmMidd1_Button->setStyleSheet(QString::fromUtf8("\n"
|
||||
"background: linear-gradient(180deg, #EEFEFF 0%, #FCFEFF 100%);font-size: 30px;font-weight: 500;border: 2px solid #B3D7E7;"));
|
||||
spasmMidd1_Button->setCheckable(true);
|
||||
spasmMidd1_Button->setChecked(false);
|
||||
spasmMidd1_Button->setAutoExclusive(true);
|
||||
spasmLow1_Button = new QPushButton(groupBox_5);
|
||||
spasmLow1_Button->setObjectName(QString::fromUtf8("spasmLow1_Button"));
|
||||
spasmLow1_Button->setGeometry(QRect(380, 200, 140, 70));
|
||||
spasmLow1_Button->setStyleSheet(QString::fromUtf8("background: #05A6EC;color: #FFFFFF;font-size: 34px;font-weight: 500;line-height: 51px;text-shadow: 0px 3px 6px rgba(12,49,153,0.59), 0px 1px 2px #076D99;border: 2px solid #05A6EC;\n"
|
||||
""));
|
||||
spasmLow1_Button->setCheckable(true);
|
||||
spasmLow1_Button->setChecked(true);
|
||||
spasmLow1_Button->setAutoExclusive(true);
|
||||
label_9 = new QLabel(groupBox_5);
|
||||
label_9->setObjectName(QString::fromUtf8("label_9"));
|
||||
label_9->setGeometry(QRect(230, 80, 401, 71));
|
||||
label_9->setStyleSheet(QString::fromUtf8("width: 168px;\n"
|
||||
"height: 42px;\n"
|
||||
"font-size: 42px;\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #033333;\n"
|
||||
"line-height: 63px;"));
|
||||
groupBox_6 = new QGroupBox(groupBox_8);
|
||||
groupBox_6->setObjectName(QString::fromUtf8("groupBox_6"));
|
||||
groupBox_6->setGeometry(QRect(1110, 460, 342, 350));
|
||||
groupBox_6->setStyleSheet(QString::fromUtf8("background: #FFF6F0;\n"
|
||||
"border-radius: 12px;\n"
|
||||
"\n"
|
||||
""));
|
||||
spasmProtectIcon_label = new QLabel(groupBox_6);
|
||||
spasmProtectIcon_label->setObjectName(QString::fromUtf8("spasmProtectIcon_label"));
|
||||
spasmProtectIcon_label->setGeometry(QRect(50, 80, 50, 50));
|
||||
spasmProtectIcon_label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/pasume_protece.png);"));
|
||||
spasmProtect_label = new QLabel(groupBox_6);
|
||||
spasmProtect_label->setObjectName(QString::fromUtf8("spasmProtect_label"));
|
||||
spasmProtect_label->setGeometry(QRect(120, 70, 361, 71));
|
||||
spasmProtect_label->setStyleSheet(QString::fromUtf8("width: 168px;\n"
|
||||
"height: 42px;\n"
|
||||
"font-size: 42px;\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #033333;\n"
|
||||
"line-height: 63px;"));
|
||||
spasmClose1_Button = new QPushButton(groupBox_6);
|
||||
spasmClose1_Button->setObjectName(QString::fromUtf8("spasmClose1_Button"));
|
||||
spasmClose1_Button->setGeometry(QRect(90, 190, 140, 60));
|
||||
spasmClose1_Button->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/protect_on.png);"));
|
||||
spasmClose1_Button->setCheckable(true);
|
||||
spasmClose1_Button->setChecked(true);
|
||||
groupBox_7 = new QGroupBox(groupBox_8);
|
||||
groupBox_7->setObjectName(QString::fromUtf8("groupBox_7"));
|
||||
groupBox_7->setGeometry(QRect(1480, 60, 370, 751));
|
||||
groupBox_7->setStyleSheet(QString::fromUtf8("background: #F5F4FF;border-radius: 12px;\n"
|
||||
""));
|
||||
upSpeedMinus_Btn = new QPushButton(groupBox_7);
|
||||
upSpeedMinus_Btn->setObjectName(QString::fromUtf8("upSpeedMinus_Btn"));
|
||||
upSpeedMinus_Btn->setGeometry(QRect(115, 510, 138, 138));
|
||||
upSpeedMinus_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/decrease_height.png);\n"
|
||||
"border-radius: 69px;"));
|
||||
upSpeedMinus_Btn->setCheckable(true);
|
||||
upSpeedMinus_Btn->setAutoRepeat(true);
|
||||
label_12 = new QLabel(groupBox_7);
|
||||
label_12->setObjectName(QString::fromUtf8("label_12"));
|
||||
label_12->setGeometry(QRect(-27, 40, 421, 71));
|
||||
label_12->setStyleSheet(QString::fromUtf8("width: 168px;\n"
|
||||
"height: 42px;\n"
|
||||
"font-size: 42px;\n"
|
||||
"\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #033333;\n"
|
||||
"line-height: 63px;"));
|
||||
label_12->setAlignment(Qt::AlignCenter);
|
||||
upSpeedPlus_Btn_2 = new QPushButton(groupBox_7);
|
||||
upSpeedPlus_Btn_2->setObjectName(QString::fromUtf8("upSpeedPlus_Btn_2"));
|
||||
upSpeedPlus_Btn_2->setGeometry(QRect(120, 180, 130, 461));
|
||||
upSpeedPlus_Btn_2->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/trainPage/updown_background.png);"));
|
||||
upSpeedPlus_Btn = new QPushButton(groupBox_7);
|
||||
upSpeedPlus_Btn->setObjectName(QString::fromUtf8("upSpeedPlus_Btn"));
|
||||
upSpeedPlus_Btn->setGeometry(QRect(113, 140, 138, 138));
|
||||
upSpeedPlus_Btn->setStyleSheet(QString::fromUtf8("#upSpeedPlus_Btn{border-image: url(:/DependFile/Source/trainPage/plus_height.png);\n"
|
||||
"border-radius: 69px;}"));
|
||||
upSpeedPlus_Btn->setCheckable(true);
|
||||
upSpeedPlus_Btn->setAutoRepeat(true);
|
||||
label_12->raise();
|
||||
upSpeedPlus_Btn_2->raise();
|
||||
upSpeedPlus_Btn->raise();
|
||||
upSpeedMinus_Btn->raise();
|
||||
confirm_Btn = new QPushButton(groupBox_8);
|
||||
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||||
confirm_Btn->setGeometry(QRect(1730, 870, 111, 51));
|
||||
QFont font2;
|
||||
font2.setPointSize(18);
|
||||
font2.setBold(true);
|
||||
confirm_Btn->setFont(font2);
|
||||
confirm_Btn->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n"
|
||||
"border-radius: 4px;\n"
|
||||
"color:white;"));
|
||||
|
||||
retranslateUi(TrainingParamSetting);
|
||||
|
||||
QMetaObject::connectSlotsByName(TrainingParamSetting);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *TrainingParamSetting)
|
||||
{
|
||||
TrainingParamSetting->setWindowTitle(QCoreApplication::translate("TrainingParamSetting", "Form", nullptr));
|
||||
groupBox_8->setTitle(QString());
|
||||
groupBox->setTitle(QString());
|
||||
trainTimeIcon_label->setText(QString());
|
||||
label_3->setText(QCoreApplication::translate("TrainingParamSetting", "min", nullptr));
|
||||
trainTime_label->setText(QCoreApplication::translate("TrainingParamSetting", "\350\256\255\347\273\203\346\227\266\351\227\264", nullptr));
|
||||
groupBox_2->setTitle(QString());
|
||||
trainResistanceIcon_label->setText(QString());
|
||||
trainResistance_label->setText(QCoreApplication::translate("TrainingParamSetting", "\350\256\255\347\273\203\351\230\273\345\212\233", nullptr));
|
||||
label_4->setText(QCoreApplication::translate("TrainingParamSetting", "\346\241\243", nullptr));
|
||||
groupBox_3->setTitle(QString());
|
||||
trainSpeedIcon_label->setText(QString());
|
||||
trainSpeed_label->setText(QCoreApplication::translate("TrainingParamSetting", "\350\256\255\347\273\203\351\200\237\345\272\246", nullptr));
|
||||
label_6->setText(QCoreApplication::translate("TrainingParamSetting", "r/min", nullptr));
|
||||
groupBox_4->setTitle(QString());
|
||||
label_16->setText(QString());
|
||||
CW1_Button->setText(QCoreApplication::translate("TrainingParamSetting", "\346\255\243\345\220\221", nullptr));
|
||||
ACW1_Button->setText(QCoreApplication::translate("TrainingParamSetting", "\351\200\206\345\220\221", nullptr));
|
||||
label_8->setText(QCoreApplication::translate("TrainingParamSetting", "\350\275\254\345\220\221", nullptr));
|
||||
groupBox_5->setTitle(QString());
|
||||
label_18->setText(QString());
|
||||
spasmHigh1_Button->setText(QCoreApplication::translate("TrainingParamSetting", "\351\253\230", nullptr));
|
||||
spasmMidd1_Button->setText(QCoreApplication::translate("TrainingParamSetting", "\344\270\255", nullptr));
|
||||
spasmLow1_Button->setText(QCoreApplication::translate("TrainingParamSetting", "\344\275\216", nullptr));
|
||||
label_9->setText(QCoreApplication::translate("TrainingParamSetting", "\347\227\211\346\214\233\347\255\211\347\272\247", nullptr));
|
||||
groupBox_6->setTitle(QString());
|
||||
spasmProtectIcon_label->setText(QString());
|
||||
spasmProtect_label->setText(QCoreApplication::translate("TrainingParamSetting", "\347\227\211\346\214\233\344\277\235\346\212\244", nullptr));
|
||||
spasmClose1_Button->setText(QString());
|
||||
groupBox_7->setTitle(QString());
|
||||
upSpeedMinus_Btn->setText(QString());
|
||||
label_12->setText(QCoreApplication::translate("TrainingParamSetting", "\351\253\230\345\272\246\350\260\203\350\212\202", nullptr));
|
||||
upSpeedPlus_Btn_2->setText(QString());
|
||||
upSpeedPlus_Btn->setText(QString());
|
||||
confirm_Btn->setText(QCoreApplication::translate("TrainingParamSetting", "\344\277\235\345\255\230", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class TrainingParamSetting: public Ui_TrainingParamSetting {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_TRAININGPARAMSETTING_H
|
||||
101
ZBD_IIIDL_S_Project/build20241115/UI/ui_trainmanager.h
Normal file
101
ZBD_IIIDL_S_Project/build20241115/UI/ui_trainmanager.h
Normal file
@@ -0,0 +1,101 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'trainmanager.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_TRAINMANAGER_H
|
||||
#define UI_TRAINMANAGER_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_TrainManager
|
||||
{
|
||||
public:
|
||||
QPushButton *bicycleTrain_Btn;
|
||||
QPushButton *fesBicycleTrain_Btn;
|
||||
QPushButton *fesTrain_Btn;
|
||||
QPushButton *setting_Btn;
|
||||
QPushButton *shutDown_Btn;
|
||||
QPushButton *brain_Btn;
|
||||
QLabel *label;
|
||||
QLabel *label_2;
|
||||
|
||||
void setupUi(QWidget *TrainManager)
|
||||
{
|
||||
if (TrainManager->objectName().isEmpty())
|
||||
TrainManager->setObjectName(QString::fromUtf8("TrainManager"));
|
||||
TrainManager->resize(1920, 1080);
|
||||
TrainManager->setStyleSheet(QString::fromUtf8("#TrainManager{background-color: rgb(255, 255, 255);}\n"
|
||||
""));
|
||||
bicycleTrain_Btn = new QPushButton(TrainManager);
|
||||
bicycleTrain_Btn->setObjectName(QString::fromUtf8("bicycleTrain_Btn"));
|
||||
bicycleTrain_Btn->setGeometry(QRect(235, 260, 450, 690));
|
||||
bicycleTrain_Btn->setStyleSheet(QString::fromUtf8("#bicycleTrain_Btn{background-color: rgba(238, 247, 253, 1);border-radius: 40px;}\n"
|
||||
""));
|
||||
fesBicycleTrain_Btn = new QPushButton(TrainManager);
|
||||
fesBicycleTrain_Btn->setObjectName(QString::fromUtf8("fesBicycleTrain_Btn"));
|
||||
fesBicycleTrain_Btn->setGeometry(QRect(1225, 260, 460, 330));
|
||||
fesBicycleTrain_Btn->setStyleSheet(QString::fromUtf8("#fesBicycleTrain_Btn{background-color: rgba(238, 247, 253, 1);border-radius: 40px;}"));
|
||||
fesTrain_Btn = new QPushButton(TrainManager);
|
||||
fesTrain_Btn->setObjectName(QString::fromUtf8("fesTrain_Btn"));
|
||||
fesTrain_Btn->setGeometry(QRect(725, 260, 460, 330));
|
||||
fesTrain_Btn->setStyleSheet(QString::fromUtf8("#fesTrain_Btn{background-color: rgba(238, 247, 253, 1);border-radius: 40px;}"));
|
||||
setting_Btn = new QPushButton(TrainManager);
|
||||
setting_Btn->setObjectName(QString::fromUtf8("setting_Btn"));
|
||||
setting_Btn->setGeometry(QRect(1230, 610, 460, 330));
|
||||
setting_Btn->setStyleSheet(QString::fromUtf8("#setting_Btn{background-color: rgba(245, 247, 249, 1);border-radius: 40px;}"));
|
||||
shutDown_Btn = new QPushButton(TrainManager);
|
||||
shutDown_Btn->setObjectName(QString::fromUtf8("shutDown_Btn"));
|
||||
shutDown_Btn->setGeometry(QRect(1760, 40, 100, 100));
|
||||
shutDown_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/MainPage/index_icon_exit.png);"));
|
||||
brain_Btn = new QPushButton(TrainManager);
|
||||
brain_Btn->setObjectName(QString::fromUtf8("brain_Btn"));
|
||||
brain_Btn->setGeometry(QRect(725, 620, 460, 330));
|
||||
brain_Btn->setStyleSheet(QString::fromUtf8("#brain_Btn{background-color: rgba(238, 247, 253, 1);border-radius: 40px;}"));
|
||||
label = new QLabel(TrainManager);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(74, 66, 360, 60));
|
||||
label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/MainPage/index_logo.png);"));
|
||||
label_2 = new QLabel(TrainManager);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(660, 55, 621, 70));
|
||||
label_2->setStyleSheet(QString::fromUtf8("color: rgb(4, 105, 148);\n"
|
||||
"font-size:50px;\n"
|
||||
"font-weight:500;"));
|
||||
|
||||
retranslateUi(TrainManager);
|
||||
|
||||
QMetaObject::connectSlotsByName(TrainManager);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *TrainManager)
|
||||
{
|
||||
TrainManager->setWindowTitle(QCoreApplication::translate("TrainManager", "Form", nullptr));
|
||||
bicycleTrain_Btn->setText(QString());
|
||||
fesBicycleTrain_Btn->setText(QString());
|
||||
fesTrain_Btn->setText(QString());
|
||||
setting_Btn->setText(QString());
|
||||
shutDown_Btn->setText(QString());
|
||||
brain_Btn->setText(QString());
|
||||
label->setText(QString());
|
||||
label_2->setText(QCoreApplication::translate("TrainManager", "\344\270\212\344\270\213\350\202\242\344\270\273\350\242\253\345\212\250\345\272\267\345\244\215\350\256\255\347\273\203\347\263\273\347\273\237", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class TrainManager: public Ui_TrainManager {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_TRAINMANAGER_H
|
||||
249
ZBD_IIIDL_S_Project/build20241115/UI/ui_trainrecord.h
Normal file
249
ZBD_IIIDL_S_Project/build20241115/UI/ui_trainrecord.h
Normal file
@@ -0,0 +1,249 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'trainrecord.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_TRAINRECORD_H
|
||||
#define UI_TRAINRECORD_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QCheckBox>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QHeaderView>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QLineEdit>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QStackedWidget>
|
||||
#include <QtWidgets/QTableWidget>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_TrainRecord
|
||||
{
|
||||
public:
|
||||
QStackedWidget *stackedWidget;
|
||||
QWidget *page;
|
||||
QGroupBox *groupBox;
|
||||
QLabel *label;
|
||||
QLabel *label_2;
|
||||
QLabel *label_3;
|
||||
QLabel *label_4;
|
||||
QLabel *label_5;
|
||||
QLabel *label_6;
|
||||
QLabel *label_7;
|
||||
QTableWidget *trainRecord_TableWidget;
|
||||
QGroupBox *groupBox_2;
|
||||
QLineEdit *trainRecordDestPage_LineEdit;
|
||||
QPushButton *trainRecordBackPage_btn;
|
||||
QPushButton *delete_Btn;
|
||||
QLabel *label_18;
|
||||
QCheckBox *allSelect_CheckBox;
|
||||
QPushButton *trainRecordFrontPage_btn;
|
||||
QLabel *trainRecordIndexPage_Label;
|
||||
QPushButton *trainRecordGo_btn;
|
||||
QLabel *label_13;
|
||||
QWidget *page_2;
|
||||
QGroupBox *groupBox_3;
|
||||
QLabel *portrait_Label;
|
||||
QLabel *name_Label;
|
||||
QPushButton *trainRecord_Btn;
|
||||
|
||||
void setupUi(QWidget *TrainRecord)
|
||||
{
|
||||
if (TrainRecord->objectName().isEmpty())
|
||||
TrainRecord->setObjectName(QString::fromUtf8("TrainRecord"));
|
||||
TrainRecord->resize(1316, 980);
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(12);
|
||||
TrainRecord->setFont(font);
|
||||
TrainRecord->setStyleSheet(QString::fromUtf8(""));
|
||||
stackedWidget = new QStackedWidget(TrainRecord);
|
||||
stackedWidget->setObjectName(QString::fromUtf8("stackedWidget"));
|
||||
stackedWidget->setGeometry(QRect(0, 156, 1301, 821));
|
||||
stackedWidget->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);"));
|
||||
page = new QWidget();
|
||||
page->setObjectName(QString::fromUtf8("page"));
|
||||
groupBox = new QGroupBox(page);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(40, 0, 1226, 51));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("background: #F1F9FD;\n"
|
||||
"border:none;"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(100, 10, 181, 30));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(15);
|
||||
label->setFont(font1);
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
label_2 = new QLabel(groupBox);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(300, 10, 221, 30));
|
||||
label_2->setFont(font1);
|
||||
label_2->setAlignment(Qt::AlignCenter);
|
||||
label_3 = new QLabel(groupBox);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
label_3->setGeometry(QRect(540, 10, 101, 30));
|
||||
label_3->setFont(font1);
|
||||
label_3->setAlignment(Qt::AlignCenter);
|
||||
label_4 = new QLabel(groupBox);
|
||||
label_4->setObjectName(QString::fromUtf8("label_4"));
|
||||
label_4->setGeometry(QRect(690, 10, 201, 30));
|
||||
label_4->setFont(font1);
|
||||
label_4->setAlignment(Qt::AlignCenter);
|
||||
label_5 = new QLabel(groupBox);
|
||||
label_5->setObjectName(QString::fromUtf8("label_5"));
|
||||
label_5->setGeometry(QRect(930, 10, 111, 30));
|
||||
label_5->setFont(font1);
|
||||
label_5->setAlignment(Qt::AlignCenter);
|
||||
label_6 = new QLabel(groupBox);
|
||||
label_6->setObjectName(QString::fromUtf8("label_6"));
|
||||
label_6->setGeometry(QRect(1080, 10, 91, 30));
|
||||
label_6->setFont(font1);
|
||||
label_6->setAlignment(Qt::AlignCenter);
|
||||
label_7 = new QLabel(groupBox);
|
||||
label_7->setObjectName(QString::fromUtf8("label_7"));
|
||||
label_7->setGeometry(QRect(0, 10, 91, 30));
|
||||
label_7->setFont(font1);
|
||||
label_7->setAlignment(Qt::AlignCenter);
|
||||
trainRecord_TableWidget = new QTableWidget(page);
|
||||
trainRecord_TableWidget->setObjectName(QString::fromUtf8("trainRecord_TableWidget"));
|
||||
trainRecord_TableWidget->setGeometry(QRect(40, 60, 1225, 630));
|
||||
trainRecord_TableWidget->setFont(font);
|
||||
trainRecord_TableWidget->setStyleSheet(QString::fromUtf8("#trainRecord_TableWidget{border:none;}"));
|
||||
groupBox_2 = new QGroupBox(page);
|
||||
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
||||
groupBox_2->setGeometry(QRect(30, 710, 1221, 80));
|
||||
groupBox_2->setStyleSheet(QString::fromUtf8("border:none;border-radius:1px;background:white;"));
|
||||
trainRecordDestPage_LineEdit = new QLineEdit(groupBox_2);
|
||||
trainRecordDestPage_LineEdit->setObjectName(QString::fromUtf8("trainRecordDestPage_LineEdit"));
|
||||
trainRecordDestPage_LineEdit->setGeometry(QRect(990, 20, 91, 40));
|
||||
trainRecordDestPage_LineEdit->setFont(font1);
|
||||
trainRecordDestPage_LineEdit->setStyleSheet(QString::fromUtf8("width: 90px;\n"
|
||||
"height: 50px;\n"
|
||||
"background: #FFFFFF;\n"
|
||||
"border-radius: 4px;\n"
|
||||
"border: 1px solid #EBEBEB;"));
|
||||
trainRecordDestPage_LineEdit->setAlignment(Qt::AlignCenter);
|
||||
trainRecordBackPage_btn = new QPushButton(groupBox_2);
|
||||
trainRecordBackPage_btn->setObjectName(QString::fromUtf8("trainRecordBackPage_btn"));
|
||||
trainRecordBackPage_btn->setGeometry(QRect(780, 15, 50, 50));
|
||||
trainRecordBackPage_btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/User/next.png);"));
|
||||
delete_Btn = new QPushButton(groupBox_2);
|
||||
delete_Btn->setObjectName(QString::fromUtf8("delete_Btn"));
|
||||
delete_Btn->setGeometry(QRect(120, 19, 40, 40));
|
||||
delete_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/User/delete.png);"));
|
||||
label_18 = new QLabel(groupBox_2);
|
||||
label_18->setObjectName(QString::fromUtf8("label_18"));
|
||||
label_18->setGeometry(QRect(890, 22, 81, 35));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(12);
|
||||
font2.setBold(false);
|
||||
font2.setWeight(50);
|
||||
label_18->setFont(font2);
|
||||
label_18->setStyleSheet(QString::fromUtf8(""));
|
||||
label_18->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
allSelect_CheckBox = new QCheckBox(groupBox_2);
|
||||
allSelect_CheckBox->setObjectName(QString::fromUtf8("allSelect_CheckBox"));
|
||||
allSelect_CheckBox->setGeometry(QRect(30, 22, 80, 35));
|
||||
allSelect_CheckBox->setFont(font);
|
||||
trainRecordFrontPage_btn = new QPushButton(groupBox_2);
|
||||
trainRecordFrontPage_btn->setObjectName(QString::fromUtf8("trainRecordFrontPage_btn"));
|
||||
trainRecordFrontPage_btn->setGeometry(QRect(700, 15, 50, 50));
|
||||
trainRecordFrontPage_btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/User/last.png);"));
|
||||
trainRecordIndexPage_Label = new QLabel(groupBox_2);
|
||||
trainRecordIndexPage_Label->setObjectName(QString::fromUtf8("trainRecordIndexPage_Label"));
|
||||
trainRecordIndexPage_Label->setGeometry(QRect(580, 29, 100, 25));
|
||||
trainRecordIndexPage_Label->setFont(font);
|
||||
trainRecordIndexPage_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
trainRecordIndexPage_Label->setAlignment(Qt::AlignCenter);
|
||||
trainRecordGo_btn = new QPushButton(groupBox_2);
|
||||
trainRecordGo_btn->setObjectName(QString::fromUtf8("trainRecordGo_btn"));
|
||||
trainRecordGo_btn->setGeometry(QRect(1140, 15, 50, 50));
|
||||
trainRecordGo_btn->setFont(font);
|
||||
trainRecordGo_btn->setStyleSheet(QString::fromUtf8("background: #FFFFFF;\n"
|
||||
"border-radius: 4px;\n"
|
||||
"border: 1px solid #EBEBEB;"));
|
||||
label_13 = new QLabel(groupBox_2);
|
||||
label_13->setObjectName(QString::fromUtf8("label_13"));
|
||||
label_13->setGeometry(QRect(1090, 24, 35, 31));
|
||||
label_13->setFont(font);
|
||||
label_13->setStyleSheet(QString::fromUtf8(""));
|
||||
stackedWidget->addWidget(page);
|
||||
page_2 = new QWidget();
|
||||
page_2->setObjectName(QString::fromUtf8("page_2"));
|
||||
stackedWidget->addWidget(page_2);
|
||||
groupBox_3 = new QGroupBox(TrainRecord);
|
||||
groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
|
||||
groupBox_3->setGeometry(QRect(0, 0, 1316, 980));
|
||||
groupBox_3->setStyleSheet(QString::fromUtf8("#groupBox_3{background:white;}"));
|
||||
portrait_Label = new QLabel(groupBox_3);
|
||||
portrait_Label->setObjectName(QString::fromUtf8("portrait_Label"));
|
||||
portrait_Label->setGeometry(QRect(40, 30, 50, 50));
|
||||
portrait_Label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/User/user.png);"));
|
||||
name_Label = new QLabel(groupBox_3);
|
||||
name_Label->setObjectName(QString::fromUtf8("name_Label"));
|
||||
name_Label->setGeometry(QRect(110, 34, 101, 41));
|
||||
name_Label->setFont(font1);
|
||||
name_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
trainRecord_Btn = new QPushButton(groupBox_3);
|
||||
trainRecord_Btn->setObjectName(QString::fromUtf8("trainRecord_Btn"));
|
||||
trainRecord_Btn->setGeometry(QRect(40, 102, 206, 54));
|
||||
trainRecord_Btn->setFont(font1);
|
||||
trainRecord_Btn->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n"
|
||||
"border-radius: 1px;\n"
|
||||
"color:white;"));
|
||||
groupBox_3->raise();
|
||||
stackedWidget->raise();
|
||||
|
||||
retranslateUi(TrainRecord);
|
||||
|
||||
stackedWidget->setCurrentIndex(0);
|
||||
|
||||
|
||||
QMetaObject::connectSlotsByName(TrainRecord);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *TrainRecord)
|
||||
{
|
||||
TrainRecord->setWindowTitle(QCoreApplication::translate("TrainRecord", "Form", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("TrainRecord", "\350\256\255\347\273\203\346\227\245\346\234\237", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("TrainRecord", "\350\256\255\347\273\203\346\227\266\351\225\277(min)", nullptr));
|
||||
label_3->setText(QCoreApplication::translate("TrainRecord", "\350\256\255\347\273\203\346\250\241\345\274\217", nullptr));
|
||||
label_4->setText(QCoreApplication::translate("TrainRecord", "\350\256\255\347\273\203\351\203\250\344\275\215", nullptr));
|
||||
label_5->setText(QCoreApplication::translate("TrainRecord", "\346\237\245\347\234\213", nullptr));
|
||||
label_6->setText(QCoreApplication::translate("TrainRecord", "\345\210\240\351\231\244", nullptr));
|
||||
label_7->setText(QCoreApplication::translate("TrainRecord", "\351\200\211\346\213\251", nullptr));
|
||||
groupBox_2->setTitle(QString());
|
||||
trainRecordDestPage_LineEdit->setText(QCoreApplication::translate("TrainRecord", "1", nullptr));
|
||||
trainRecordBackPage_btn->setText(QString());
|
||||
delete_Btn->setText(QString());
|
||||
label_18->setText(QCoreApplication::translate("TrainRecord", "\350\267\263\350\275\254\345\210\260", nullptr));
|
||||
allSelect_CheckBox->setText(QCoreApplication::translate("TrainRecord", "\345\205\250\351\200\211", nullptr));
|
||||
trainRecordFrontPage_btn->setText(QString());
|
||||
trainRecordIndexPage_Label->setText(QCoreApplication::translate("TrainRecord", "1/23", nullptr));
|
||||
trainRecordGo_btn->setText(QCoreApplication::translate("TrainRecord", "GO", nullptr));
|
||||
label_13->setText(QCoreApplication::translate("TrainRecord", "\351\241\265", nullptr));
|
||||
groupBox_3->setTitle(QString());
|
||||
portrait_Label->setText(QString());
|
||||
name_Label->setText(QString());
|
||||
trainRecord_Btn->setText(QCoreApplication::translate("TrainRecord", "\350\256\255\347\273\203\350\256\260\345\275\225", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class TrainRecord: public Ui_TrainRecord {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_TRAINRECORD_H
|
||||
948
ZBD_IIIDL_S_Project/build20241115/UI/ui_trainreport.h
Normal file
948
ZBD_IIIDL_S_Project/build20241115/UI/ui_trainreport.h
Normal file
@@ -0,0 +1,948 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'trainreport.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_TRAINREPORT_H
|
||||
#define UI_TRAINREPORT_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QFrame>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QWidget>
|
||||
#include <qchartview.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_TrainReport
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QLabel *label;
|
||||
QFrame *line;
|
||||
QLabel *label_2;
|
||||
QLabel *reportDate_Label;
|
||||
QFrame *line_2;
|
||||
QLabel *label_3;
|
||||
QLabel *label_4;
|
||||
QLabel *name_Label;
|
||||
QLabel *sex_Label;
|
||||
QLabel *label_7;
|
||||
QLabel *phone_Label;
|
||||
QLabel *label_9;
|
||||
QLabel *age_Label;
|
||||
QLabel *label_11;
|
||||
QLabel *msg_Label;
|
||||
QPushButton *noSave_Btn;
|
||||
QPushButton *save_Btn;
|
||||
QPushButton *import_Btn;
|
||||
QGroupBox *groupBox_2;
|
||||
QPushButton *pushButton;
|
||||
QLabel *label_6;
|
||||
QGroupBox *groupBox_7;
|
||||
QPushButton *pushButton_9;
|
||||
QLabel *label_35;
|
||||
QPushButton *pushButton_10;
|
||||
QLabel *label_36;
|
||||
QPushButton *pushButton_11;
|
||||
QLabel *label_37;
|
||||
QChartView *graphicsView_1;
|
||||
QChartView *graphicsView_2;
|
||||
QChartView *graphicsView_3;
|
||||
QLabel *legend1_1_Label;
|
||||
QLabel *label_5;
|
||||
QLabel *legend1_1_Label_2;
|
||||
QLabel *label_10;
|
||||
QLabel *legend1_1_Label_5;
|
||||
QLabel *label_71;
|
||||
QLabel *label_72;
|
||||
QLabel *legend1_1_Label_6;
|
||||
QLabel *legend1_1_Label_7;
|
||||
QLabel *label_73;
|
||||
QLabel *label_74;
|
||||
QLabel *legend1_1_Label_8;
|
||||
QGroupBox *groupBox_5;
|
||||
QPushButton *pushButton_4;
|
||||
QPushButton *pushButton_8;
|
||||
QLabel *Label_8;
|
||||
QLabel *Label_9;
|
||||
QLabel *label_16;
|
||||
QLabel *label_27;
|
||||
QLabel *averageSpeed_Label;
|
||||
QLabel *maxSpeed_Label;
|
||||
QGroupBox *groupBox_6;
|
||||
QLabel *Label_10;
|
||||
QPushButton *pushButton_6;
|
||||
QLabel *label_22;
|
||||
QLabel *maxResistance_Label;
|
||||
QLabel *label_33;
|
||||
QLabel *avgResistance_Label;
|
||||
QLabel *Label_11;
|
||||
QGroupBox *groupBox_4;
|
||||
QLabel *Label_5;
|
||||
QLabel *label_14;
|
||||
QPushButton *pushButton_2;
|
||||
QLabel *trainTime_Label;
|
||||
QLabel *Label_6;
|
||||
QLabel *trainLength_Label;
|
||||
QLabel *label_25;
|
||||
QLabel *label_8;
|
||||
QLabel *trainPart_Label;
|
||||
QGroupBox *groupBox_3;
|
||||
QLabel *Label_2;
|
||||
QLabel *label_12;
|
||||
QLabel *Label_3;
|
||||
QLabel *label_13;
|
||||
QLabel *trainPartIcon_Label;
|
||||
QLabel *Label_4;
|
||||
QLabel *label_21;
|
||||
QLabel *spasmTimes_Label;
|
||||
QLabel *trainMode_Label;
|
||||
QFrame *line_3;
|
||||
QPushButton *close_Btn;
|
||||
QLabel *slice1_1Percentage_Label;
|
||||
QLabel *slice1_2Percentage_Label;
|
||||
QLabel *slice2_1Percentage_Label;
|
||||
QLabel *slice2_2Percentage_Label;
|
||||
QLabel *slice3_1Percentage_Label;
|
||||
QLabel *slice3_2Percentage_Label;
|
||||
|
||||
void setupUi(QWidget *TrainReport)
|
||||
{
|
||||
if (TrainReport->objectName().isEmpty())
|
||||
TrainReport->setObjectName(QString::fromUtf8("TrainReport"));
|
||||
TrainReport->resize(1920, 1080);
|
||||
TrainReport->setStyleSheet(QString::fromUtf8(""));
|
||||
groupBox = new QGroupBox(TrainReport);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(570, 40, 810, 1000));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
font.setBold(true);
|
||||
groupBox->setFont(font);
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;}"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(20, 20, 771, 61));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(28);
|
||||
label->setFont(font1);
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
line = new QFrame(groupBox);
|
||||
line->setObjectName(QString::fromUtf8("line"));
|
||||
line->setGeometry(QRect(0, 130, 800, 5));
|
||||
line->setFrameShape(QFrame::HLine);
|
||||
line->setFrameShadow(QFrame::Sunken);
|
||||
label_2 = new QLabel(groupBox);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(520, 80, 161, 40));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(12);
|
||||
label_2->setFont(font2);
|
||||
label_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
reportDate_Label = new QLabel(groupBox);
|
||||
reportDate_Label->setObjectName(QString::fromUtf8("reportDate_Label"));
|
||||
reportDate_Label->setGeometry(QRect(690, 80, 101, 40));
|
||||
reportDate_Label->setFont(font2);
|
||||
reportDate_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
line_2 = new QFrame(groupBox);
|
||||
line_2->setObjectName(QString::fromUtf8("line_2"));
|
||||
line_2->setGeometry(QRect(0, 222, 800, 5));
|
||||
line_2->setFrameShape(QFrame::HLine);
|
||||
line_2->setFrameShadow(QFrame::Sunken);
|
||||
label_3 = new QLabel(groupBox);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
label_3->setGeometry(QRect(20, 140, 69, 40));
|
||||
label_3->setFont(font2);
|
||||
label_3->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
label_4 = new QLabel(groupBox);
|
||||
label_4->setObjectName(QString::fromUtf8("label_4"));
|
||||
label_4->setGeometry(QRect(20, 182, 69, 40));
|
||||
label_4->setFont(font2);
|
||||
name_Label = new QLabel(groupBox);
|
||||
name_Label->setObjectName(QString::fromUtf8("name_Label"));
|
||||
name_Label->setGeometry(QRect(71, 141, 81, 40));
|
||||
name_Label->setFont(font2);
|
||||
name_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
sex_Label = new QLabel(groupBox);
|
||||
sex_Label->setObjectName(QString::fromUtf8("sex_Label"));
|
||||
sex_Label->setGeometry(QRect(220, 140, 61, 40));
|
||||
sex_Label->setFont(font2);
|
||||
sex_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
label_7 = new QLabel(groupBox);
|
||||
label_7->setObjectName(QString::fromUtf8("label_7"));
|
||||
label_7->setGeometry(QRect(150, 140, 71, 40));
|
||||
label_7->setFont(font2);
|
||||
label_7->setAlignment(Qt::AlignCenter);
|
||||
phone_Label = new QLabel(groupBox);
|
||||
phone_Label->setObjectName(QString::fromUtf8("phone_Label"));
|
||||
phone_Label->setGeometry(QRect(330, 140, 91, 40));
|
||||
phone_Label->setFont(font2);
|
||||
phone_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
label_9 = new QLabel(groupBox);
|
||||
label_9->setObjectName(QString::fromUtf8("label_9"));
|
||||
label_9->setGeometry(QRect(270, 140, 69, 40));
|
||||
label_9->setFont(font2);
|
||||
label_9->setAlignment(Qt::AlignCenter);
|
||||
age_Label = new QLabel(groupBox);
|
||||
age_Label->setObjectName(QString::fromUtf8("age_Label"));
|
||||
age_Label->setGeometry(QRect(490, 140, 41, 40));
|
||||
age_Label->setFont(font2);
|
||||
age_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
label_11 = new QLabel(groupBox);
|
||||
label_11->setObjectName(QString::fromUtf8("label_11"));
|
||||
label_11->setGeometry(QRect(410, 140, 69, 40));
|
||||
label_11->setFont(font2);
|
||||
label_11->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
msg_Label = new QLabel(groupBox);
|
||||
msg_Label->setObjectName(QString::fromUtf8("msg_Label"));
|
||||
msg_Label->setGeometry(QRect(100, 180, 701, 40));
|
||||
msg_Label->setFont(font2);
|
||||
msg_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
noSave_Btn = new QPushButton(groupBox);
|
||||
noSave_Btn->setObjectName(QString::fromUtf8("noSave_Btn"));
|
||||
noSave_Btn->setGeometry(QRect(340, 932, 120, 45));
|
||||
QFont font3;
|
||||
font3.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font3.setPointSize(15);
|
||||
noSave_Btn->setFont(font3);
|
||||
noSave_Btn->setStyleSheet(QString::fromUtf8("border-radius: 8px;\n"
|
||||
"border: 2px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB ;"));
|
||||
save_Btn = new QPushButton(groupBox);
|
||||
save_Btn->setObjectName(QString::fromUtf8("save_Btn"));
|
||||
save_Btn->setGeometry(QRect(500, 932, 120, 45));
|
||||
save_Btn->setFont(font3);
|
||||
save_Btn->setStyleSheet(QString::fromUtf8("border-radius: 8px;\n"
|
||||
"border: 2px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB ;"));
|
||||
import_Btn = new QPushButton(groupBox);
|
||||
import_Btn->setObjectName(QString::fromUtf8("import_Btn"));
|
||||
import_Btn->setGeometry(QRect(650, 930, 120, 45));
|
||||
import_Btn->setFont(font3);
|
||||
import_Btn->setStyleSheet(QString::fromUtf8("border-radius: 8px;\n"
|
||||
"border: 2px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB ;"));
|
||||
groupBox_2 = new QGroupBox(groupBox);
|
||||
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
||||
groupBox_2->setGeometry(QRect(20, 340, 771, 591));
|
||||
groupBox_2->setStyleSheet(QString::fromUtf8("#groupBox_2{border:none;}"));
|
||||
pushButton = new QPushButton(groupBox_2);
|
||||
pushButton->setObjectName(QString::fromUtf8("pushButton"));
|
||||
pushButton->setGeometry(QRect(10, 0, 4, 16));
|
||||
pushButton->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
label_6 = new QLabel(groupBox_2);
|
||||
label_6->setObjectName(QString::fromUtf8("label_6"));
|
||||
label_6->setGeometry(QRect(20, 0, 91, 19));
|
||||
QFont font4;
|
||||
font4.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font4.setPointSize(12);
|
||||
font4.setBold(false);
|
||||
label_6->setFont(font4);
|
||||
label_6->setStyleSheet(QString::fromUtf8("width: 32px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
groupBox_7 = new QGroupBox(groupBox_2);
|
||||
groupBox_7->setObjectName(QString::fromUtf8("groupBox_7"));
|
||||
groupBox_7->setGeometry(QRect(10, 300, 731, 281));
|
||||
groupBox_7->setStyleSheet(QString::fromUtf8("#groupBox_7{\n"
|
||||
"width: 710px;\n"
|
||||
"height: 270px;\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border-radius: 3px;\n"
|
||||
"}"));
|
||||
pushButton_9 = new QPushButton(groupBox_7);
|
||||
pushButton_9->setObjectName(QString::fromUtf8("pushButton_9"));
|
||||
pushButton_9->setGeometry(QRect(30, 20, 4, 16));
|
||||
pushButton_9->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
label_35 = new QLabel(groupBox_7);
|
||||
label_35->setObjectName(QString::fromUtf8("label_35"));
|
||||
label_35->setGeometry(QRect(40, 12, 101, 31));
|
||||
label_35->setFont(font4);
|
||||
label_35->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_35->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
pushButton_10 = new QPushButton(groupBox_7);
|
||||
pushButton_10->setObjectName(QString::fromUtf8("pushButton_10"));
|
||||
pushButton_10->setGeometry(QRect(260, 20, 4, 16));
|
||||
pushButton_10->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
label_36 = new QLabel(groupBox_7);
|
||||
label_36->setObjectName(QString::fromUtf8("label_36"));
|
||||
label_36->setGeometry(QRect(270, 10, 241, 31));
|
||||
label_36->setFont(font4);
|
||||
label_36->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_36->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
pushButton_11 = new QPushButton(groupBox_7);
|
||||
pushButton_11->setObjectName(QString::fromUtf8("pushButton_11"));
|
||||
pushButton_11->setGeometry(QRect(510, 20, 4, 16));
|
||||
pushButton_11->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
label_37 = new QLabel(groupBox_7);
|
||||
label_37->setObjectName(QString::fromUtf8("label_37"));
|
||||
label_37->setGeometry(QRect(520, 10, 221, 31));
|
||||
label_37->setFont(font4);
|
||||
label_37->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_37->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
graphicsView_1 = new QChartView(groupBox_7);
|
||||
graphicsView_1->setObjectName(QString::fromUtf8("graphicsView_1"));
|
||||
graphicsView_1->setGeometry(QRect(20, 40, 211, 211));
|
||||
graphicsView_1->setStyleSheet(QString::fromUtf8("#graphicsView_1{\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border:none;\n"
|
||||
"}"));
|
||||
graphicsView_2 = new QChartView(groupBox_7);
|
||||
graphicsView_2->setObjectName(QString::fromUtf8("graphicsView_2"));
|
||||
graphicsView_2->setGeometry(QRect(250, 40, 221, 211));
|
||||
graphicsView_2->setStyleSheet(QString::fromUtf8("#graphicsView_2{\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border:none;\n"
|
||||
"}"));
|
||||
graphicsView_3 = new QChartView(groupBox_7);
|
||||
graphicsView_3->setObjectName(QString::fromUtf8("graphicsView_3"));
|
||||
graphicsView_3->setGeometry(QRect(500, 40, 211, 211));
|
||||
graphicsView_3->setStyleSheet(QString::fromUtf8("#graphicsView_3{\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border:none;\n"
|
||||
"}"));
|
||||
legend1_1_Label = new QLabel(groupBox_7);
|
||||
legend1_1_Label->setObjectName(QString::fromUtf8("legend1_1_Label"));
|
||||
legend1_1_Label->setGeometry(QRect(51, 252, 15, 15));
|
||||
legend1_1_Label->setStyleSheet(QString::fromUtf8("background: #B4E2FE;\n"
|
||||
""));
|
||||
label_5 = new QLabel(groupBox_7);
|
||||
label_5->setObjectName(QString::fromUtf8("label_5"));
|
||||
label_5->setGeometry(QRect(70, 250, 51, 19));
|
||||
label_5->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
legend1_1_Label_2 = new QLabel(groupBox_7);
|
||||
legend1_1_Label_2->setObjectName(QString::fromUtf8("legend1_1_Label_2"));
|
||||
legend1_1_Label_2->setGeometry(QRect(120, 252, 15, 15));
|
||||
legend1_1_Label_2->setStyleSheet(QString::fromUtf8("#legend1_1_Label_2\n"
|
||||
"{\n"
|
||||
"background: #55ADF9;\n"
|
||||
"}\n"
|
||||
""));
|
||||
label_10 = new QLabel(groupBox_7);
|
||||
label_10->setObjectName(QString::fromUtf8("label_10"));
|
||||
label_10->setGeometry(QRect(140, 250, 51, 19));
|
||||
label_10->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
legend1_1_Label_5 = new QLabel(groupBox_7);
|
||||
legend1_1_Label_5->setObjectName(QString::fromUtf8("legend1_1_Label_5"));
|
||||
legend1_1_Label_5->setGeometry(QRect(360, 252, 15, 15));
|
||||
legend1_1_Label_5->setStyleSheet(QString::fromUtf8("background: #92AFF6;"));
|
||||
label_71 = new QLabel(groupBox_7);
|
||||
label_71->setObjectName(QString::fromUtf8("label_71"));
|
||||
label_71->setGeometry(QRect(380, 250, 71, 19));
|
||||
label_71->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_72 = new QLabel(groupBox_7);
|
||||
label_72->setObjectName(QString::fromUtf8("label_72"));
|
||||
label_72->setGeometry(QRect(290, 250, 61, 19));
|
||||
label_72->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
legend1_1_Label_6 = new QLabel(groupBox_7);
|
||||
legend1_1_Label_6->setObjectName(QString::fromUtf8("legend1_1_Label_6"));
|
||||
legend1_1_Label_6->setGeometry(QRect(270, 252, 15, 15));
|
||||
legend1_1_Label_6->setStyleSheet(QString::fromUtf8("background: #938BF6;\n"
|
||||
""));
|
||||
legend1_1_Label_7 = new QLabel(groupBox_7);
|
||||
legend1_1_Label_7->setObjectName(QString::fromUtf8("legend1_1_Label_7"));
|
||||
legend1_1_Label_7->setGeometry(QRect(610, 252, 15, 15));
|
||||
legend1_1_Label_7->setStyleSheet(QString::fromUtf8("background: #AAC204;"));
|
||||
label_73 = new QLabel(groupBox_7);
|
||||
label_73->setObjectName(QString::fromUtf8("label_73"));
|
||||
label_73->setGeometry(QRect(630, 250, 71, 19));
|
||||
label_73->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_74 = new QLabel(groupBox_7);
|
||||
label_74->setObjectName(QString::fromUtf8("label_74"));
|
||||
label_74->setGeometry(QRect(540, 250, 61, 19));
|
||||
label_74->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
legend1_1_Label_8 = new QLabel(groupBox_7);
|
||||
legend1_1_Label_8->setObjectName(QString::fromUtf8("legend1_1_Label_8"));
|
||||
legend1_1_Label_8->setGeometry(QRect(520, 252, 15, 15));
|
||||
legend1_1_Label_8->setStyleSheet(QString::fromUtf8("background: #D2E07E;"));
|
||||
groupBox_5 = new QGroupBox(groupBox_2);
|
||||
groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
|
||||
groupBox_5->setGeometry(QRect(10, 120, 731, 80));
|
||||
groupBox_5->setStyleSheet(QString::fromUtf8("width: 710px;\n"
|
||||
"height: 90px;\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border-radius: 3px;"));
|
||||
groupBox_5->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
pushButton_4 = new QPushButton(groupBox_5);
|
||||
pushButton_4->setObjectName(QString::fromUtf8("pushButton_4"));
|
||||
pushButton_4->setGeometry(QRect(400, 20, 2, 30));
|
||||
pushButton_4->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
pushButton_8 = new QPushButton(groupBox_5);
|
||||
pushButton_8->setObjectName(QString::fromUtf8("pushButton_8"));
|
||||
pushButton_8->setGeometry(QRect(60, 210, 2, 30));
|
||||
pushButton_8->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
Label_8 = new QLabel(groupBox_5);
|
||||
Label_8->setObjectName(QString::fromUtf8("Label_8"));
|
||||
Label_8->setGeometry(QRect(80, 12, 50, 50));
|
||||
Label_8->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainSpeed.png")));
|
||||
Label_9 = new QLabel(groupBox_5);
|
||||
Label_9->setObjectName(QString::fromUtf8("Label_9"));
|
||||
Label_9->setGeometry(QRect(480, 12, 50, 50));
|
||||
Label_9->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainSpeed.png")));
|
||||
label_16 = new QLabel(groupBox_5);
|
||||
label_16->setObjectName(QString::fromUtf8("label_16"));
|
||||
label_16->setGeometry(QRect(150, 40, 151, 31));
|
||||
label_16->setFont(font4);
|
||||
label_16->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_16->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
label_27 = new QLabel(groupBox_5);
|
||||
label_27->setObjectName(QString::fromUtf8("label_27"));
|
||||
label_27->setGeometry(QRect(540, 40, 171, 31));
|
||||
label_27->setFont(font4);
|
||||
label_27->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_27->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
averageSpeed_Label = new QLabel(groupBox_5);
|
||||
averageSpeed_Label->setObjectName(QString::fromUtf8("averageSpeed_Label"));
|
||||
averageSpeed_Label->setGeometry(QRect(150, 10, 41, 31));
|
||||
QFont font5;
|
||||
font5.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font5.setBold(false);
|
||||
averageSpeed_Label->setFont(font5);
|
||||
averageSpeed_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
averageSpeed_Label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
maxSpeed_Label = new QLabel(groupBox_5);
|
||||
maxSpeed_Label->setObjectName(QString::fromUtf8("maxSpeed_Label"));
|
||||
maxSpeed_Label->setGeometry(QRect(540, 10, 51, 31));
|
||||
maxSpeed_Label->setFont(font5);
|
||||
maxSpeed_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
maxSpeed_Label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
groupBox_6 = new QGroupBox(groupBox_2);
|
||||
groupBox_6->setObjectName(QString::fromUtf8("groupBox_6"));
|
||||
groupBox_6->setGeometry(QRect(10, 210, 731, 80));
|
||||
groupBox_6->setStyleSheet(QString::fromUtf8("width: 710px;\n"
|
||||
"height: 90px;\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border-radius: 3px;"));
|
||||
groupBox_6->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
Label_10 = new QLabel(groupBox_6);
|
||||
Label_10->setObjectName(QString::fromUtf8("Label_10"));
|
||||
Label_10->setGeometry(QRect(80, 12, 50, 50));
|
||||
Label_10->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/averageResistance.png")));
|
||||
pushButton_6 = new QPushButton(groupBox_6);
|
||||
pushButton_6->setObjectName(QString::fromUtf8("pushButton_6"));
|
||||
pushButton_6->setGeometry(QRect(400, 20, 2, 30));
|
||||
pushButton_6->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
label_22 = new QLabel(groupBox_6);
|
||||
label_22->setObjectName(QString::fromUtf8("label_22"));
|
||||
label_22->setGeometry(QRect(540, 40, 161, 31));
|
||||
label_22->setFont(font4);
|
||||
label_22->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_22->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
maxResistance_Label = new QLabel(groupBox_6);
|
||||
maxResistance_Label->setObjectName(QString::fromUtf8("maxResistance_Label"));
|
||||
maxResistance_Label->setGeometry(QRect(540, 11, 51, 31));
|
||||
maxResistance_Label->setFont(font5);
|
||||
maxResistance_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
maxResistance_Label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
label_33 = new QLabel(groupBox_6);
|
||||
label_33->setObjectName(QString::fromUtf8("label_33"));
|
||||
label_33->setGeometry(QRect(150, 40, 181, 31));
|
||||
label_33->setFont(font4);
|
||||
label_33->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_33->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
avgResistance_Label = new QLabel(groupBox_6);
|
||||
avgResistance_Label->setObjectName(QString::fromUtf8("avgResistance_Label"));
|
||||
avgResistance_Label->setGeometry(QRect(150, 10, 31, 31));
|
||||
avgResistance_Label->setFont(font5);
|
||||
avgResistance_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
avgResistance_Label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
Label_11 = new QLabel(groupBox_6);
|
||||
Label_11->setObjectName(QString::fromUtf8("Label_11"));
|
||||
Label_11->setGeometry(QRect(480, 12, 50, 50));
|
||||
Label_11->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/averageResistance.png")));
|
||||
groupBox_4 = new QGroupBox(groupBox_2);
|
||||
groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
|
||||
groupBox_4->setGeometry(QRect(10, 30, 731, 80));
|
||||
groupBox_4->setStyleSheet(QString::fromUtf8("width: 710px;\n"
|
||||
"height: 90px;\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border-radius: 3px;"));
|
||||
groupBox_4->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
Label_5 = new QLabel(groupBox_4);
|
||||
Label_5->setObjectName(QString::fromUtf8("Label_5"));
|
||||
Label_5->setGeometry(QRect(80, 12, 50, 50));
|
||||
Label_5->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainTotalTime.png")));
|
||||
label_14 = new QLabel(groupBox_4);
|
||||
label_14->setObjectName(QString::fromUtf8("label_14"));
|
||||
label_14->setGeometry(QRect(150, 40, 151, 31));
|
||||
label_14->setFont(font4);
|
||||
label_14->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_14->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
pushButton_2 = new QPushButton(groupBox_4);
|
||||
pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
|
||||
pushButton_2->setGeometry(QRect(400, 20, 2, 30));
|
||||
pushButton_2->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
trainTime_Label = new QLabel(groupBox_4);
|
||||
trainTime_Label->setObjectName(QString::fromUtf8("trainTime_Label"));
|
||||
trainTime_Label->setGeometry(QRect(150, 10, 71, 31));
|
||||
trainTime_Label->setFont(font5);
|
||||
trainTime_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
trainTime_Label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
Label_6 = new QLabel(groupBox_4);
|
||||
Label_6->setObjectName(QString::fromUtf8("Label_6"));
|
||||
Label_6->setGeometry(QRect(480, 10, 50, 50));
|
||||
Label_6->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainTotalDistance.png")));
|
||||
trainLength_Label = new QLabel(groupBox_4);
|
||||
trainLength_Label->setObjectName(QString::fromUtf8("trainLength_Label"));
|
||||
trainLength_Label->setGeometry(QRect(540, 10, 71, 31));
|
||||
trainLength_Label->setFont(font5);
|
||||
trainLength_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
trainLength_Label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
label_25 = new QLabel(groupBox_4);
|
||||
label_25->setObjectName(QString::fromUtf8("label_25"));
|
||||
label_25->setGeometry(QRect(540, 40, 171, 31));
|
||||
label_25->setFont(font4);
|
||||
label_25->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_25->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
groupBox_7->raise();
|
||||
pushButton->raise();
|
||||
label_6->raise();
|
||||
groupBox_5->raise();
|
||||
groupBox_6->raise();
|
||||
groupBox_4->raise();
|
||||
label_8 = new QLabel(groupBox);
|
||||
label_8->setObjectName(QString::fromUtf8("label_8"));
|
||||
label_8->setGeometry(QRect(510, 140, 131, 41));
|
||||
label_8->setFont(font2);
|
||||
label_8->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
trainPart_Label = new QLabel(groupBox);
|
||||
trainPart_Label->setObjectName(QString::fromUtf8("trainPart_Label"));
|
||||
trainPart_Label->setGeometry(QRect(650, 140, 151, 41));
|
||||
trainPart_Label->setFont(font2);
|
||||
trainPart_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
groupBox_3 = new QGroupBox(groupBox);
|
||||
groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
|
||||
groupBox_3->setGeometry(QRect(20, 230, 771, 81));
|
||||
groupBox_3->setStyleSheet(QString::fromUtf8("#groupBox_3{border:none;}"));
|
||||
groupBox_3->setFlat(false);
|
||||
Label_2 = new QLabel(groupBox_3);
|
||||
Label_2->setObjectName(QString::fromUtf8("Label_2"));
|
||||
Label_2->setGeometry(QRect(10, 10, 50, 50));
|
||||
Label_2->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainMode.png")));
|
||||
label_12 = new QLabel(groupBox_3);
|
||||
label_12->setObjectName(QString::fromUtf8("label_12"));
|
||||
label_12->setGeometry(QRect(70, 30, 201, 41));
|
||||
label_12->setFont(font4);
|
||||
label_12->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_12->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
Label_3 = new QLabel(groupBox_3);
|
||||
Label_3->setObjectName(QString::fromUtf8("Label_3"));
|
||||
Label_3->setGeometry(QRect(290, 10, 50, 50));
|
||||
Label_3->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainPart.png")));
|
||||
label_13 = new QLabel(groupBox_3);
|
||||
label_13->setObjectName(QString::fromUtf8("label_13"));
|
||||
label_13->setGeometry(QRect(360, 30, 181, 41));
|
||||
label_13->setFont(font4);
|
||||
label_13->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_13->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
trainPartIcon_Label = new QLabel(groupBox_3);
|
||||
trainPartIcon_Label->setObjectName(QString::fromUtf8("trainPartIcon_Label"));
|
||||
trainPartIcon_Label->setGeometry(QRect(360, 0, 231, 41));
|
||||
trainPartIcon_Label->setFont(font5);
|
||||
trainPartIcon_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
Label_4 = new QLabel(groupBox_3);
|
||||
Label_4->setObjectName(QString::fromUtf8("Label_4"));
|
||||
Label_4->setGeometry(QRect(590, 10, 50, 50));
|
||||
Label_4->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/paramFrequency.png")));
|
||||
label_21 = new QLabel(groupBox_3);
|
||||
label_21->setObjectName(QString::fromUtf8("label_21"));
|
||||
label_21->setGeometry(QRect(650, 30, 141, 41));
|
||||
label_21->setFont(font4);
|
||||
label_21->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_21->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
spasmTimes_Label = new QLabel(groupBox_3);
|
||||
spasmTimes_Label->setObjectName(QString::fromUtf8("spasmTimes_Label"));
|
||||
spasmTimes_Label->setGeometry(QRect(650, 0, 91, 41));
|
||||
spasmTimes_Label->setFont(font5);
|
||||
spasmTimes_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
trainMode_Label = new QLabel(groupBox_3);
|
||||
trainMode_Label->setObjectName(QString::fromUtf8("trainMode_Label"));
|
||||
trainMode_Label->setGeometry(QRect(70, 0, 221, 41));
|
||||
trainMode_Label->setFont(font5);
|
||||
trainMode_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
line_3 = new QFrame(groupBox);
|
||||
line_3->setObjectName(QString::fromUtf8("line_3"));
|
||||
line_3->setGeometry(QRect(0, 320, 800, 5));
|
||||
line_3->setFrameShape(QFrame::HLine);
|
||||
line_3->setFrameShadow(QFrame::Sunken);
|
||||
groupBox_2->raise();
|
||||
label->raise();
|
||||
line->raise();
|
||||
label_2->raise();
|
||||
reportDate_Label->raise();
|
||||
line_2->raise();
|
||||
label_3->raise();
|
||||
label_4->raise();
|
||||
name_Label->raise();
|
||||
sex_Label->raise();
|
||||
label_7->raise();
|
||||
phone_Label->raise();
|
||||
label_9->raise();
|
||||
age_Label->raise();
|
||||
label_11->raise();
|
||||
msg_Label->raise();
|
||||
noSave_Btn->raise();
|
||||
save_Btn->raise();
|
||||
import_Btn->raise();
|
||||
label_8->raise();
|
||||
trainPart_Label->raise();
|
||||
groupBox_3->raise();
|
||||
line_3->raise();
|
||||
close_Btn = new QPushButton(TrainReport);
|
||||
close_Btn->setObjectName(QString::fromUtf8("close_Btn"));
|
||||
close_Btn->setGeometry(QRect(1321, 50, 40, 40));
|
||||
close_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/dialog/close.png);"));
|
||||
slice1_1Percentage_Label = new QLabel(TrainReport);
|
||||
slice1_1Percentage_Label->setObjectName(QString::fromUtf8("slice1_1Percentage_Label"));
|
||||
slice1_1Percentage_Label->setGeometry(QRect(440, 950, 51, 31));
|
||||
slice1_1Percentage_Label->setStyleSheet(QString::fromUtf8("width: 47px;\n"
|
||||
"height: 26px;\n"
|
||||
"font-size: 23px;\n"
|
||||
"font-family: Arial-BoldMT, Arial;\n"
|
||||
"font-weight: normal;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 27px;"));
|
||||
slice1_2Percentage_Label = new QLabel(TrainReport);
|
||||
slice1_2Percentage_Label->setObjectName(QString::fromUtf8("slice1_2Percentage_Label"));
|
||||
slice1_2Percentage_Label->setGeometry(QRect(440, 980, 51, 31));
|
||||
slice1_2Percentage_Label->setStyleSheet(QString::fromUtf8("width: 47px;\n"
|
||||
"height: 26px;\n"
|
||||
"font-size: 23px;\n"
|
||||
"font-family: Arial-BoldMT, Arial;\n"
|
||||
"font-weight: normal;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 27px;"));
|
||||
slice2_1Percentage_Label = new QLabel(TrainReport);
|
||||
slice2_1Percentage_Label->setObjectName(QString::fromUtf8("slice2_1Percentage_Label"));
|
||||
slice2_1Percentage_Label->setGeometry(QRect(490, 950, 51, 31));
|
||||
slice2_1Percentage_Label->setStyleSheet(QString::fromUtf8("width: 47px;\n"
|
||||
"height: 26px;\n"
|
||||
"font-size: 23px;\n"
|
||||
"font-family: Arial-BoldMT, Arial;\n"
|
||||
"font-weight: normal;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 27px;"));
|
||||
slice2_2Percentage_Label = new QLabel(TrainReport);
|
||||
slice2_2Percentage_Label->setObjectName(QString::fromUtf8("slice2_2Percentage_Label"));
|
||||
slice2_2Percentage_Label->setGeometry(QRect(490, 980, 51, 31));
|
||||
slice2_2Percentage_Label->setStyleSheet(QString::fromUtf8("width: 47px;\n"
|
||||
"height: 26px;\n"
|
||||
"font-size: 23px;\n"
|
||||
"font-family: Arial-BoldMT, Arial;\n"
|
||||
"font-weight: normal;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 27px;"));
|
||||
slice3_1Percentage_Label = new QLabel(TrainReport);
|
||||
slice3_1Percentage_Label->setObjectName(QString::fromUtf8("slice3_1Percentage_Label"));
|
||||
slice3_1Percentage_Label->setGeometry(QRect(380, 950, 51, 31));
|
||||
slice3_1Percentage_Label->setStyleSheet(QString::fromUtf8("width: 47px;\n"
|
||||
"height: 26px;\n"
|
||||
"font-size: 23px;\n"
|
||||
"font-family: Arial-BoldMT, Arial;\n"
|
||||
"font-weight: normal;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 27px;"));
|
||||
slice3_2Percentage_Label = new QLabel(TrainReport);
|
||||
slice3_2Percentage_Label->setObjectName(QString::fromUtf8("slice3_2Percentage_Label"));
|
||||
slice3_2Percentage_Label->setGeometry(QRect(380, 980, 51, 31));
|
||||
slice3_2Percentage_Label->setStyleSheet(QString::fromUtf8("width: 47px;\n"
|
||||
"height: 26px;\n"
|
||||
"font-size: 23px;\n"
|
||||
"font-family: Arial-BoldMT, Arial;\n"
|
||||
"font-weight: normal;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 27px;"));
|
||||
|
||||
retranslateUi(TrainReport);
|
||||
|
||||
QMetaObject::connectSlotsByName(TrainReport);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *TrainReport)
|
||||
{
|
||||
TrainReport->setWindowTitle(QCoreApplication::translate("TrainReport", "Form", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("TrainReport", "\344\270\212\344\270\213\350\202\242\344\270\273\350\242\253\345\212\250\345\272\267\345\244\215\350\256\255\347\273\203\344\273\252\346\212\245\345\221\212", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("TrainReport", "\346\212\245\345\221\212\346\227\245\346\234\237:", nullptr));
|
||||
reportDate_Label->setText(QCoreApplication::translate("TrainReport", "2022-3-10", nullptr));
|
||||
label_3->setText(QCoreApplication::translate("TrainReport", "\345\247\223\345\220\215\357\274\232", nullptr));
|
||||
label_4->setText(QCoreApplication::translate("TrainReport", "\345\244\207\346\263\250\357\274\232", nullptr));
|
||||
name_Label->setText(QCoreApplication::translate("TrainReport", "\345\274\240\344\270\211\350\234\202", nullptr));
|
||||
sex_Label->setText(QString());
|
||||
label_7->setText(QCoreApplication::translate("TrainReport", "\346\200\247\345\210\253\357\274\232", nullptr));
|
||||
phone_Label->setText(QString());
|
||||
label_9->setText(QCoreApplication::translate("TrainReport", "\347\224\265\350\257\235\357\274\232", nullptr));
|
||||
age_Label->setText(QCoreApplication::translate("TrainReport", "12", nullptr));
|
||||
label_11->setText(QCoreApplication::translate("TrainReport", "\345\271\264\351\276\204\357\274\232", nullptr));
|
||||
msg_Label->setText(QString());
|
||||
noSave_Btn->setText(QCoreApplication::translate("TrainReport", "\344\270\215\344\277\235\345\255\230", nullptr));
|
||||
save_Btn->setText(QCoreApplication::translate("TrainReport", "\344\277\235\345\255\230", nullptr));
|
||||
import_Btn->setText(QCoreApplication::translate("TrainReport", "\345\257\274\345\207\272", nullptr));
|
||||
groupBox_2->setTitle(QString());
|
||||
pushButton->setText(QString());
|
||||
label_6->setText(QCoreApplication::translate("TrainReport", "\345\217\202\346\225\260", nullptr));
|
||||
groupBox_7->setTitle(QString());
|
||||
pushButton_9->setText(QString());
|
||||
label_35->setText(QCoreApplication::translate("TrainReport", "\345\271\263\350\241\241\345\272\246", nullptr));
|
||||
pushButton_10->setText(QString());
|
||||
label_36->setText(QCoreApplication::translate("TrainReport", "\344\270\273\350\242\253\345\212\250\346\227\266\351\227\264\345\215\240\346\257\224", nullptr));
|
||||
pushButton_11->setText(QString());
|
||||
label_37->setText(QCoreApplication::translate("TrainReport", "\344\270\273\350\242\253\345\212\250\350\267\235\347\246\273\345\215\240\346\257\224", nullptr));
|
||||
legend1_1_Label->setText(QString());
|
||||
label_5->setText(QCoreApplication::translate("TrainReport", "\345\267\246\345\271\263\350\241\241", nullptr));
|
||||
legend1_1_Label_2->setText(QString());
|
||||
label_10->setText(QCoreApplication::translate("TrainReport", "\345\217\263\345\271\263\350\241\241", nullptr));
|
||||
legend1_1_Label_5->setText(QString());
|
||||
label_71->setText(QCoreApplication::translate("TrainReport", "\344\270\273\345\212\250\346\227\266\351\227\264", nullptr));
|
||||
label_72->setText(QCoreApplication::translate("TrainReport", "\350\242\253\345\212\250\346\227\266\351\227\264", nullptr));
|
||||
legend1_1_Label_6->setText(QString());
|
||||
legend1_1_Label_7->setText(QString());
|
||||
label_73->setText(QCoreApplication::translate("TrainReport", "\344\270\273\345\212\250\350\267\235\347\246\273", nullptr));
|
||||
label_74->setText(QCoreApplication::translate("TrainReport", "\350\242\253\345\212\250\350\267\235\347\246\273", nullptr));
|
||||
legend1_1_Label_8->setText(QString());
|
||||
groupBox_5->setTitle(QString());
|
||||
pushButton_4->setText(QString());
|
||||
pushButton_8->setText(QString());
|
||||
Label_8->setText(QString());
|
||||
Label_9->setText(QString());
|
||||
label_16->setText(QCoreApplication::translate("TrainReport", "\345\271\263\345\235\207\351\200\237\345\272\246(r/min)", nullptr));
|
||||
label_27->setText(QCoreApplication::translate("TrainReport", "\346\234\200\345\244\247\351\200\237\345\272\246(r/min)", nullptr));
|
||||
averageSpeed_Label->setText(QCoreApplication::translate("TrainReport", "50", nullptr));
|
||||
maxSpeed_Label->setText(QCoreApplication::translate("TrainReport", "50", nullptr));
|
||||
groupBox_6->setTitle(QString());
|
||||
Label_10->setText(QString());
|
||||
pushButton_6->setText(QString());
|
||||
label_22->setText(QCoreApplication::translate("TrainReport", "\346\234\200\345\244\247\351\230\273\345\212\233(\346\241\243)", nullptr));
|
||||
maxResistance_Label->setText(QCoreApplication::translate("TrainReport", "16", nullptr));
|
||||
label_33->setText(QCoreApplication::translate("TrainReport", "\345\271\263\345\235\207\351\230\273\345\212\233(\346\241\243)", nullptr));
|
||||
avgResistance_Label->setText(QCoreApplication::translate("TrainReport", "8", nullptr));
|
||||
Label_11->setText(QString());
|
||||
groupBox_4->setTitle(QString());
|
||||
Label_5->setText(QString());
|
||||
label_14->setText(QCoreApplication::translate("TrainReport", "\350\256\255\347\273\203\346\227\266\351\227\264(min:s)", nullptr));
|
||||
pushButton_2->setText(QString());
|
||||
trainTime_Label->setText(QCoreApplication::translate("TrainReport", "50", nullptr));
|
||||
Label_6->setText(QString());
|
||||
trainLength_Label->setText(QCoreApplication::translate("TrainReport", "1000", nullptr));
|
||||
label_25->setText(QCoreApplication::translate("TrainReport", "\350\256\255\347\273\203\350\267\235\347\246\273(m)", nullptr));
|
||||
label_8->setText(QCoreApplication::translate("TrainReport", "\350\256\255\347\273\203\351\203\250\344\275\215\357\274\232", nullptr));
|
||||
trainPart_Label->setText(QString());
|
||||
groupBox_3->setTitle(QString());
|
||||
Label_2->setText(QString());
|
||||
label_12->setText(QCoreApplication::translate("TrainReport", "\350\256\255\347\273\203\346\250\241\345\274\217", nullptr));
|
||||
Label_3->setText(QString());
|
||||
label_13->setText(QCoreApplication::translate("TrainReport", "\350\256\255\347\273\203\351\203\250\344\275\215", nullptr));
|
||||
trainPartIcon_Label->setText(QCoreApplication::translate("TrainReport", "\344\270\212\350\202\242", nullptr));
|
||||
Label_4->setText(QString());
|
||||
label_21->setText(QCoreApplication::translate("TrainReport", "\347\227\211\346\214\233\346\254\241\346\225\260", nullptr));
|
||||
spasmTimes_Label->setText(QCoreApplication::translate("TrainReport", "4 \346\254\241", nullptr));
|
||||
trainMode_Label->setText(QCoreApplication::translate("TrainReport", "\344\270\273\345\212\250\346\250\241\345\274\217", nullptr));
|
||||
close_Btn->setText(QString());
|
||||
slice1_1Percentage_Label->setText(QCoreApplication::translate("TrainReport", "60%", nullptr));
|
||||
slice1_2Percentage_Label->setText(QCoreApplication::translate("TrainReport", "40%", nullptr));
|
||||
slice2_1Percentage_Label->setText(QCoreApplication::translate("TrainReport", "60%", nullptr));
|
||||
slice2_2Percentage_Label->setText(QCoreApplication::translate("TrainReport", "40%", nullptr));
|
||||
slice3_1Percentage_Label->setText(QCoreApplication::translate("TrainReport", "60%", nullptr));
|
||||
slice3_2Percentage_Label->setText(QCoreApplication::translate("TrainReport", "40%", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class TrainReport: public Ui_TrainReport {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_TRAINREPORT_H
|
||||
804
ZBD_IIIDL_S_Project/build20241115/UI/ui_trainreportthreetwo.h
Normal file
804
ZBD_IIIDL_S_Project/build20241115/UI/ui_trainreportthreetwo.h
Normal file
@@ -0,0 +1,804 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'trainreportthreetwo.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_TRAINREPORTTHREETWO_H
|
||||
#define UI_TRAINREPORTTHREETWO_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QFrame>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <qchartview.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_TrainReportThreeTwo
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QLabel *label;
|
||||
QFrame *line;
|
||||
QLabel *label_2;
|
||||
QLabel *reportDate_Label;
|
||||
QFrame *line_2;
|
||||
QLabel *label_3;
|
||||
QLabel *label_4;
|
||||
QLabel *name_Label;
|
||||
QLabel *sex_Label;
|
||||
QLabel *label_7;
|
||||
QLabel *phone_Label;
|
||||
QLabel *label_9;
|
||||
QLabel *age_Label;
|
||||
QLabel *label_11;
|
||||
QLabel *msg_Label;
|
||||
QPushButton *noSave_Btn;
|
||||
QPushButton *save_Btn;
|
||||
QPushButton *import_Btn;
|
||||
QGroupBox *groupBox_2;
|
||||
QGroupBox *groupBox_4;
|
||||
QLabel *Label_5;
|
||||
QLabel *label_14;
|
||||
QPushButton *pushButton_2;
|
||||
QLabel *trainTime_Label;
|
||||
QLabel *Label_6;
|
||||
QLabel *trainLength_Label;
|
||||
QLabel *label_25;
|
||||
QPushButton *pushButton;
|
||||
QLabel *label_6;
|
||||
QGroupBox *groupBox_5;
|
||||
QPushButton *pushButton_4;
|
||||
QPushButton *pushButton_8;
|
||||
QLabel *Label_7;
|
||||
QLabel *Label_8;
|
||||
QLabel *label_16;
|
||||
QLabel *label_27;
|
||||
QLabel *averageSpeed_Label;
|
||||
QLabel *maxSpeed_Label;
|
||||
QGroupBox *groupBox_7;
|
||||
QPushButton *pushButton_10;
|
||||
QLabel *label_36;
|
||||
QPushButton *pushButton_11;
|
||||
QLabel *label_37;
|
||||
QChartView *graphicsView_2;
|
||||
QChartView *graphicsView_3;
|
||||
QLabel *legend1_1_Label_5;
|
||||
QLabel *label_71;
|
||||
QLabel *label_72;
|
||||
QLabel *legend1_1_Label_6;
|
||||
QLabel *legend1_1_Label_7;
|
||||
QLabel *label_73;
|
||||
QLabel *label_74;
|
||||
QLabel *legend1_1_Label_8;
|
||||
QGroupBox *groupBox_6;
|
||||
QLabel *Label_9;
|
||||
QPushButton *pushButton_6;
|
||||
QLabel *label_22;
|
||||
QLabel *maxResistance_Label;
|
||||
QLabel *label_33;
|
||||
QLabel *avgResistance_Label;
|
||||
QLabel *Label_10;
|
||||
QLabel *label_8;
|
||||
QLabel *trainPart_Label;
|
||||
QGroupBox *groupBox_3;
|
||||
QLabel *Label_2;
|
||||
QLabel *label_12;
|
||||
QLabel *Label_3;
|
||||
QLabel *label_13;
|
||||
QLabel *trainPartIcon_Label;
|
||||
QLabel *label_21;
|
||||
QLabel *spasmTimes_Label;
|
||||
QLabel *trainMode_Label;
|
||||
QLabel *Label_4;
|
||||
QFrame *line_3;
|
||||
QPushButton *close_Btn;
|
||||
|
||||
void setupUi(QDialog *TrainReportThreeTwo)
|
||||
{
|
||||
if (TrainReportThreeTwo->objectName().isEmpty())
|
||||
TrainReportThreeTwo->setObjectName(QString::fromUtf8("TrainReportThreeTwo"));
|
||||
TrainReportThreeTwo->resize(1920, 1080);
|
||||
groupBox = new QGroupBox(TrainReportThreeTwo);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(570, 40, 810, 1000));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
font.setBold(true);
|
||||
groupBox->setFont(font);
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;}"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(20, 20, 771, 61));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(28);
|
||||
label->setFont(font1);
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
line = new QFrame(groupBox);
|
||||
line->setObjectName(QString::fromUtf8("line"));
|
||||
line->setGeometry(QRect(0, 130, 800, 5));
|
||||
line->setFrameShape(QFrame::HLine);
|
||||
line->setFrameShadow(QFrame::Sunken);
|
||||
label_2 = new QLabel(groupBox);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(580, 80, 101, 40));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(12);
|
||||
label_2->setFont(font2);
|
||||
label_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
reportDate_Label = new QLabel(groupBox);
|
||||
reportDate_Label->setObjectName(QString::fromUtf8("reportDate_Label"));
|
||||
reportDate_Label->setGeometry(QRect(690, 80, 101, 40));
|
||||
reportDate_Label->setFont(font2);
|
||||
reportDate_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
line_2 = new QFrame(groupBox);
|
||||
line_2->setObjectName(QString::fromUtf8("line_2"));
|
||||
line_2->setGeometry(QRect(0, 222, 800, 5));
|
||||
line_2->setFrameShape(QFrame::HLine);
|
||||
line_2->setFrameShadow(QFrame::Sunken);
|
||||
label_3 = new QLabel(groupBox);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
label_3->setGeometry(QRect(20, 140, 69, 40));
|
||||
label_3->setFont(font2);
|
||||
label_3->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
label_4 = new QLabel(groupBox);
|
||||
label_4->setObjectName(QString::fromUtf8("label_4"));
|
||||
label_4->setGeometry(QRect(20, 182, 69, 40));
|
||||
label_4->setFont(font2);
|
||||
name_Label = new QLabel(groupBox);
|
||||
name_Label->setObjectName(QString::fromUtf8("name_Label"));
|
||||
name_Label->setGeometry(QRect(70, 140, 81, 40));
|
||||
name_Label->setFont(font2);
|
||||
name_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
sex_Label = new QLabel(groupBox);
|
||||
sex_Label->setObjectName(QString::fromUtf8("sex_Label"));
|
||||
sex_Label->setGeometry(QRect(210, 140, 61, 40));
|
||||
sex_Label->setFont(font2);
|
||||
sex_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
label_7 = new QLabel(groupBox);
|
||||
label_7->setObjectName(QString::fromUtf8("label_7"));
|
||||
label_7->setGeometry(QRect(140, 140, 71, 40));
|
||||
label_7->setFont(font2);
|
||||
label_7->setAlignment(Qt::AlignCenter);
|
||||
phone_Label = new QLabel(groupBox);
|
||||
phone_Label->setObjectName(QString::fromUtf8("phone_Label"));
|
||||
phone_Label->setGeometry(QRect(330, 140, 91, 40));
|
||||
phone_Label->setFont(font2);
|
||||
phone_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
label_9 = new QLabel(groupBox);
|
||||
label_9->setObjectName(QString::fromUtf8("label_9"));
|
||||
label_9->setGeometry(QRect(270, 140, 69, 40));
|
||||
label_9->setFont(font2);
|
||||
label_9->setAlignment(Qt::AlignCenter);
|
||||
age_Label = new QLabel(groupBox);
|
||||
age_Label->setObjectName(QString::fromUtf8("age_Label"));
|
||||
age_Label->setGeometry(QRect(490, 140, 41, 40));
|
||||
age_Label->setFont(font2);
|
||||
age_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
label_11 = new QLabel(groupBox);
|
||||
label_11->setObjectName(QString::fromUtf8("label_11"));
|
||||
label_11->setGeometry(QRect(420, 140, 81, 40));
|
||||
label_11->setFont(font2);
|
||||
label_11->setAlignment(Qt::AlignCenter);
|
||||
msg_Label = new QLabel(groupBox);
|
||||
msg_Label->setObjectName(QString::fromUtf8("msg_Label"));
|
||||
msg_Label->setGeometry(QRect(100, 180, 701, 40));
|
||||
msg_Label->setFont(font2);
|
||||
msg_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
noSave_Btn = new QPushButton(groupBox);
|
||||
noSave_Btn->setObjectName(QString::fromUtf8("noSave_Btn"));
|
||||
noSave_Btn->setGeometry(QRect(340, 932, 120, 45));
|
||||
QFont font3;
|
||||
font3.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font3.setPointSize(15);
|
||||
noSave_Btn->setFont(font3);
|
||||
noSave_Btn->setStyleSheet(QString::fromUtf8("border-radius: 8px;\n"
|
||||
"border: 2px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB ;"));
|
||||
save_Btn = new QPushButton(groupBox);
|
||||
save_Btn->setObjectName(QString::fromUtf8("save_Btn"));
|
||||
save_Btn->setGeometry(QRect(500, 932, 120, 45));
|
||||
save_Btn->setFont(font3);
|
||||
save_Btn->setStyleSheet(QString::fromUtf8("border-radius: 8px;\n"
|
||||
"border: 2px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB ;"));
|
||||
import_Btn = new QPushButton(groupBox);
|
||||
import_Btn->setObjectName(QString::fromUtf8("import_Btn"));
|
||||
import_Btn->setGeometry(QRect(650, 930, 120, 45));
|
||||
import_Btn->setFont(font3);
|
||||
import_Btn->setStyleSheet(QString::fromUtf8("border-radius: 8px;\n"
|
||||
"border: 2px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB ;"));
|
||||
groupBox_2 = new QGroupBox(groupBox);
|
||||
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
||||
groupBox_2->setGeometry(QRect(20, 340, 771, 591));
|
||||
groupBox_2->setStyleSheet(QString::fromUtf8("#groupBox_2{border:none;}"));
|
||||
groupBox_4 = new QGroupBox(groupBox_2);
|
||||
groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
|
||||
groupBox_4->setGeometry(QRect(10, 30, 731, 80));
|
||||
groupBox_4->setStyleSheet(QString::fromUtf8("width: 710px;\n"
|
||||
"height: 90px;\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border-radius: 3px;"));
|
||||
groupBox_4->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
Label_5 = new QLabel(groupBox_4);
|
||||
Label_5->setObjectName(QString::fromUtf8("Label_5"));
|
||||
Label_5->setGeometry(QRect(80, 12, 50, 50));
|
||||
Label_5->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainTotalTime.png")));
|
||||
label_14 = new QLabel(groupBox_4);
|
||||
label_14->setObjectName(QString::fromUtf8("label_14"));
|
||||
label_14->setGeometry(QRect(150, 40, 161, 31));
|
||||
QFont font4;
|
||||
font4.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font4.setPointSize(12);
|
||||
font4.setBold(false);
|
||||
label_14->setFont(font4);
|
||||
label_14->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_14->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
pushButton_2 = new QPushButton(groupBox_4);
|
||||
pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
|
||||
pushButton_2->setGeometry(QRect(400, 20, 2, 30));
|
||||
pushButton_2->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
trainTime_Label = new QLabel(groupBox_4);
|
||||
trainTime_Label->setObjectName(QString::fromUtf8("trainTime_Label"));
|
||||
trainTime_Label->setGeometry(QRect(150, 10, 81, 31));
|
||||
QFont font5;
|
||||
font5.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font5.setBold(false);
|
||||
trainTime_Label->setFont(font5);
|
||||
trainTime_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
trainTime_Label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
Label_6 = new QLabel(groupBox_4);
|
||||
Label_6->setObjectName(QString::fromUtf8("Label_6"));
|
||||
Label_6->setGeometry(QRect(480, 10, 50, 50));
|
||||
Label_6->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainTotalDistance.png")));
|
||||
trainLength_Label = new QLabel(groupBox_4);
|
||||
trainLength_Label->setObjectName(QString::fromUtf8("trainLength_Label"));
|
||||
trainLength_Label->setGeometry(QRect(540, 10, 71, 31));
|
||||
trainLength_Label->setFont(font5);
|
||||
trainLength_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
trainLength_Label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
label_25 = new QLabel(groupBox_4);
|
||||
label_25->setObjectName(QString::fromUtf8("label_25"));
|
||||
label_25->setGeometry(QRect(540, 40, 171, 31));
|
||||
label_25->setFont(font4);
|
||||
label_25->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_25->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
pushButton = new QPushButton(groupBox_2);
|
||||
pushButton->setObjectName(QString::fromUtf8("pushButton"));
|
||||
pushButton->setGeometry(QRect(10, 0, 4, 16));
|
||||
pushButton->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
label_6 = new QLabel(groupBox_2);
|
||||
label_6->setObjectName(QString::fromUtf8("label_6"));
|
||||
label_6->setGeometry(QRect(20, 0, 111, 19));
|
||||
label_6->setFont(font4);
|
||||
label_6->setStyleSheet(QString::fromUtf8("width: 32px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
groupBox_5 = new QGroupBox(groupBox_2);
|
||||
groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
|
||||
groupBox_5->setGeometry(QRect(10, 120, 731, 80));
|
||||
groupBox_5->setStyleSheet(QString::fromUtf8("width: 710px;\n"
|
||||
"height: 90px;\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border-radius: 3px;"));
|
||||
groupBox_5->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
pushButton_4 = new QPushButton(groupBox_5);
|
||||
pushButton_4->setObjectName(QString::fromUtf8("pushButton_4"));
|
||||
pushButton_4->setGeometry(QRect(400, 20, 2, 30));
|
||||
pushButton_4->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
pushButton_8 = new QPushButton(groupBox_5);
|
||||
pushButton_8->setObjectName(QString::fromUtf8("pushButton_8"));
|
||||
pushButton_8->setGeometry(QRect(60, 210, 2, 30));
|
||||
pushButton_8->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
Label_7 = new QLabel(groupBox_5);
|
||||
Label_7->setObjectName(QString::fromUtf8("Label_7"));
|
||||
Label_7->setGeometry(QRect(80, 12, 50, 50));
|
||||
Label_7->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainSpeed.png")));
|
||||
Label_8 = new QLabel(groupBox_5);
|
||||
Label_8->setObjectName(QString::fromUtf8("Label_8"));
|
||||
Label_8->setGeometry(QRect(480, 12, 50, 50));
|
||||
Label_8->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainSpeed.png")));
|
||||
label_16 = new QLabel(groupBox_5);
|
||||
label_16->setObjectName(QString::fromUtf8("label_16"));
|
||||
label_16->setGeometry(QRect(150, 40, 151, 31));
|
||||
label_16->setFont(font4);
|
||||
label_16->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_16->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
label_27 = new QLabel(groupBox_5);
|
||||
label_27->setObjectName(QString::fromUtf8("label_27"));
|
||||
label_27->setGeometry(QRect(540, 40, 171, 31));
|
||||
label_27->setFont(font4);
|
||||
label_27->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_27->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
averageSpeed_Label = new QLabel(groupBox_5);
|
||||
averageSpeed_Label->setObjectName(QString::fromUtf8("averageSpeed_Label"));
|
||||
averageSpeed_Label->setGeometry(QRect(150, 10, 41, 31));
|
||||
averageSpeed_Label->setFont(font5);
|
||||
averageSpeed_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
averageSpeed_Label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
maxSpeed_Label = new QLabel(groupBox_5);
|
||||
maxSpeed_Label->setObjectName(QString::fromUtf8("maxSpeed_Label"));
|
||||
maxSpeed_Label->setGeometry(QRect(540, 10, 51, 31));
|
||||
maxSpeed_Label->setFont(font5);
|
||||
maxSpeed_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
maxSpeed_Label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
groupBox_7 = new QGroupBox(groupBox_2);
|
||||
groupBox_7->setObjectName(QString::fromUtf8("groupBox_7"));
|
||||
groupBox_7->setGeometry(QRect(10, 300, 731, 281));
|
||||
groupBox_7->setStyleSheet(QString::fromUtf8("#groupBox_7{\n"
|
||||
"width: 710px;\n"
|
||||
"height: 270px;\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border-radius: 3px;\n"
|
||||
"}"));
|
||||
pushButton_10 = new QPushButton(groupBox_7);
|
||||
pushButton_10->setObjectName(QString::fromUtf8("pushButton_10"));
|
||||
pushButton_10->setGeometry(QRect(80, 20, 4, 16));
|
||||
pushButton_10->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
label_36 = new QLabel(groupBox_7);
|
||||
label_36->setObjectName(QString::fromUtf8("label_36"));
|
||||
label_36->setGeometry(QRect(90, 10, 201, 31));
|
||||
label_36->setFont(font4);
|
||||
label_36->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_36->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
pushButton_11 = new QPushButton(groupBox_7);
|
||||
pushButton_11->setObjectName(QString::fromUtf8("pushButton_11"));
|
||||
pushButton_11->setGeometry(QRect(480, 20, 4, 16));
|
||||
pushButton_11->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
label_37 = new QLabel(groupBox_7);
|
||||
label_37->setObjectName(QString::fromUtf8("label_37"));
|
||||
label_37->setGeometry(QRect(490, 10, 231, 31));
|
||||
label_37->setFont(font4);
|
||||
label_37->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_37->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
graphicsView_2 = new QChartView(groupBox_7);
|
||||
graphicsView_2->setObjectName(QString::fromUtf8("graphicsView_2"));
|
||||
graphicsView_2->setGeometry(QRect(80, 40, 221, 211));
|
||||
graphicsView_2->setStyleSheet(QString::fromUtf8("#graphicsView_2{\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border:none;\n"
|
||||
"}"));
|
||||
graphicsView_3 = new QChartView(groupBox_7);
|
||||
graphicsView_3->setObjectName(QString::fromUtf8("graphicsView_3"));
|
||||
graphicsView_3->setGeometry(QRect(460, 40, 211, 211));
|
||||
graphicsView_3->setStyleSheet(QString::fromUtf8("#graphicsView_3{\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border:none;\n"
|
||||
"}"));
|
||||
legend1_1_Label_5 = new QLabel(groupBox_7);
|
||||
legend1_1_Label_5->setObjectName(QString::fromUtf8("legend1_1_Label_5"));
|
||||
legend1_1_Label_5->setGeometry(QRect(200, 250, 15, 15));
|
||||
legend1_1_Label_5->setStyleSheet(QString::fromUtf8("background: #92AFF6;"));
|
||||
label_71 = new QLabel(groupBox_7);
|
||||
label_71->setObjectName(QString::fromUtf8("label_71"));
|
||||
label_71->setGeometry(QRect(220, 250, 71, 19));
|
||||
label_71->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_72 = new QLabel(groupBox_7);
|
||||
label_72->setObjectName(QString::fromUtf8("label_72"));
|
||||
label_72->setGeometry(QRect(120, 250, 71, 19));
|
||||
label_72->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
legend1_1_Label_6 = new QLabel(groupBox_7);
|
||||
legend1_1_Label_6->setObjectName(QString::fromUtf8("legend1_1_Label_6"));
|
||||
legend1_1_Label_6->setGeometry(QRect(100, 250, 15, 15));
|
||||
legend1_1_Label_6->setStyleSheet(QString::fromUtf8("background: #938BF6;\n"
|
||||
""));
|
||||
legend1_1_Label_7 = new QLabel(groupBox_7);
|
||||
legend1_1_Label_7->setObjectName(QString::fromUtf8("legend1_1_Label_7"));
|
||||
legend1_1_Label_7->setGeometry(QRect(580, 250, 15, 15));
|
||||
legend1_1_Label_7->setStyleSheet(QString::fromUtf8("background: #AAC204;"));
|
||||
label_73 = new QLabel(groupBox_7);
|
||||
label_73->setObjectName(QString::fromUtf8("label_73"));
|
||||
label_73->setGeometry(QRect(600, 250, 71, 19));
|
||||
label_73->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_74 = new QLabel(groupBox_7);
|
||||
label_74->setObjectName(QString::fromUtf8("label_74"));
|
||||
label_74->setGeometry(QRect(500, 250, 61, 19));
|
||||
label_74->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
legend1_1_Label_8 = new QLabel(groupBox_7);
|
||||
legend1_1_Label_8->setObjectName(QString::fromUtf8("legend1_1_Label_8"));
|
||||
legend1_1_Label_8->setGeometry(QRect(480, 250, 15, 15));
|
||||
legend1_1_Label_8->setStyleSheet(QString::fromUtf8("background: #D2E07E;"));
|
||||
groupBox_6 = new QGroupBox(groupBox_2);
|
||||
groupBox_6->setObjectName(QString::fromUtf8("groupBox_6"));
|
||||
groupBox_6->setGeometry(QRect(10, 210, 731, 80));
|
||||
groupBox_6->setStyleSheet(QString::fromUtf8("width: 710px;\n"
|
||||
"height: 90px;\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border-radius: 3px;"));
|
||||
groupBox_6->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
Label_9 = new QLabel(groupBox_6);
|
||||
Label_9->setObjectName(QString::fromUtf8("Label_9"));
|
||||
Label_9->setGeometry(QRect(80, 12, 50, 50));
|
||||
Label_9->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/averageResistance.png")));
|
||||
pushButton_6 = new QPushButton(groupBox_6);
|
||||
pushButton_6->setObjectName(QString::fromUtf8("pushButton_6"));
|
||||
pushButton_6->setGeometry(QRect(400, 20, 2, 30));
|
||||
pushButton_6->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
label_22 = new QLabel(groupBox_6);
|
||||
label_22->setObjectName(QString::fromUtf8("label_22"));
|
||||
label_22->setGeometry(QRect(540, 40, 151, 31));
|
||||
label_22->setFont(font4);
|
||||
label_22->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_22->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
maxResistance_Label = new QLabel(groupBox_6);
|
||||
maxResistance_Label->setObjectName(QString::fromUtf8("maxResistance_Label"));
|
||||
maxResistance_Label->setGeometry(QRect(540, 11, 51, 31));
|
||||
maxResistance_Label->setFont(font5);
|
||||
maxResistance_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
maxResistance_Label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
label_33 = new QLabel(groupBox_6);
|
||||
label_33->setObjectName(QString::fromUtf8("label_33"));
|
||||
label_33->setGeometry(QRect(150, 40, 161, 31));
|
||||
label_33->setFont(font4);
|
||||
label_33->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_33->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
avgResistance_Label = new QLabel(groupBox_6);
|
||||
avgResistance_Label->setObjectName(QString::fromUtf8("avgResistance_Label"));
|
||||
avgResistance_Label->setGeometry(QRect(150, 10, 31, 31));
|
||||
avgResistance_Label->setFont(font5);
|
||||
avgResistance_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
avgResistance_Label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
Label_10 = new QLabel(groupBox_6);
|
||||
Label_10->setObjectName(QString::fromUtf8("Label_10"));
|
||||
Label_10->setGeometry(QRect(480, 12, 50, 50));
|
||||
Label_10->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/averageResistance.png")));
|
||||
groupBox_7->raise();
|
||||
groupBox_4->raise();
|
||||
pushButton->raise();
|
||||
label_6->raise();
|
||||
groupBox_5->raise();
|
||||
groupBox_6->raise();
|
||||
label_8 = new QLabel(groupBox);
|
||||
label_8->setObjectName(QString::fromUtf8("label_8"));
|
||||
label_8->setGeometry(QRect(530, 140, 131, 41));
|
||||
label_8->setFont(font2);
|
||||
label_8->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
trainPart_Label = new QLabel(groupBox);
|
||||
trainPart_Label->setObjectName(QString::fromUtf8("trainPart_Label"));
|
||||
trainPart_Label->setGeometry(QRect(660, 140, 151, 41));
|
||||
trainPart_Label->setFont(font2);
|
||||
trainPart_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
groupBox_3 = new QGroupBox(groupBox);
|
||||
groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
|
||||
groupBox_3->setGeometry(QRect(20, 230, 771, 81));
|
||||
groupBox_3->setStyleSheet(QString::fromUtf8("#groupBox_3{border:none;}"));
|
||||
groupBox_3->setFlat(false);
|
||||
Label_2 = new QLabel(groupBox_3);
|
||||
Label_2->setObjectName(QString::fromUtf8("Label_2"));
|
||||
Label_2->setGeometry(QRect(10, 10, 50, 50));
|
||||
Label_2->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainMode.png")));
|
||||
label_12 = new QLabel(groupBox_3);
|
||||
label_12->setObjectName(QString::fromUtf8("label_12"));
|
||||
label_12->setGeometry(QRect(70, 30, 201, 41));
|
||||
label_12->setFont(font4);
|
||||
label_12->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_12->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
Label_3 = new QLabel(groupBox_3);
|
||||
Label_3->setObjectName(QString::fromUtf8("Label_3"));
|
||||
Label_3->setGeometry(QRect(290, 10, 50, 50));
|
||||
Label_3->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainPart.png")));
|
||||
label_13 = new QLabel(groupBox_3);
|
||||
label_13->setObjectName(QString::fromUtf8("label_13"));
|
||||
label_13->setGeometry(QRect(360, 30, 201, 41));
|
||||
label_13->setFont(font4);
|
||||
label_13->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_13->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
trainPartIcon_Label = new QLabel(groupBox_3);
|
||||
trainPartIcon_Label->setObjectName(QString::fromUtf8("trainPartIcon_Label"));
|
||||
trainPartIcon_Label->setGeometry(QRect(360, 0, 211, 41));
|
||||
trainPartIcon_Label->setFont(font5);
|
||||
trainPartIcon_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
label_21 = new QLabel(groupBox_3);
|
||||
label_21->setObjectName(QString::fromUtf8("label_21"));
|
||||
label_21->setGeometry(QRect(650, 30, 141, 41));
|
||||
label_21->setFont(font4);
|
||||
label_21->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_21->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
spasmTimes_Label = new QLabel(groupBox_3);
|
||||
spasmTimes_Label->setObjectName(QString::fromUtf8("spasmTimes_Label"));
|
||||
spasmTimes_Label->setGeometry(QRect(650, 0, 91, 41));
|
||||
spasmTimes_Label->setFont(font5);
|
||||
spasmTimes_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
trainMode_Label = new QLabel(groupBox_3);
|
||||
trainMode_Label->setObjectName(QString::fromUtf8("trainMode_Label"));
|
||||
trainMode_Label->setGeometry(QRect(70, 0, 221, 41));
|
||||
trainMode_Label->setFont(font5);
|
||||
trainMode_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
Label_4 = new QLabel(groupBox_3);
|
||||
Label_4->setObjectName(QString::fromUtf8("Label_4"));
|
||||
Label_4->setGeometry(QRect(570, 10, 50, 50));
|
||||
Label_4->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/paramFrequency.png")));
|
||||
line_3 = new QFrame(groupBox);
|
||||
line_3->setObjectName(QString::fromUtf8("line_3"));
|
||||
line_3->setGeometry(QRect(0, 320, 800, 5));
|
||||
line_3->setFrameShape(QFrame::HLine);
|
||||
line_3->setFrameShadow(QFrame::Sunken);
|
||||
close_Btn = new QPushButton(groupBox);
|
||||
close_Btn->setObjectName(QString::fromUtf8("close_Btn"));
|
||||
close_Btn->setGeometry(QRect(740, 20, 40, 40));
|
||||
close_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/dialog/close.png);"));
|
||||
groupBox_2->raise();
|
||||
label->raise();
|
||||
line->raise();
|
||||
label_2->raise();
|
||||
reportDate_Label->raise();
|
||||
line_2->raise();
|
||||
label_3->raise();
|
||||
label_4->raise();
|
||||
name_Label->raise();
|
||||
sex_Label->raise();
|
||||
label_7->raise();
|
||||
phone_Label->raise();
|
||||
label_9->raise();
|
||||
age_Label->raise();
|
||||
label_11->raise();
|
||||
msg_Label->raise();
|
||||
noSave_Btn->raise();
|
||||
save_Btn->raise();
|
||||
import_Btn->raise();
|
||||
label_8->raise();
|
||||
trainPart_Label->raise();
|
||||
groupBox_3->raise();
|
||||
line_3->raise();
|
||||
close_Btn->raise();
|
||||
|
||||
retranslateUi(TrainReportThreeTwo);
|
||||
|
||||
QMetaObject::connectSlotsByName(TrainReportThreeTwo);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *TrainReportThreeTwo)
|
||||
{
|
||||
TrainReportThreeTwo->setWindowTitle(QCoreApplication::translate("TrainReportThreeTwo", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("TrainReportThreeTwo", "\344\270\212\344\270\213\350\202\242\344\270\273\350\242\253\345\212\250\345\272\267\345\244\215\350\256\255\347\273\203\344\273\252\346\212\245\345\221\212", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("TrainReportThreeTwo", "\346\212\245\345\221\212\346\227\245\346\234\237:", nullptr));
|
||||
reportDate_Label->setText(QCoreApplication::translate("TrainReportThreeTwo", "2022-3-10", nullptr));
|
||||
label_3->setText(QCoreApplication::translate("TrainReportThreeTwo", "\345\247\223\345\220\215\357\274\232", nullptr));
|
||||
label_4->setText(QCoreApplication::translate("TrainReportThreeTwo", "\345\244\207\346\263\250\357\274\232", nullptr));
|
||||
name_Label->setText(QCoreApplication::translate("TrainReportThreeTwo", "\345\274\240\344\270\211\350\234\202", nullptr));
|
||||
sex_Label->setText(QString());
|
||||
label_7->setText(QCoreApplication::translate("TrainReportThreeTwo", "\346\200\247\345\210\253\357\274\232", nullptr));
|
||||
phone_Label->setText(QString());
|
||||
label_9->setText(QCoreApplication::translate("TrainReportThreeTwo", "\347\224\265\350\257\235\357\274\232", nullptr));
|
||||
age_Label->setText(QCoreApplication::translate("TrainReportThreeTwo", "12", nullptr));
|
||||
label_11->setText(QCoreApplication::translate("TrainReportThreeTwo", "\345\271\264\351\276\204\357\274\232", nullptr));
|
||||
msg_Label->setText(QString());
|
||||
noSave_Btn->setText(QCoreApplication::translate("TrainReportThreeTwo", "\344\270\215\344\277\235\345\255\230", nullptr));
|
||||
save_Btn->setText(QCoreApplication::translate("TrainReportThreeTwo", "\344\277\235\345\255\230", nullptr));
|
||||
import_Btn->setText(QCoreApplication::translate("TrainReportThreeTwo", "\345\257\274\345\207\272", nullptr));
|
||||
groupBox_2->setTitle(QString());
|
||||
groupBox_4->setTitle(QString());
|
||||
Label_5->setText(QString());
|
||||
label_14->setText(QCoreApplication::translate("TrainReportThreeTwo", "\350\256\255\347\273\203\346\227\266\351\227\264(min:s)", nullptr));
|
||||
pushButton_2->setText(QString());
|
||||
trainTime_Label->setText(QCoreApplication::translate("TrainReportThreeTwo", "50", nullptr));
|
||||
Label_6->setText(QString());
|
||||
trainLength_Label->setText(QCoreApplication::translate("TrainReportThreeTwo", "1000", nullptr));
|
||||
label_25->setText(QCoreApplication::translate("TrainReportThreeTwo", "\350\256\255\347\273\203\350\267\235\347\246\273(m)", nullptr));
|
||||
pushButton->setText(QString());
|
||||
label_6->setText(QCoreApplication::translate("TrainReportThreeTwo", "\345\217\202\346\225\260", nullptr));
|
||||
groupBox_5->setTitle(QString());
|
||||
pushButton_4->setText(QString());
|
||||
pushButton_8->setText(QString());
|
||||
Label_7->setText(QString());
|
||||
Label_8->setText(QString());
|
||||
label_16->setText(QCoreApplication::translate("TrainReportThreeTwo", "\345\271\263\345\235\207\351\200\237\345\272\246(r/min)", nullptr));
|
||||
label_27->setText(QCoreApplication::translate("TrainReportThreeTwo", "\346\234\200\345\244\247\351\200\237\345\272\246(r/min)", nullptr));
|
||||
averageSpeed_Label->setText(QCoreApplication::translate("TrainReportThreeTwo", "50", nullptr));
|
||||
maxSpeed_Label->setText(QCoreApplication::translate("TrainReportThreeTwo", "50", nullptr));
|
||||
groupBox_7->setTitle(QString());
|
||||
pushButton_10->setText(QString());
|
||||
label_36->setText(QCoreApplication::translate("TrainReportThreeTwo", "\344\270\273\350\242\253\345\212\250\346\227\266\351\227\264\345\215\240\346\257\224", nullptr));
|
||||
pushButton_11->setText(QString());
|
||||
label_37->setText(QCoreApplication::translate("TrainReportThreeTwo", "\344\270\273\350\242\253\345\212\250\350\267\235\347\246\273\345\215\240\346\257\224", nullptr));
|
||||
legend1_1_Label_5->setText(QString());
|
||||
label_71->setText(QCoreApplication::translate("TrainReportThreeTwo", "\344\270\273\345\212\250\346\227\266\351\227\264", nullptr));
|
||||
label_72->setText(QCoreApplication::translate("TrainReportThreeTwo", "\350\242\253\345\212\250\346\227\266\351\227\264", nullptr));
|
||||
legend1_1_Label_6->setText(QString());
|
||||
legend1_1_Label_7->setText(QString());
|
||||
label_73->setText(QCoreApplication::translate("TrainReportThreeTwo", "\344\270\273\345\212\250\350\267\235\347\246\273", nullptr));
|
||||
label_74->setText(QCoreApplication::translate("TrainReportThreeTwo", "\350\242\253\345\212\250\350\267\235\347\246\273", nullptr));
|
||||
legend1_1_Label_8->setText(QString());
|
||||
groupBox_6->setTitle(QString());
|
||||
Label_9->setText(QString());
|
||||
pushButton_6->setText(QString());
|
||||
label_22->setText(QCoreApplication::translate("TrainReportThreeTwo", "\346\234\200\345\244\247\351\230\273\345\212\233(\346\241\243)", nullptr));
|
||||
maxResistance_Label->setText(QCoreApplication::translate("TrainReportThreeTwo", "16", nullptr));
|
||||
label_33->setText(QCoreApplication::translate("TrainReportThreeTwo", "\345\271\263\345\235\207\351\230\273\345\212\233(\346\241\243)", nullptr));
|
||||
avgResistance_Label->setText(QCoreApplication::translate("TrainReportThreeTwo", "8", nullptr));
|
||||
Label_10->setText(QString());
|
||||
label_8->setText(QCoreApplication::translate("TrainReportThreeTwo", "\350\256\255\347\273\203\351\203\250\344\275\215\357\274\232", nullptr));
|
||||
trainPart_Label->setText(QString());
|
||||
groupBox_3->setTitle(QString());
|
||||
Label_2->setText(QString());
|
||||
label_12->setText(QCoreApplication::translate("TrainReportThreeTwo", "\350\256\255\347\273\203\346\250\241\345\274\217", nullptr));
|
||||
Label_3->setText(QString());
|
||||
label_13->setText(QCoreApplication::translate("TrainReportThreeTwo", "\350\256\255\347\273\203\351\203\250\344\275\215", nullptr));
|
||||
trainPartIcon_Label->setText(QCoreApplication::translate("TrainReportThreeTwo", "\344\270\212\350\202\242", nullptr));
|
||||
label_21->setText(QCoreApplication::translate("TrainReportThreeTwo", "\347\227\211\346\214\233\346\254\241\346\225\260", nullptr));
|
||||
spasmTimes_Label->setText(QCoreApplication::translate("TrainReportThreeTwo", "4\346\254\241", nullptr));
|
||||
trainMode_Label->setText(QCoreApplication::translate("TrainReportThreeTwo", "\344\270\273\345\212\250\346\250\241\345\274\217", nullptr));
|
||||
Label_4->setText(QString());
|
||||
close_Btn->setText(QString());
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class TrainReportThreeTwo: public Ui_TrainReportThreeTwo {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_TRAINREPORTTHREETWO_H
|
||||
785
ZBD_IIIDL_S_Project/build20241115/UI/ui_trainreporttwothree.h
Normal file
785
ZBD_IIIDL_S_Project/build20241115/UI/ui_trainreporttwothree.h
Normal file
@@ -0,0 +1,785 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'trainreporttwothree.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_TRAINREPORTTWOTHREE_H
|
||||
#define UI_TRAINREPORTTWOTHREE_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QFrame>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <qchartview.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_TrainReportTwoThree
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QLabel *label;
|
||||
QFrame *line;
|
||||
QLabel *label_2;
|
||||
QLabel *reportDate_Label;
|
||||
QFrame *line_2;
|
||||
QLabel *label_3;
|
||||
QLabel *label_4;
|
||||
QLabel *name_Label;
|
||||
QLabel *sex_Label;
|
||||
QLabel *label_7;
|
||||
QLabel *phone_Label;
|
||||
QLabel *label_9;
|
||||
QLabel *age_Label;
|
||||
QLabel *label_11;
|
||||
QLabel *msg_Label;
|
||||
QPushButton *noSave_Btn;
|
||||
QPushButton *save_Btn;
|
||||
QPushButton *import_Btn;
|
||||
QGroupBox *groupBox_2;
|
||||
QGroupBox *groupBox_4;
|
||||
QLabel *Label_5;
|
||||
QLabel *label_14;
|
||||
QPushButton *pushButton_2;
|
||||
QLabel *trainTime_Label;
|
||||
QLabel *Label_6;
|
||||
QLabel *trainLength_Label;
|
||||
QLabel *label_25;
|
||||
QPushButton *pushButton;
|
||||
QLabel *label_6;
|
||||
QGroupBox *groupBox_5;
|
||||
QPushButton *pushButton_4;
|
||||
QPushButton *pushButton_8;
|
||||
QLabel *Label_7;
|
||||
QLabel *Label_8;
|
||||
QLabel *label_16;
|
||||
QLabel *label_27;
|
||||
QLabel *averageSpeed_Label;
|
||||
QLabel *maxSpeed_Label;
|
||||
QGroupBox *groupBox_7;
|
||||
QPushButton *pushButton_9;
|
||||
QLabel *label_35;
|
||||
QPushButton *pushButton_10;
|
||||
QLabel *label_36;
|
||||
QPushButton *pushButton_11;
|
||||
QLabel *label_37;
|
||||
QChartView *graphicsView_1;
|
||||
QChartView *graphicsView_2;
|
||||
QChartView *graphicsView_3;
|
||||
QLabel *legend1_1_Label;
|
||||
QLabel *label_5;
|
||||
QLabel *legend1_1_Label_2;
|
||||
QLabel *label_10;
|
||||
QLabel *legend1_1_Label_5;
|
||||
QLabel *label_71;
|
||||
QLabel *label_72;
|
||||
QLabel *legend1_1_Label_6;
|
||||
QLabel *legend1_1_Label_7;
|
||||
QLabel *label_73;
|
||||
QLabel *label_74;
|
||||
QLabel *legend1_1_Label_8;
|
||||
QLabel *label_8;
|
||||
QLabel *trainPart_Label;
|
||||
QGroupBox *groupBox_3;
|
||||
QLabel *Label_2;
|
||||
QLabel *label_12;
|
||||
QLabel *Label_3;
|
||||
QLabel *label_13;
|
||||
QLabel *trainPartIcon_Label;
|
||||
QLabel *label_21;
|
||||
QLabel *spasmTimes_Label;
|
||||
QLabel *trainMode_Label;
|
||||
QLabel *Label_4;
|
||||
QFrame *line_3;
|
||||
QPushButton *close_Btn;
|
||||
|
||||
void setupUi(QDialog *TrainReportTwoThree)
|
||||
{
|
||||
if (TrainReportTwoThree->objectName().isEmpty())
|
||||
TrainReportTwoThree->setObjectName(QString::fromUtf8("TrainReportTwoThree"));
|
||||
TrainReportTwoThree->resize(1920, 1080);
|
||||
groupBox = new QGroupBox(TrainReportTwoThree);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(570, 40, 810, 1000));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
font.setBold(true);
|
||||
groupBox->setFont(font);
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;}"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(20, 20, 771, 61));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(28);
|
||||
label->setFont(font1);
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
line = new QFrame(groupBox);
|
||||
line->setObjectName(QString::fromUtf8("line"));
|
||||
line->setGeometry(QRect(0, 130, 800, 5));
|
||||
line->setFrameShape(QFrame::HLine);
|
||||
line->setFrameShadow(QFrame::Sunken);
|
||||
label_2 = new QLabel(groupBox);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(580, 80, 101, 40));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(12);
|
||||
label_2->setFont(font2);
|
||||
label_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
reportDate_Label = new QLabel(groupBox);
|
||||
reportDate_Label->setObjectName(QString::fromUtf8("reportDate_Label"));
|
||||
reportDate_Label->setGeometry(QRect(690, 80, 101, 40));
|
||||
reportDate_Label->setFont(font2);
|
||||
reportDate_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
line_2 = new QFrame(groupBox);
|
||||
line_2->setObjectName(QString::fromUtf8("line_2"));
|
||||
line_2->setGeometry(QRect(0, 222, 800, 5));
|
||||
line_2->setFrameShape(QFrame::HLine);
|
||||
line_2->setFrameShadow(QFrame::Sunken);
|
||||
label_3 = new QLabel(groupBox);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
label_3->setGeometry(QRect(20, 140, 69, 40));
|
||||
label_3->setFont(font2);
|
||||
label_3->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
label_4 = new QLabel(groupBox);
|
||||
label_4->setObjectName(QString::fromUtf8("label_4"));
|
||||
label_4->setGeometry(QRect(20, 182, 69, 40));
|
||||
label_4->setFont(font2);
|
||||
name_Label = new QLabel(groupBox);
|
||||
name_Label->setObjectName(QString::fromUtf8("name_Label"));
|
||||
name_Label->setGeometry(QRect(70, 140, 81, 40));
|
||||
name_Label->setFont(font2);
|
||||
name_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
sex_Label = new QLabel(groupBox);
|
||||
sex_Label->setObjectName(QString::fromUtf8("sex_Label"));
|
||||
sex_Label->setGeometry(QRect(210, 140, 61, 40));
|
||||
sex_Label->setFont(font2);
|
||||
sex_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
label_7 = new QLabel(groupBox);
|
||||
label_7->setObjectName(QString::fromUtf8("label_7"));
|
||||
label_7->setGeometry(QRect(140, 140, 71, 40));
|
||||
label_7->setFont(font2);
|
||||
label_7->setAlignment(Qt::AlignCenter);
|
||||
phone_Label = new QLabel(groupBox);
|
||||
phone_Label->setObjectName(QString::fromUtf8("phone_Label"));
|
||||
phone_Label->setGeometry(QRect(330, 140, 101, 40));
|
||||
phone_Label->setFont(font2);
|
||||
phone_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
label_9 = new QLabel(groupBox);
|
||||
label_9->setObjectName(QString::fromUtf8("label_9"));
|
||||
label_9->setGeometry(QRect(270, 140, 69, 40));
|
||||
label_9->setFont(font2);
|
||||
label_9->setAlignment(Qt::AlignCenter);
|
||||
age_Label = new QLabel(groupBox);
|
||||
age_Label->setObjectName(QString::fromUtf8("age_Label"));
|
||||
age_Label->setGeometry(QRect(500, 140, 41, 40));
|
||||
age_Label->setFont(font2);
|
||||
age_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
label_11 = new QLabel(groupBox);
|
||||
label_11->setObjectName(QString::fromUtf8("label_11"));
|
||||
label_11->setGeometry(QRect(408, 140, 91, 40));
|
||||
label_11->setFont(font2);
|
||||
label_11->setAlignment(Qt::AlignCenter);
|
||||
msg_Label = new QLabel(groupBox);
|
||||
msg_Label->setObjectName(QString::fromUtf8("msg_Label"));
|
||||
msg_Label->setGeometry(QRect(100, 180, 701, 40));
|
||||
msg_Label->setFont(font2);
|
||||
msg_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
noSave_Btn = new QPushButton(groupBox);
|
||||
noSave_Btn->setObjectName(QString::fromUtf8("noSave_Btn"));
|
||||
noSave_Btn->setGeometry(QRect(340, 932, 120, 45));
|
||||
QFont font3;
|
||||
font3.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font3.setPointSize(15);
|
||||
noSave_Btn->setFont(font3);
|
||||
noSave_Btn->setStyleSheet(QString::fromUtf8("border-radius: 8px;\n"
|
||||
"border: 2px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB ;"));
|
||||
save_Btn = new QPushButton(groupBox);
|
||||
save_Btn->setObjectName(QString::fromUtf8("save_Btn"));
|
||||
save_Btn->setGeometry(QRect(500, 932, 120, 45));
|
||||
save_Btn->setFont(font3);
|
||||
save_Btn->setStyleSheet(QString::fromUtf8("border-radius: 8px;\n"
|
||||
"border: 2px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB ;"));
|
||||
import_Btn = new QPushButton(groupBox);
|
||||
import_Btn->setObjectName(QString::fromUtf8("import_Btn"));
|
||||
import_Btn->setGeometry(QRect(650, 930, 120, 45));
|
||||
import_Btn->setFont(font3);
|
||||
import_Btn->setStyleSheet(QString::fromUtf8("border-radius: 8px;\n"
|
||||
"border: 2px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB ;"));
|
||||
groupBox_2 = new QGroupBox(groupBox);
|
||||
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
||||
groupBox_2->setGeometry(QRect(20, 340, 771, 591));
|
||||
groupBox_2->setStyleSheet(QString::fromUtf8("#groupBox_2{border:none;}"));
|
||||
groupBox_4 = new QGroupBox(groupBox_2);
|
||||
groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
|
||||
groupBox_4->setGeometry(QRect(10, 30, 731, 80));
|
||||
groupBox_4->setStyleSheet(QString::fromUtf8("width: 710px;\n"
|
||||
"height: 90px;\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border-radius: 3px;"));
|
||||
groupBox_4->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
Label_5 = new QLabel(groupBox_4);
|
||||
Label_5->setObjectName(QString::fromUtf8("Label_5"));
|
||||
Label_5->setGeometry(QRect(80, 12, 50, 50));
|
||||
Label_5->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainTotalTime.png")));
|
||||
label_14 = new QLabel(groupBox_4);
|
||||
label_14->setObjectName(QString::fromUtf8("label_14"));
|
||||
label_14->setGeometry(QRect(150, 40, 191, 31));
|
||||
QFont font4;
|
||||
font4.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font4.setPointSize(12);
|
||||
font4.setBold(false);
|
||||
label_14->setFont(font4);
|
||||
label_14->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_14->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
pushButton_2 = new QPushButton(groupBox_4);
|
||||
pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
|
||||
pushButton_2->setGeometry(QRect(400, 20, 2, 30));
|
||||
pushButton_2->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
trainTime_Label = new QLabel(groupBox_4);
|
||||
trainTime_Label->setObjectName(QString::fromUtf8("trainTime_Label"));
|
||||
trainTime_Label->setGeometry(QRect(150, 10, 81, 31));
|
||||
QFont font5;
|
||||
font5.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font5.setBold(false);
|
||||
trainTime_Label->setFont(font5);
|
||||
trainTime_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
trainTime_Label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
Label_6 = new QLabel(groupBox_4);
|
||||
Label_6->setObjectName(QString::fromUtf8("Label_6"));
|
||||
Label_6->setGeometry(QRect(480, 10, 50, 50));
|
||||
Label_6->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainTotalDistance.png")));
|
||||
trainLength_Label = new QLabel(groupBox_4);
|
||||
trainLength_Label->setObjectName(QString::fromUtf8("trainLength_Label"));
|
||||
trainLength_Label->setGeometry(QRect(540, 10, 71, 31));
|
||||
trainLength_Label->setFont(font5);
|
||||
trainLength_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
trainLength_Label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
label_25 = new QLabel(groupBox_4);
|
||||
label_25->setObjectName(QString::fromUtf8("label_25"));
|
||||
label_25->setGeometry(QRect(540, 40, 171, 31));
|
||||
label_25->setFont(font4);
|
||||
label_25->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_25->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
pushButton = new QPushButton(groupBox_2);
|
||||
pushButton->setObjectName(QString::fromUtf8("pushButton"));
|
||||
pushButton->setGeometry(QRect(10, 0, 4, 16));
|
||||
pushButton->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
label_6 = new QLabel(groupBox_2);
|
||||
label_6->setObjectName(QString::fromUtf8("label_6"));
|
||||
label_6->setGeometry(QRect(20, 0, 81, 19));
|
||||
label_6->setFont(font4);
|
||||
label_6->setStyleSheet(QString::fromUtf8("width: 32px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
groupBox_5 = new QGroupBox(groupBox_2);
|
||||
groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
|
||||
groupBox_5->setGeometry(QRect(10, 120, 731, 80));
|
||||
groupBox_5->setStyleSheet(QString::fromUtf8("width: 710px;\n"
|
||||
"height: 90px;\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border-radius: 3px;"));
|
||||
groupBox_5->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
pushButton_4 = new QPushButton(groupBox_5);
|
||||
pushButton_4->setObjectName(QString::fromUtf8("pushButton_4"));
|
||||
pushButton_4->setGeometry(QRect(400, 20, 2, 30));
|
||||
pushButton_4->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
pushButton_8 = new QPushButton(groupBox_5);
|
||||
pushButton_8->setObjectName(QString::fromUtf8("pushButton_8"));
|
||||
pushButton_8->setGeometry(QRect(60, 210, 2, 30));
|
||||
pushButton_8->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
Label_7 = new QLabel(groupBox_5);
|
||||
Label_7->setObjectName(QString::fromUtf8("Label_7"));
|
||||
Label_7->setGeometry(QRect(80, 12, 50, 50));
|
||||
Label_7->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainSpeed.png")));
|
||||
Label_8 = new QLabel(groupBox_5);
|
||||
Label_8->setObjectName(QString::fromUtf8("Label_8"));
|
||||
Label_8->setGeometry(QRect(480, 12, 50, 50));
|
||||
Label_8->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainSpeed.png")));
|
||||
label_16 = new QLabel(groupBox_5);
|
||||
label_16->setObjectName(QString::fromUtf8("label_16"));
|
||||
label_16->setGeometry(QRect(150, 40, 151, 31));
|
||||
label_16->setFont(font4);
|
||||
label_16->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_16->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
label_27 = new QLabel(groupBox_5);
|
||||
label_27->setObjectName(QString::fromUtf8("label_27"));
|
||||
label_27->setGeometry(QRect(540, 40, 171, 31));
|
||||
label_27->setFont(font4);
|
||||
label_27->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_27->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
averageSpeed_Label = new QLabel(groupBox_5);
|
||||
averageSpeed_Label->setObjectName(QString::fromUtf8("averageSpeed_Label"));
|
||||
averageSpeed_Label->setGeometry(QRect(150, 10, 41, 31));
|
||||
averageSpeed_Label->setFont(font5);
|
||||
averageSpeed_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
averageSpeed_Label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
maxSpeed_Label = new QLabel(groupBox_5);
|
||||
maxSpeed_Label->setObjectName(QString::fromUtf8("maxSpeed_Label"));
|
||||
maxSpeed_Label->setGeometry(QRect(540, 10, 51, 31));
|
||||
maxSpeed_Label->setFont(font5);
|
||||
maxSpeed_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
maxSpeed_Label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
groupBox_7 = new QGroupBox(groupBox_2);
|
||||
groupBox_7->setObjectName(QString::fromUtf8("groupBox_7"));
|
||||
groupBox_7->setGeometry(QRect(10, 210, 731, 281));
|
||||
groupBox_7->setStyleSheet(QString::fromUtf8("#groupBox_7{\n"
|
||||
"width: 710px;\n"
|
||||
"height: 270px;\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border-radius: 3px;\n"
|
||||
"}"));
|
||||
pushButton_9 = new QPushButton(groupBox_7);
|
||||
pushButton_9->setObjectName(QString::fromUtf8("pushButton_9"));
|
||||
pushButton_9->setGeometry(QRect(30, 20, 4, 16));
|
||||
pushButton_9->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
label_35 = new QLabel(groupBox_7);
|
||||
label_35->setObjectName(QString::fromUtf8("label_35"));
|
||||
label_35->setGeometry(QRect(40, 12, 101, 31));
|
||||
label_35->setFont(font4);
|
||||
label_35->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_35->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
pushButton_10 = new QPushButton(groupBox_7);
|
||||
pushButton_10->setObjectName(QString::fromUtf8("pushButton_10"));
|
||||
pushButton_10->setGeometry(QRect(260, 20, 4, 16));
|
||||
pushButton_10->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
label_36 = new QLabel(groupBox_7);
|
||||
label_36->setObjectName(QString::fromUtf8("label_36"));
|
||||
label_36->setGeometry(QRect(270, 10, 211, 31));
|
||||
label_36->setFont(font4);
|
||||
label_36->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_36->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
pushButton_11 = new QPushButton(groupBox_7);
|
||||
pushButton_11->setObjectName(QString::fromUtf8("pushButton_11"));
|
||||
pushButton_11->setGeometry(QRect(510, 20, 4, 16));
|
||||
pushButton_11->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
label_37 = new QLabel(groupBox_7);
|
||||
label_37->setObjectName(QString::fromUtf8("label_37"));
|
||||
label_37->setGeometry(QRect(520, 10, 201, 31));
|
||||
label_37->setFont(font4);
|
||||
label_37->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_37->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
graphicsView_1 = new QChartView(groupBox_7);
|
||||
graphicsView_1->setObjectName(QString::fromUtf8("graphicsView_1"));
|
||||
graphicsView_1->setGeometry(QRect(20, 40, 211, 211));
|
||||
graphicsView_1->setStyleSheet(QString::fromUtf8("#graphicsView_1{\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border:none;\n"
|
||||
"}"));
|
||||
graphicsView_2 = new QChartView(groupBox_7);
|
||||
graphicsView_2->setObjectName(QString::fromUtf8("graphicsView_2"));
|
||||
graphicsView_2->setGeometry(QRect(250, 40, 221, 211));
|
||||
graphicsView_2->setStyleSheet(QString::fromUtf8("#graphicsView_2{\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border:none;\n"
|
||||
"}"));
|
||||
graphicsView_3 = new QChartView(groupBox_7);
|
||||
graphicsView_3->setObjectName(QString::fromUtf8("graphicsView_3"));
|
||||
graphicsView_3->setGeometry(QRect(500, 40, 211, 211));
|
||||
graphicsView_3->setStyleSheet(QString::fromUtf8("#graphicsView_3{\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border:none;\n"
|
||||
"}"));
|
||||
legend1_1_Label = new QLabel(groupBox_7);
|
||||
legend1_1_Label->setObjectName(QString::fromUtf8("legend1_1_Label"));
|
||||
legend1_1_Label->setGeometry(QRect(50, 250, 15, 15));
|
||||
legend1_1_Label->setStyleSheet(QString::fromUtf8("background: #B4E2FE;\n"
|
||||
""));
|
||||
label_5 = new QLabel(groupBox_7);
|
||||
label_5->setObjectName(QString::fromUtf8("label_5"));
|
||||
label_5->setGeometry(QRect(70, 250, 51, 19));
|
||||
label_5->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
legend1_1_Label_2 = new QLabel(groupBox_7);
|
||||
legend1_1_Label_2->setObjectName(QString::fromUtf8("legend1_1_Label_2"));
|
||||
legend1_1_Label_2->setGeometry(QRect(120, 250, 15, 15));
|
||||
legend1_1_Label_2->setStyleSheet(QString::fromUtf8("#legend1_1_Label_2\n"
|
||||
"{\n"
|
||||
"background: #55ADF9;\n"
|
||||
"}\n"
|
||||
""));
|
||||
label_10 = new QLabel(groupBox_7);
|
||||
label_10->setObjectName(QString::fromUtf8("label_10"));
|
||||
label_10->setGeometry(QRect(140, 250, 51, 19));
|
||||
label_10->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
legend1_1_Label_5 = new QLabel(groupBox_7);
|
||||
legend1_1_Label_5->setObjectName(QString::fromUtf8("legend1_1_Label_5"));
|
||||
legend1_1_Label_5->setGeometry(QRect(360, 250, 15, 15));
|
||||
legend1_1_Label_5->setStyleSheet(QString::fromUtf8("background: #92AFF6;"));
|
||||
label_71 = new QLabel(groupBox_7);
|
||||
label_71->setObjectName(QString::fromUtf8("label_71"));
|
||||
label_71->setGeometry(QRect(380, 250, 61, 19));
|
||||
label_71->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_72 = new QLabel(groupBox_7);
|
||||
label_72->setObjectName(QString::fromUtf8("label_72"));
|
||||
label_72->setGeometry(QRect(290, 250, 61, 19));
|
||||
label_72->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
legend1_1_Label_6 = new QLabel(groupBox_7);
|
||||
legend1_1_Label_6->setObjectName(QString::fromUtf8("legend1_1_Label_6"));
|
||||
legend1_1_Label_6->setGeometry(QRect(270, 250, 15, 15));
|
||||
legend1_1_Label_6->setStyleSheet(QString::fromUtf8("background: #938BF6;\n"
|
||||
""));
|
||||
legend1_1_Label_7 = new QLabel(groupBox_7);
|
||||
legend1_1_Label_7->setObjectName(QString::fromUtf8("legend1_1_Label_7"));
|
||||
legend1_1_Label_7->setGeometry(QRect(610, 250, 15, 15));
|
||||
legend1_1_Label_7->setStyleSheet(QString::fromUtf8("background: #AAC204;"));
|
||||
label_73 = new QLabel(groupBox_7);
|
||||
label_73->setObjectName(QString::fromUtf8("label_73"));
|
||||
label_73->setGeometry(QRect(630, 250, 61, 19));
|
||||
label_73->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_74 = new QLabel(groupBox_7);
|
||||
label_74->setObjectName(QString::fromUtf8("label_74"));
|
||||
label_74->setGeometry(QRect(540, 250, 61, 19));
|
||||
label_74->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
legend1_1_Label_8 = new QLabel(groupBox_7);
|
||||
legend1_1_Label_8->setObjectName(QString::fromUtf8("legend1_1_Label_8"));
|
||||
legend1_1_Label_8->setGeometry(QRect(520, 250, 15, 15));
|
||||
legend1_1_Label_8->setStyleSheet(QString::fromUtf8("background: #D2E07E;"));
|
||||
label_8 = new QLabel(groupBox);
|
||||
label_8->setObjectName(QString::fromUtf8("label_8"));
|
||||
label_8->setGeometry(QRect(540, 140, 131, 41));
|
||||
label_8->setFont(font2);
|
||||
label_8->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
trainPart_Label = new QLabel(groupBox);
|
||||
trainPart_Label->setObjectName(QString::fromUtf8("trainPart_Label"));
|
||||
trainPart_Label->setGeometry(QRect(670, 140, 131, 41));
|
||||
trainPart_Label->setFont(font2);
|
||||
trainPart_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
groupBox_3 = new QGroupBox(groupBox);
|
||||
groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
|
||||
groupBox_3->setGeometry(QRect(20, 230, 771, 81));
|
||||
groupBox_3->setStyleSheet(QString::fromUtf8("#groupBox_3{border:none;}"));
|
||||
groupBox_3->setFlat(false);
|
||||
Label_2 = new QLabel(groupBox_3);
|
||||
Label_2->setObjectName(QString::fromUtf8("Label_2"));
|
||||
Label_2->setGeometry(QRect(10, 10, 50, 50));
|
||||
Label_2->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainMode.png")));
|
||||
label_12 = new QLabel(groupBox_3);
|
||||
label_12->setObjectName(QString::fromUtf8("label_12"));
|
||||
label_12->setGeometry(QRect(70, 30, 201, 41));
|
||||
label_12->setFont(font4);
|
||||
label_12->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_12->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
Label_3 = new QLabel(groupBox_3);
|
||||
Label_3->setObjectName(QString::fromUtf8("Label_3"));
|
||||
Label_3->setGeometry(QRect(290, 10, 50, 50));
|
||||
Label_3->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainPart.png")));
|
||||
label_13 = new QLabel(groupBox_3);
|
||||
label_13->setObjectName(QString::fromUtf8("label_13"));
|
||||
label_13->setGeometry(QRect(360, 30, 191, 41));
|
||||
label_13->setFont(font4);
|
||||
label_13->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_13->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
trainPartIcon_Label = new QLabel(groupBox_3);
|
||||
trainPartIcon_Label->setObjectName(QString::fromUtf8("trainPartIcon_Label"));
|
||||
trainPartIcon_Label->setGeometry(QRect(360, 0, 211, 41));
|
||||
trainPartIcon_Label->setFont(font5);
|
||||
trainPartIcon_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
label_21 = new QLabel(groupBox_3);
|
||||
label_21->setObjectName(QString::fromUtf8("label_21"));
|
||||
label_21->setGeometry(QRect(650, 30, 141, 41));
|
||||
label_21->setFont(font4);
|
||||
label_21->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_21->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
spasmTimes_Label = new QLabel(groupBox_3);
|
||||
spasmTimes_Label->setObjectName(QString::fromUtf8("spasmTimes_Label"));
|
||||
spasmTimes_Label->setGeometry(QRect(650, 0, 91, 41));
|
||||
spasmTimes_Label->setFont(font5);
|
||||
spasmTimes_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
trainMode_Label = new QLabel(groupBox_3);
|
||||
trainMode_Label->setObjectName(QString::fromUtf8("trainMode_Label"));
|
||||
trainMode_Label->setGeometry(QRect(70, 0, 221, 41));
|
||||
trainMode_Label->setFont(font5);
|
||||
trainMode_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
Label_4 = new QLabel(groupBox_3);
|
||||
Label_4->setObjectName(QString::fromUtf8("Label_4"));
|
||||
Label_4->setGeometry(QRect(570, 10, 50, 50));
|
||||
Label_4->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/paramFrequency.png")));
|
||||
line_3 = new QFrame(groupBox);
|
||||
line_3->setObjectName(QString::fromUtf8("line_3"));
|
||||
line_3->setGeometry(QRect(0, 320, 800, 5));
|
||||
line_3->setFrameShape(QFrame::HLine);
|
||||
line_3->setFrameShadow(QFrame::Sunken);
|
||||
close_Btn = new QPushButton(groupBox);
|
||||
close_Btn->setObjectName(QString::fromUtf8("close_Btn"));
|
||||
close_Btn->setGeometry(QRect(740, 20, 40, 40));
|
||||
close_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/dialog/close.png);"));
|
||||
groupBox_2->raise();
|
||||
label->raise();
|
||||
line->raise();
|
||||
label_2->raise();
|
||||
reportDate_Label->raise();
|
||||
line_2->raise();
|
||||
label_3->raise();
|
||||
label_4->raise();
|
||||
name_Label->raise();
|
||||
sex_Label->raise();
|
||||
label_7->raise();
|
||||
phone_Label->raise();
|
||||
label_9->raise();
|
||||
age_Label->raise();
|
||||
label_11->raise();
|
||||
msg_Label->raise();
|
||||
noSave_Btn->raise();
|
||||
save_Btn->raise();
|
||||
import_Btn->raise();
|
||||
label_8->raise();
|
||||
trainPart_Label->raise();
|
||||
groupBox_3->raise();
|
||||
line_3->raise();
|
||||
close_Btn->raise();
|
||||
|
||||
retranslateUi(TrainReportTwoThree);
|
||||
|
||||
QMetaObject::connectSlotsByName(TrainReportTwoThree);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *TrainReportTwoThree)
|
||||
{
|
||||
TrainReportTwoThree->setWindowTitle(QCoreApplication::translate("TrainReportTwoThree", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("TrainReportTwoThree", "\344\270\212\344\270\213\350\202\242\344\270\273\350\242\253\345\212\250\345\272\267\345\244\215\350\256\255\347\273\203\344\273\252\346\212\245\345\221\212", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("TrainReportTwoThree", "\346\212\245\345\221\212\346\227\245\346\234\237:", nullptr));
|
||||
reportDate_Label->setText(QCoreApplication::translate("TrainReportTwoThree", "2022-3-10", nullptr));
|
||||
label_3->setText(QCoreApplication::translate("TrainReportTwoThree", "\345\247\223\345\220\215\357\274\232", nullptr));
|
||||
label_4->setText(QCoreApplication::translate("TrainReportTwoThree", "\345\244\207\346\263\250\357\274\232", nullptr));
|
||||
name_Label->setText(QCoreApplication::translate("TrainReportTwoThree", "\345\274\240\344\270\211\350\234\202", nullptr));
|
||||
sex_Label->setText(QString());
|
||||
label_7->setText(QCoreApplication::translate("TrainReportTwoThree", "\346\200\247\345\210\253\357\274\232", nullptr));
|
||||
phone_Label->setText(QString());
|
||||
label_9->setText(QCoreApplication::translate("TrainReportTwoThree", "\347\224\265\350\257\235\357\274\232", nullptr));
|
||||
age_Label->setText(QString());
|
||||
label_11->setText(QCoreApplication::translate("TrainReportTwoThree", "\345\271\264\351\276\204\357\274\232", nullptr));
|
||||
msg_Label->setText(QString());
|
||||
noSave_Btn->setText(QCoreApplication::translate("TrainReportTwoThree", "\344\270\215\344\277\235\345\255\230", nullptr));
|
||||
save_Btn->setText(QCoreApplication::translate("TrainReportTwoThree", "\344\277\235\345\255\230", nullptr));
|
||||
import_Btn->setText(QCoreApplication::translate("TrainReportTwoThree", "\345\257\274\345\207\272", nullptr));
|
||||
groupBox_2->setTitle(QString());
|
||||
groupBox_4->setTitle(QString());
|
||||
Label_5->setText(QString());
|
||||
label_14->setText(QCoreApplication::translate("TrainReportTwoThree", "\350\256\255\347\273\203\346\227\266\351\227\264(min:s)", nullptr));
|
||||
pushButton_2->setText(QString());
|
||||
trainTime_Label->setText(QCoreApplication::translate("TrainReportTwoThree", "0:12", nullptr));
|
||||
Label_6->setText(QString());
|
||||
trainLength_Label->setText(QCoreApplication::translate("TrainReportTwoThree", "1000", nullptr));
|
||||
label_25->setText(QCoreApplication::translate("TrainReportTwoThree", "\350\256\255\347\273\203\350\267\235\347\246\273(m)", nullptr));
|
||||
pushButton->setText(QString());
|
||||
label_6->setText(QCoreApplication::translate("TrainReportTwoThree", "\345\217\202\346\225\260", nullptr));
|
||||
groupBox_5->setTitle(QString());
|
||||
pushButton_4->setText(QString());
|
||||
pushButton_8->setText(QString());
|
||||
Label_7->setText(QString());
|
||||
Label_8->setText(QString());
|
||||
label_16->setText(QCoreApplication::translate("TrainReportTwoThree", "\345\271\263\345\235\207\351\200\237\345\272\246(r/min)", nullptr));
|
||||
label_27->setText(QCoreApplication::translate("TrainReportTwoThree", "\346\234\200\345\244\247\351\200\237\345\272\246(r/min)", nullptr));
|
||||
averageSpeed_Label->setText(QCoreApplication::translate("TrainReportTwoThree", "50", nullptr));
|
||||
maxSpeed_Label->setText(QCoreApplication::translate("TrainReportTwoThree", "50", nullptr));
|
||||
groupBox_7->setTitle(QString());
|
||||
pushButton_9->setText(QString());
|
||||
label_35->setText(QCoreApplication::translate("TrainReportTwoThree", "\345\271\263\350\241\241\345\272\246", nullptr));
|
||||
pushButton_10->setText(QString());
|
||||
label_36->setText(QCoreApplication::translate("TrainReportTwoThree", "\344\270\273\350\242\253\345\212\250\346\227\266\351\227\264\345\215\240\346\257\224", nullptr));
|
||||
pushButton_11->setText(QString());
|
||||
label_37->setText(QCoreApplication::translate("TrainReportTwoThree", "\344\270\273\350\242\253\345\212\250\350\267\235\347\246\273\345\215\240\346\257\224", nullptr));
|
||||
legend1_1_Label->setText(QString());
|
||||
label_5->setText(QCoreApplication::translate("TrainReportTwoThree", "\345\267\246\345\271\263\350\241\241", nullptr));
|
||||
legend1_1_Label_2->setText(QString());
|
||||
label_10->setText(QCoreApplication::translate("TrainReportTwoThree", "\345\217\263\345\271\263\350\241\241", nullptr));
|
||||
legend1_1_Label_5->setText(QString());
|
||||
label_71->setText(QCoreApplication::translate("TrainReportTwoThree", "\344\270\273\345\212\250\346\227\266\351\227\264", nullptr));
|
||||
label_72->setText(QCoreApplication::translate("TrainReportTwoThree", "\350\242\253\345\212\250\346\227\266\351\227\264", nullptr));
|
||||
legend1_1_Label_6->setText(QString());
|
||||
legend1_1_Label_7->setText(QString());
|
||||
label_73->setText(QCoreApplication::translate("TrainReportTwoThree", "\344\270\273\345\212\250\350\267\235\347\246\273", nullptr));
|
||||
label_74->setText(QCoreApplication::translate("TrainReportTwoThree", "\350\242\253\345\212\250\350\267\235\347\246\273", nullptr));
|
||||
legend1_1_Label_8->setText(QString());
|
||||
label_8->setText(QCoreApplication::translate("TrainReportTwoThree", "\350\256\255\347\273\203\351\203\250\344\275\215\357\274\232", nullptr));
|
||||
trainPart_Label->setText(QString());
|
||||
groupBox_3->setTitle(QString());
|
||||
Label_2->setText(QString());
|
||||
label_12->setText(QCoreApplication::translate("TrainReportTwoThree", "\350\256\255\347\273\203\346\250\241\345\274\217", nullptr));
|
||||
Label_3->setText(QString());
|
||||
label_13->setText(QCoreApplication::translate("TrainReportTwoThree", "\350\256\255\347\273\203\351\203\250\344\275\215", nullptr));
|
||||
trainPartIcon_Label->setText(QCoreApplication::translate("TrainReportTwoThree", "\344\270\212\350\202\242", nullptr));
|
||||
label_21->setText(QCoreApplication::translate("TrainReportTwoThree", "\347\227\211\346\214\233\346\254\241\346\225\260", nullptr));
|
||||
spasmTimes_Label->setText(QCoreApplication::translate("TrainReportTwoThree", "4\346\254\241", nullptr));
|
||||
trainMode_Label->setText(QCoreApplication::translate("TrainReportTwoThree", "\344\270\273\345\212\250\346\250\241\345\274\217", nullptr));
|
||||
Label_4->setText(QString());
|
||||
close_Btn->setText(QString());
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class TrainReportTwoThree: public Ui_TrainReportTwoThree {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_TRAINREPORTTWOTHREE_H
|
||||
718
ZBD_IIIDL_S_Project/build20241115/UI/ui_trainreporttwotwo.h
Normal file
718
ZBD_IIIDL_S_Project/build20241115/UI/ui_trainreporttwotwo.h
Normal file
@@ -0,0 +1,718 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'trainreporttwotwo.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_TRAINREPORTTWOTWO_H
|
||||
#define UI_TRAINREPORTTWOTWO_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QFrame>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <qchartview.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_TrainReportTwoTwo
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QLabel *label;
|
||||
QFrame *line;
|
||||
QLabel *label_2;
|
||||
QLabel *reportDate_Label;
|
||||
QFrame *line_2;
|
||||
QLabel *label_3;
|
||||
QLabel *label_4;
|
||||
QLabel *name_Label;
|
||||
QLabel *sex_Label;
|
||||
QLabel *label_7;
|
||||
QLabel *phone_Label;
|
||||
QLabel *label_9;
|
||||
QLabel *age_Label;
|
||||
QLabel *label_11;
|
||||
QLabel *msg_Label;
|
||||
QPushButton *noSave_Btn;
|
||||
QPushButton *save_Btn;
|
||||
QPushButton *import_Btn;
|
||||
QGroupBox *groupBox_2;
|
||||
QGroupBox *groupBox_4;
|
||||
QLabel *Label_5;
|
||||
QLabel *label_14;
|
||||
QPushButton *pushButton_2;
|
||||
QLabel *trainTime_Label;
|
||||
QLabel *Label_6;
|
||||
QLabel *trainLength_Label;
|
||||
QLabel *label_25;
|
||||
QPushButton *pushButton;
|
||||
QLabel *label_6;
|
||||
QGroupBox *groupBox_5;
|
||||
QPushButton *pushButton_4;
|
||||
QPushButton *pushButton_8;
|
||||
QLabel *Label_7;
|
||||
QLabel *Label_8;
|
||||
QLabel *label_16;
|
||||
QLabel *label_27;
|
||||
QLabel *averageSpeed_Label;
|
||||
QLabel *maxSpeed_Label;
|
||||
QGroupBox *groupBox_7;
|
||||
QPushButton *pushButton_10;
|
||||
QLabel *label_36;
|
||||
QPushButton *pushButton_11;
|
||||
QLabel *label_37;
|
||||
QChartView *graphicsView_2;
|
||||
QChartView *graphicsView_3;
|
||||
QLabel *legend1_1_Label_5;
|
||||
QLabel *label_71;
|
||||
QLabel *label_72;
|
||||
QLabel *legend1_1_Label_6;
|
||||
QLabel *legend1_1_Label_7;
|
||||
QLabel *label_73;
|
||||
QLabel *label_74;
|
||||
QLabel *legend1_1_Label_8;
|
||||
QLabel *label_8;
|
||||
QLabel *trainPart_Label;
|
||||
QGroupBox *groupBox_3;
|
||||
QLabel *Label_2;
|
||||
QLabel *label_12;
|
||||
QLabel *Label_3;
|
||||
QLabel *label_13;
|
||||
QLabel *trainPartIcon_Label;
|
||||
QLabel *label_21;
|
||||
QLabel *spasmTimes_Label;
|
||||
QLabel *trainMode_Label;
|
||||
QLabel *Label_4;
|
||||
QFrame *line_3;
|
||||
QPushButton *close_Btn;
|
||||
|
||||
void setupUi(QDialog *TrainReportTwoTwo)
|
||||
{
|
||||
if (TrainReportTwoTwo->objectName().isEmpty())
|
||||
TrainReportTwoTwo->setObjectName(QString::fromUtf8("TrainReportTwoTwo"));
|
||||
TrainReportTwoTwo->resize(1920, 1080);
|
||||
groupBox = new QGroupBox(TrainReportTwoTwo);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(570, 40, 810, 1000));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
font.setBold(true);
|
||||
groupBox->setFont(font);
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;}"));
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(20, 20, 771, 61));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(28);
|
||||
label->setFont(font1);
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
line = new QFrame(groupBox);
|
||||
line->setObjectName(QString::fromUtf8("line"));
|
||||
line->setGeometry(QRect(0, 130, 800, 5));
|
||||
line->setFrameShape(QFrame::HLine);
|
||||
line->setFrameShadow(QFrame::Sunken);
|
||||
label_2 = new QLabel(groupBox);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(580, 80, 101, 40));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setPointSize(12);
|
||||
label_2->setFont(font2);
|
||||
label_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
reportDate_Label = new QLabel(groupBox);
|
||||
reportDate_Label->setObjectName(QString::fromUtf8("reportDate_Label"));
|
||||
reportDate_Label->setGeometry(QRect(690, 80, 101, 40));
|
||||
reportDate_Label->setFont(font2);
|
||||
reportDate_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
line_2 = new QFrame(groupBox);
|
||||
line_2->setObjectName(QString::fromUtf8("line_2"));
|
||||
line_2->setGeometry(QRect(0, 222, 800, 5));
|
||||
line_2->setFrameShape(QFrame::HLine);
|
||||
line_2->setFrameShadow(QFrame::Sunken);
|
||||
label_3 = new QLabel(groupBox);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
label_3->setGeometry(QRect(20, 140, 69, 40));
|
||||
label_3->setFont(font2);
|
||||
label_3->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
label_4 = new QLabel(groupBox);
|
||||
label_4->setObjectName(QString::fromUtf8("label_4"));
|
||||
label_4->setGeometry(QRect(20, 182, 69, 40));
|
||||
label_4->setFont(font2);
|
||||
name_Label = new QLabel(groupBox);
|
||||
name_Label->setObjectName(QString::fromUtf8("name_Label"));
|
||||
name_Label->setGeometry(QRect(70, 140, 81, 40));
|
||||
name_Label->setFont(font2);
|
||||
name_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
sex_Label = new QLabel(groupBox);
|
||||
sex_Label->setObjectName(QString::fromUtf8("sex_Label"));
|
||||
sex_Label->setGeometry(QRect(210, 140, 61, 40));
|
||||
sex_Label->setFont(font2);
|
||||
sex_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
label_7 = new QLabel(groupBox);
|
||||
label_7->setObjectName(QString::fromUtf8("label_7"));
|
||||
label_7->setGeometry(QRect(140, 140, 71, 40));
|
||||
label_7->setFont(font2);
|
||||
label_7->setAlignment(Qt::AlignCenter);
|
||||
phone_Label = new QLabel(groupBox);
|
||||
phone_Label->setObjectName(QString::fromUtf8("phone_Label"));
|
||||
phone_Label->setGeometry(QRect(330, 140, 101, 40));
|
||||
phone_Label->setFont(font2);
|
||||
phone_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
label_9 = new QLabel(groupBox);
|
||||
label_9->setObjectName(QString::fromUtf8("label_9"));
|
||||
label_9->setGeometry(QRect(270, 140, 69, 40));
|
||||
label_9->setFont(font2);
|
||||
label_9->setAlignment(Qt::AlignCenter);
|
||||
age_Label = new QLabel(groupBox);
|
||||
age_Label->setObjectName(QString::fromUtf8("age_Label"));
|
||||
age_Label->setGeometry(QRect(500, 140, 41, 40));
|
||||
age_Label->setFont(font2);
|
||||
age_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
label_11 = new QLabel(groupBox);
|
||||
label_11->setObjectName(QString::fromUtf8("label_11"));
|
||||
label_11->setGeometry(QRect(428, 140, 81, 40));
|
||||
label_11->setFont(font2);
|
||||
label_11->setAlignment(Qt::AlignCenter);
|
||||
msg_Label = new QLabel(groupBox);
|
||||
msg_Label->setObjectName(QString::fromUtf8("msg_Label"));
|
||||
msg_Label->setGeometry(QRect(100, 180, 701, 40));
|
||||
msg_Label->setFont(font2);
|
||||
msg_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
noSave_Btn = new QPushButton(groupBox);
|
||||
noSave_Btn->setObjectName(QString::fromUtf8("noSave_Btn"));
|
||||
noSave_Btn->setGeometry(QRect(340, 932, 120, 45));
|
||||
QFont font3;
|
||||
font3.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font3.setPointSize(15);
|
||||
noSave_Btn->setFont(font3);
|
||||
noSave_Btn->setStyleSheet(QString::fromUtf8("border-radius: 8px;\n"
|
||||
"border: 2px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB ;"));
|
||||
save_Btn = new QPushButton(groupBox);
|
||||
save_Btn->setObjectName(QString::fromUtf8("save_Btn"));
|
||||
save_Btn->setGeometry(QRect(500, 932, 120, 45));
|
||||
save_Btn->setFont(font3);
|
||||
save_Btn->setStyleSheet(QString::fromUtf8("border-radius: 8px;\n"
|
||||
"border: 2px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB ;"));
|
||||
import_Btn = new QPushButton(groupBox);
|
||||
import_Btn->setObjectName(QString::fromUtf8("import_Btn"));
|
||||
import_Btn->setGeometry(QRect(650, 930, 120, 45));
|
||||
import_Btn->setFont(font3);
|
||||
import_Btn->setStyleSheet(QString::fromUtf8("border-radius: 8px;\n"
|
||||
"border: 2px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB ;"));
|
||||
groupBox_2 = new QGroupBox(groupBox);
|
||||
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
||||
groupBox_2->setGeometry(QRect(20, 340, 771, 591));
|
||||
groupBox_2->setStyleSheet(QString::fromUtf8("#groupBox_2{border:none;}"));
|
||||
groupBox_4 = new QGroupBox(groupBox_2);
|
||||
groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
|
||||
groupBox_4->setGeometry(QRect(10, 30, 731, 80));
|
||||
groupBox_4->setStyleSheet(QString::fromUtf8("width: 710px;\n"
|
||||
"height: 90px;\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border-radius: 3px;"));
|
||||
groupBox_4->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
Label_5 = new QLabel(groupBox_4);
|
||||
Label_5->setObjectName(QString::fromUtf8("Label_5"));
|
||||
Label_5->setGeometry(QRect(80, 12, 50, 50));
|
||||
Label_5->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainTotalTime.png")));
|
||||
label_14 = new QLabel(groupBox_4);
|
||||
label_14->setObjectName(QString::fromUtf8("label_14"));
|
||||
label_14->setGeometry(QRect(150, 40, 201, 31));
|
||||
QFont font4;
|
||||
font4.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font4.setPointSize(12);
|
||||
font4.setBold(false);
|
||||
label_14->setFont(font4);
|
||||
label_14->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_14->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
pushButton_2 = new QPushButton(groupBox_4);
|
||||
pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
|
||||
pushButton_2->setGeometry(QRect(400, 20, 2, 30));
|
||||
pushButton_2->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
trainTime_Label = new QLabel(groupBox_4);
|
||||
trainTime_Label->setObjectName(QString::fromUtf8("trainTime_Label"));
|
||||
trainTime_Label->setGeometry(QRect(150, 11, 71, 31));
|
||||
QFont font5;
|
||||
font5.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font5.setBold(false);
|
||||
trainTime_Label->setFont(font5);
|
||||
trainTime_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
trainTime_Label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
Label_6 = new QLabel(groupBox_4);
|
||||
Label_6->setObjectName(QString::fromUtf8("Label_6"));
|
||||
Label_6->setGeometry(QRect(480, 10, 50, 50));
|
||||
Label_6->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainTotalDistance.png")));
|
||||
trainLength_Label = new QLabel(groupBox_4);
|
||||
trainLength_Label->setObjectName(QString::fromUtf8("trainLength_Label"));
|
||||
trainLength_Label->setGeometry(QRect(530, 11, 61, 31));
|
||||
trainLength_Label->setFont(font5);
|
||||
trainLength_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
trainLength_Label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
label_25 = new QLabel(groupBox_4);
|
||||
label_25->setObjectName(QString::fromUtf8("label_25"));
|
||||
label_25->setGeometry(QRect(540, 40, 171, 31));
|
||||
label_25->setFont(font4);
|
||||
label_25->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_25->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
pushButton = new QPushButton(groupBox_2);
|
||||
pushButton->setObjectName(QString::fromUtf8("pushButton"));
|
||||
pushButton->setGeometry(QRect(10, 0, 4, 16));
|
||||
pushButton->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
label_6 = new QLabel(groupBox_2);
|
||||
label_6->setObjectName(QString::fromUtf8("label_6"));
|
||||
label_6->setGeometry(QRect(20, 0, 91, 19));
|
||||
label_6->setFont(font4);
|
||||
label_6->setStyleSheet(QString::fromUtf8("width: 32px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
groupBox_5 = new QGroupBox(groupBox_2);
|
||||
groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
|
||||
groupBox_5->setGeometry(QRect(10, 120, 731, 80));
|
||||
groupBox_5->setStyleSheet(QString::fromUtf8("width: 710px;\n"
|
||||
"height: 90px;\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border-radius: 3px;"));
|
||||
groupBox_5->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
pushButton_4 = new QPushButton(groupBox_5);
|
||||
pushButton_4->setObjectName(QString::fromUtf8("pushButton_4"));
|
||||
pushButton_4->setGeometry(QRect(400, 20, 2, 30));
|
||||
pushButton_4->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
pushButton_8 = new QPushButton(groupBox_5);
|
||||
pushButton_8->setObjectName(QString::fromUtf8("pushButton_8"));
|
||||
pushButton_8->setGeometry(QRect(60, 210, 2, 30));
|
||||
pushButton_8->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
Label_7 = new QLabel(groupBox_5);
|
||||
Label_7->setObjectName(QString::fromUtf8("Label_7"));
|
||||
Label_7->setGeometry(QRect(80, 12, 50, 50));
|
||||
Label_7->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainSpeed.png")));
|
||||
Label_8 = new QLabel(groupBox_5);
|
||||
Label_8->setObjectName(QString::fromUtf8("Label_8"));
|
||||
Label_8->setGeometry(QRect(480, 12, 50, 50));
|
||||
Label_8->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainSpeed.png")));
|
||||
label_16 = new QLabel(groupBox_5);
|
||||
label_16->setObjectName(QString::fromUtf8("label_16"));
|
||||
label_16->setGeometry(QRect(150, 40, 191, 31));
|
||||
label_16->setFont(font4);
|
||||
label_16->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_16->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
label_27 = new QLabel(groupBox_5);
|
||||
label_27->setObjectName(QString::fromUtf8("label_27"));
|
||||
label_27->setGeometry(QRect(540, 40, 171, 31));
|
||||
label_27->setFont(font4);
|
||||
label_27->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_27->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
averageSpeed_Label = new QLabel(groupBox_5);
|
||||
averageSpeed_Label->setObjectName(QString::fromUtf8("averageSpeed_Label"));
|
||||
averageSpeed_Label->setGeometry(QRect(140, 11, 41, 31));
|
||||
averageSpeed_Label->setFont(font5);
|
||||
averageSpeed_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
averageSpeed_Label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
maxSpeed_Label = new QLabel(groupBox_5);
|
||||
maxSpeed_Label->setObjectName(QString::fromUtf8("maxSpeed_Label"));
|
||||
maxSpeed_Label->setGeometry(QRect(530, 11, 41, 31));
|
||||
maxSpeed_Label->setFont(font5);
|
||||
maxSpeed_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
maxSpeed_Label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
groupBox_7 = new QGroupBox(groupBox_2);
|
||||
groupBox_7->setObjectName(QString::fromUtf8("groupBox_7"));
|
||||
groupBox_7->setGeometry(QRect(10, 210, 731, 281));
|
||||
groupBox_7->setStyleSheet(QString::fromUtf8("#groupBox_7{\n"
|
||||
"width: 710px;\n"
|
||||
"height: 270px;\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border-radius: 3px;\n"
|
||||
"}"));
|
||||
pushButton_10 = new QPushButton(groupBox_7);
|
||||
pushButton_10->setObjectName(QString::fromUtf8("pushButton_10"));
|
||||
pushButton_10->setGeometry(QRect(80, 20, 4, 16));
|
||||
pushButton_10->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
label_36 = new QLabel(groupBox_7);
|
||||
label_36->setObjectName(QString::fromUtf8("label_36"));
|
||||
label_36->setGeometry(QRect(90, 10, 201, 31));
|
||||
label_36->setFont(font4);
|
||||
label_36->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_36->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
pushButton_11 = new QPushButton(groupBox_7);
|
||||
pushButton_11->setObjectName(QString::fromUtf8("pushButton_11"));
|
||||
pushButton_11->setGeometry(QRect(480, 20, 4, 16));
|
||||
pushButton_11->setStyleSheet(QString::fromUtf8("width: 4px;\n"
|
||||
"height: 16px;\n"
|
||||
"background: #5FC3EF;\n"
|
||||
"border-radius: 1px;"));
|
||||
label_37 = new QLabel(groupBox_7);
|
||||
label_37->setObjectName(QString::fromUtf8("label_37"));
|
||||
label_37->setGeometry(QRect(490, 10, 191, 31));
|
||||
label_37->setFont(font4);
|
||||
label_37->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_37->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
graphicsView_2 = new QChartView(groupBox_7);
|
||||
graphicsView_2->setObjectName(QString::fromUtf8("graphicsView_2"));
|
||||
graphicsView_2->setGeometry(QRect(80, 40, 221, 211));
|
||||
graphicsView_2->setStyleSheet(QString::fromUtf8("#graphicsView_2{\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border:none;\n"
|
||||
"}"));
|
||||
graphicsView_3 = new QChartView(groupBox_7);
|
||||
graphicsView_3->setObjectName(QString::fromUtf8("graphicsView_3"));
|
||||
graphicsView_3->setGeometry(QRect(460, 40, 211, 211));
|
||||
graphicsView_3->setStyleSheet(QString::fromUtf8("#graphicsView_3{\n"
|
||||
"background: #E8F6FD;\n"
|
||||
"border:none;\n"
|
||||
"}"));
|
||||
legend1_1_Label_5 = new QLabel(groupBox_7);
|
||||
legend1_1_Label_5->setObjectName(QString::fromUtf8("legend1_1_Label_5"));
|
||||
legend1_1_Label_5->setGeometry(QRect(200, 250, 15, 15));
|
||||
legend1_1_Label_5->setStyleSheet(QString::fromUtf8("background: #92AFF6;"));
|
||||
label_71 = new QLabel(groupBox_7);
|
||||
label_71->setObjectName(QString::fromUtf8("label_71"));
|
||||
label_71->setGeometry(QRect(220, 250, 61, 19));
|
||||
label_71->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_72 = new QLabel(groupBox_7);
|
||||
label_72->setObjectName(QString::fromUtf8("label_72"));
|
||||
label_72->setGeometry(QRect(120, 250, 71, 19));
|
||||
label_72->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
legend1_1_Label_6 = new QLabel(groupBox_7);
|
||||
legend1_1_Label_6->setObjectName(QString::fromUtf8("legend1_1_Label_6"));
|
||||
legend1_1_Label_6->setGeometry(QRect(100, 250, 15, 15));
|
||||
legend1_1_Label_6->setStyleSheet(QString::fromUtf8("background: #938BF6;\n"
|
||||
""));
|
||||
legend1_1_Label_7 = new QLabel(groupBox_7);
|
||||
legend1_1_Label_7->setObjectName(QString::fromUtf8("legend1_1_Label_7"));
|
||||
legend1_1_Label_7->setGeometry(QRect(580, 250, 15, 15));
|
||||
legend1_1_Label_7->setStyleSheet(QString::fromUtf8("background: #AAC204;"));
|
||||
label_73 = new QLabel(groupBox_7);
|
||||
label_73->setObjectName(QString::fromUtf8("label_73"));
|
||||
label_73->setGeometry(QRect(600, 250, 71, 19));
|
||||
label_73->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_74 = new QLabel(groupBox_7);
|
||||
label_74->setObjectName(QString::fromUtf8("label_74"));
|
||||
label_74->setGeometry(QRect(500, 250, 61, 19));
|
||||
label_74->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
legend1_1_Label_8 = new QLabel(groupBox_7);
|
||||
legend1_1_Label_8->setObjectName(QString::fromUtf8("legend1_1_Label_8"));
|
||||
legend1_1_Label_8->setGeometry(QRect(480, 250, 15, 15));
|
||||
legend1_1_Label_8->setStyleSheet(QString::fromUtf8("background: #D2E07E;"));
|
||||
groupBox_7->raise();
|
||||
groupBox_4->raise();
|
||||
pushButton->raise();
|
||||
label_6->raise();
|
||||
groupBox_5->raise();
|
||||
label_8 = new QLabel(groupBox);
|
||||
label_8->setObjectName(QString::fromUtf8("label_8"));
|
||||
label_8->setGeometry(QRect(540, 140, 131, 41));
|
||||
label_8->setFont(font2);
|
||||
label_8->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
trainPart_Label = new QLabel(groupBox);
|
||||
trainPart_Label->setObjectName(QString::fromUtf8("trainPart_Label"));
|
||||
trainPart_Label->setGeometry(QRect(660, 140, 141, 41));
|
||||
trainPart_Label->setFont(font2);
|
||||
trainPart_Label->setStyleSheet(QString::fromUtf8(""));
|
||||
groupBox_3 = new QGroupBox(groupBox);
|
||||
groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
|
||||
groupBox_3->setGeometry(QRect(20, 230, 771, 81));
|
||||
groupBox_3->setStyleSheet(QString::fromUtf8("#groupBox_3{border:none;}"));
|
||||
groupBox_3->setFlat(false);
|
||||
Label_2 = new QLabel(groupBox_3);
|
||||
Label_2->setObjectName(QString::fromUtf8("Label_2"));
|
||||
Label_2->setGeometry(QRect(10, 10, 50, 50));
|
||||
Label_2->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainMode.png")));
|
||||
label_12 = new QLabel(groupBox_3);
|
||||
label_12->setObjectName(QString::fromUtf8("label_12"));
|
||||
label_12->setGeometry(QRect(70, 30, 201, 41));
|
||||
label_12->setFont(font4);
|
||||
label_12->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_12->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
Label_3 = new QLabel(groupBox_3);
|
||||
Label_3->setObjectName(QString::fromUtf8("Label_3"));
|
||||
Label_3->setGeometry(QRect(290, 10, 50, 50));
|
||||
Label_3->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/trainPart.png")));
|
||||
label_13 = new QLabel(groupBox_3);
|
||||
label_13->setObjectName(QString::fromUtf8("label_13"));
|
||||
label_13->setGeometry(QRect(360, 30, 201, 41));
|
||||
label_13->setFont(font4);
|
||||
label_13->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_13->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
trainPartIcon_Label = new QLabel(groupBox_3);
|
||||
trainPartIcon_Label->setObjectName(QString::fromUtf8("trainPartIcon_Label"));
|
||||
trainPartIcon_Label->setGeometry(QRect(360, 0, 211, 41));
|
||||
trainPartIcon_Label->setFont(font5);
|
||||
trainPartIcon_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
label_21 = new QLabel(groupBox_3);
|
||||
label_21->setObjectName(QString::fromUtf8("label_21"));
|
||||
label_21->setGeometry(QRect(650, 30, 131, 41));
|
||||
label_21->setFont(font4);
|
||||
label_21->setStyleSheet(QString::fromUtf8("width: 64px;\n"
|
||||
"height: 16px;\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 24px;"));
|
||||
label_21->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
spasmTimes_Label = new QLabel(groupBox_3);
|
||||
spasmTimes_Label->setObjectName(QString::fromUtf8("spasmTimes_Label"));
|
||||
spasmTimes_Label->setGeometry(QRect(650, 0, 101, 41));
|
||||
spasmTimes_Label->setFont(font5);
|
||||
spasmTimes_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
trainMode_Label = new QLabel(groupBox_3);
|
||||
trainMode_Label->setObjectName(QString::fromUtf8("trainMode_Label"));
|
||||
trainMode_Label->setGeometry(QRect(70, 0, 221, 41));
|
||||
trainMode_Label->setFont(font5);
|
||||
trainMode_Label->setStyleSheet(QString::fromUtf8("width: 92px;\n"
|
||||
"height: 23px;\n"
|
||||
"font-size: 26px;\n"
|
||||
"font-weight: 500;\n"
|
||||
"color: #555555;\n"
|
||||
"line-height: 35px;"));
|
||||
Label_4 = new QLabel(groupBox_3);
|
||||
Label_4->setObjectName(QString::fromUtf8("Label_4"));
|
||||
Label_4->setGeometry(QRect(570, 10, 50, 50));
|
||||
Label_4->setPixmap(QPixmap(QString::fromUtf8(":/DependFile/Source/reportPage/paramFrequency.png")));
|
||||
line_3 = new QFrame(groupBox);
|
||||
line_3->setObjectName(QString::fromUtf8("line_3"));
|
||||
line_3->setGeometry(QRect(0, 320, 800, 5));
|
||||
line_3->setFrameShape(QFrame::HLine);
|
||||
line_3->setFrameShadow(QFrame::Sunken);
|
||||
close_Btn = new QPushButton(groupBox);
|
||||
close_Btn->setObjectName(QString::fromUtf8("close_Btn"));
|
||||
close_Btn->setGeometry(QRect(740, 20, 40, 40));
|
||||
close_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/dialog/close.png);"));
|
||||
groupBox_2->raise();
|
||||
label->raise();
|
||||
line->raise();
|
||||
label_2->raise();
|
||||
reportDate_Label->raise();
|
||||
line_2->raise();
|
||||
label_3->raise();
|
||||
label_4->raise();
|
||||
name_Label->raise();
|
||||
sex_Label->raise();
|
||||
label_7->raise();
|
||||
phone_Label->raise();
|
||||
label_9->raise();
|
||||
age_Label->raise();
|
||||
label_11->raise();
|
||||
msg_Label->raise();
|
||||
noSave_Btn->raise();
|
||||
save_Btn->raise();
|
||||
import_Btn->raise();
|
||||
label_8->raise();
|
||||
trainPart_Label->raise();
|
||||
groupBox_3->raise();
|
||||
line_3->raise();
|
||||
close_Btn->raise();
|
||||
|
||||
retranslateUi(TrainReportTwoTwo);
|
||||
|
||||
QMetaObject::connectSlotsByName(TrainReportTwoTwo);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *TrainReportTwoTwo)
|
||||
{
|
||||
TrainReportTwoTwo->setWindowTitle(QCoreApplication::translate("TrainReportTwoTwo", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("TrainReportTwoTwo", "\344\270\212\344\270\213\350\202\242\344\270\273\350\242\253\345\212\250\345\272\267\345\244\215\350\256\255\347\273\203\344\273\252\346\212\245\345\221\212", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("TrainReportTwoTwo", "\346\212\245\345\221\212\346\227\245\346\234\237:", nullptr));
|
||||
reportDate_Label->setText(QCoreApplication::translate("TrainReportTwoTwo", "2022-3-10", nullptr));
|
||||
label_3->setText(QCoreApplication::translate("TrainReportTwoTwo", "\345\247\223\345\220\215\357\274\232", nullptr));
|
||||
label_4->setText(QCoreApplication::translate("TrainReportTwoTwo", "\345\244\207\346\263\250\357\274\232", nullptr));
|
||||
name_Label->setText(QCoreApplication::translate("TrainReportTwoTwo", "\345\274\240\344\270\211\350\234\202", nullptr));
|
||||
sex_Label->setText(QString());
|
||||
label_7->setText(QCoreApplication::translate("TrainReportTwoTwo", "\346\200\247\345\210\253\357\274\232", nullptr));
|
||||
phone_Label->setText(QString());
|
||||
label_9->setText(QCoreApplication::translate("TrainReportTwoTwo", "\347\224\265\350\257\235\357\274\232", nullptr));
|
||||
age_Label->setText(QString());
|
||||
label_11->setText(QCoreApplication::translate("TrainReportTwoTwo", "\345\271\264\351\276\204\357\274\232", nullptr));
|
||||
msg_Label->setText(QString());
|
||||
noSave_Btn->setText(QCoreApplication::translate("TrainReportTwoTwo", "\344\270\215\344\277\235\345\255\230", nullptr));
|
||||
save_Btn->setText(QCoreApplication::translate("TrainReportTwoTwo", "\344\277\235\345\255\230", nullptr));
|
||||
import_Btn->setText(QCoreApplication::translate("TrainReportTwoTwo", "\345\257\274\345\207\272", nullptr));
|
||||
groupBox_2->setTitle(QString());
|
||||
groupBox_4->setTitle(QString());
|
||||
Label_5->setText(QString());
|
||||
label_14->setText(QCoreApplication::translate("TrainReportTwoTwo", "\350\256\255\347\273\203\346\227\266\351\227\264(min:s)", nullptr));
|
||||
pushButton_2->setText(QString());
|
||||
trainTime_Label->setText(QCoreApplication::translate("TrainReportTwoTwo", "50", nullptr));
|
||||
Label_6->setText(QString());
|
||||
trainLength_Label->setText(QCoreApplication::translate("TrainReportTwoTwo", "1000", nullptr));
|
||||
label_25->setText(QCoreApplication::translate("TrainReportTwoTwo", "\350\256\255\347\273\203\350\267\235\347\246\273(m)", nullptr));
|
||||
pushButton->setText(QString());
|
||||
label_6->setText(QCoreApplication::translate("TrainReportTwoTwo", "\345\217\202\346\225\260", nullptr));
|
||||
groupBox_5->setTitle(QString());
|
||||
pushButton_4->setText(QString());
|
||||
pushButton_8->setText(QString());
|
||||
Label_7->setText(QString());
|
||||
Label_8->setText(QString());
|
||||
label_16->setText(QCoreApplication::translate("TrainReportTwoTwo", "\345\271\263\345\235\207\351\200\237\345\272\246(r/min)", nullptr));
|
||||
label_27->setText(QCoreApplication::translate("TrainReportTwoTwo", "\346\234\200\345\244\247\351\200\237\345\272\246(r/min)", nullptr));
|
||||
averageSpeed_Label->setText(QCoreApplication::translate("TrainReportTwoTwo", "50", nullptr));
|
||||
maxSpeed_Label->setText(QCoreApplication::translate("TrainReportTwoTwo", "50", nullptr));
|
||||
groupBox_7->setTitle(QString());
|
||||
pushButton_10->setText(QString());
|
||||
label_36->setText(QCoreApplication::translate("TrainReportTwoTwo", "\344\270\273\350\242\253\345\212\250\346\227\266\351\227\264\345\215\240\346\257\224", nullptr));
|
||||
pushButton_11->setText(QString());
|
||||
label_37->setText(QCoreApplication::translate("TrainReportTwoTwo", "\344\270\273\350\242\253\345\212\250\350\267\235\347\246\273\345\215\240\346\257\224", nullptr));
|
||||
legend1_1_Label_5->setText(QString());
|
||||
label_71->setText(QCoreApplication::translate("TrainReportTwoTwo", "\344\270\273\345\212\250\346\227\266\351\227\264", nullptr));
|
||||
label_72->setText(QCoreApplication::translate("TrainReportTwoTwo", "\350\242\253\345\212\250\346\227\266\351\227\264", nullptr));
|
||||
legend1_1_Label_6->setText(QString());
|
||||
legend1_1_Label_7->setText(QString());
|
||||
label_73->setText(QCoreApplication::translate("TrainReportTwoTwo", "\344\270\273\345\212\250\350\267\235\347\246\273", nullptr));
|
||||
label_74->setText(QCoreApplication::translate("TrainReportTwoTwo", "\350\242\253\345\212\250\350\267\235\347\246\273", nullptr));
|
||||
legend1_1_Label_8->setText(QString());
|
||||
label_8->setText(QCoreApplication::translate("TrainReportTwoTwo", "\350\256\255\347\273\203\351\203\250\344\275\215\357\274\232", nullptr));
|
||||
trainPart_Label->setText(QString());
|
||||
groupBox_3->setTitle(QString());
|
||||
Label_2->setText(QString());
|
||||
label_12->setText(QCoreApplication::translate("TrainReportTwoTwo", "\350\256\255\347\273\203\346\250\241\345\274\217", nullptr));
|
||||
Label_3->setText(QString());
|
||||
label_13->setText(QCoreApplication::translate("TrainReportTwoTwo", "\350\256\255\347\273\203\351\203\250\344\275\215", nullptr));
|
||||
trainPartIcon_Label->setText(QCoreApplication::translate("TrainReportTwoTwo", "\344\270\212\350\202\242", nullptr));
|
||||
label_21->setText(QCoreApplication::translate("TrainReportTwoTwo", "\347\227\211\346\214\233\346\254\241\346\225\260", nullptr));
|
||||
spasmTimes_Label->setText(QCoreApplication::translate("TrainReportTwoTwo", "4\346\254\241", nullptr));
|
||||
trainMode_Label->setText(QCoreApplication::translate("TrainReportTwoTwo", "\344\270\273\345\212\250\346\250\241\345\274\217", nullptr));
|
||||
Label_4->setText(QString());
|
||||
close_Btn->setText(QString());
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class TrainReportTwoTwo: public Ui_TrainReportTwoTwo {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_TRAINREPORTTWOTWO_H
|
||||
278
ZBD_IIIDL_S_Project/build20241115/UI/ui_userdialog.h
Normal file
278
ZBD_IIIDL_S_Project/build20241115/UI/ui_userdialog.h
Normal file
@@ -0,0 +1,278 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'userdialog.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_USERDIALOG_H
|
||||
#define UI_USERDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QComboBox>
|
||||
#include <QtWidgets/QDateEdit>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QLineEdit>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QTextEdit>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_UserDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QLabel *title_Label;
|
||||
QLabel *label_2;
|
||||
QLabel *label_3;
|
||||
QLabel *label_4;
|
||||
QLabel *label_5;
|
||||
QLineEdit *name_LineEdit;
|
||||
QComboBox *sex_ComboBox;
|
||||
QComboBox *bodyIndex_ComboBox;
|
||||
QLabel *label_6;
|
||||
QLineEdit *phone_LineEdit;
|
||||
QLabel *label_7;
|
||||
QDateEdit *dateEdit;
|
||||
QPushButton *cancel_Btn;
|
||||
QPushButton *save_Btn;
|
||||
QLabel *label_8;
|
||||
QLineEdit *ID_LineEdit;
|
||||
QTextEdit *textEdit;
|
||||
|
||||
void setupUi(QWidget *UserDialog)
|
||||
{
|
||||
if (UserDialog->objectName().isEmpty())
|
||||
UserDialog->setObjectName(QString::fromUtf8("UserDialog"));
|
||||
UserDialog->resize(1920, 1080);
|
||||
UserDialog->setStyleSheet(QString::fromUtf8(""));
|
||||
groupBox = new QGroupBox(UserDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(558, 241, 804, 598));
|
||||
QFont font;
|
||||
font.setPointSize(6);
|
||||
groupBox->setFont(font);
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||||
"border-radius: 32px;}"));
|
||||
groupBox->setAlignment(Qt::AlignCenter);
|
||||
title_Label = new QLabel(groupBox);
|
||||
title_Label->setObjectName(QString::fromUtf8("title_Label"));
|
||||
title_Label->setGeometry(QRect(0, 0, 804, 64));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(15);
|
||||
title_Label->setFont(font1);
|
||||
title_Label->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/gamePage/dialog.png);"));
|
||||
title_Label->setAlignment(Qt::AlignCenter);
|
||||
label_2 = new QLabel(groupBox);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(10, 130, 111, 51));
|
||||
label_2->setFont(font1);
|
||||
label_2->setStyleSheet(QString::fromUtf8(""));
|
||||
label_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
label_3 = new QLabel(groupBox);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
label_3->setGeometry(QRect(10, 210, 111, 51));
|
||||
label_3->setFont(font1);
|
||||
label_3->setStyleSheet(QString::fromUtf8(""));
|
||||
label_3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
label_4 = new QLabel(groupBox);
|
||||
label_4->setObjectName(QString::fromUtf8("label_4"));
|
||||
label_4->setGeometry(QRect(10, 280, 111, 51));
|
||||
label_4->setFont(font1);
|
||||
label_4->setStyleSheet(QString::fromUtf8(""));
|
||||
label_4->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
label_5 = new QLabel(groupBox);
|
||||
label_5->setObjectName(QString::fromUtf8("label_5"));
|
||||
label_5->setGeometry(QRect(10, 361, 111, 51));
|
||||
label_5->setFont(font1);
|
||||
label_5->setStyleSheet(QString::fromUtf8(""));
|
||||
label_5->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
name_LineEdit = new QLineEdit(groupBox);
|
||||
name_LineEdit->setObjectName(QString::fromUtf8("name_LineEdit"));
|
||||
name_LineEdit->setGeometry(QRect(130, 130, 150, 50));
|
||||
QFont font2;
|
||||
font2.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font2.setBold(false);
|
||||
name_LineEdit->setFont(font2);
|
||||
name_LineEdit->setStyleSheet(QString::fromUtf8("border-radius: 2px;\n"
|
||||
"border: 1px solid #333333;\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #3E3E3E;\n"
|
||||
"line-height: 44px;\n"
|
||||
"font-size:25px;"));
|
||||
sex_ComboBox = new QComboBox(groupBox);
|
||||
sex_ComboBox->addItem(QString());
|
||||
sex_ComboBox->addItem(QString());
|
||||
sex_ComboBox->setObjectName(QString::fromUtf8("sex_ComboBox"));
|
||||
sex_ComboBox->setGeometry(QRect(130, 210, 150, 50));
|
||||
QFont font3;
|
||||
font3.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font3.setBold(false);
|
||||
font3.setItalic(false);
|
||||
sex_ComboBox->setFont(font3);
|
||||
sex_ComboBox->setFocusPolicy(Qt::StrongFocus);
|
||||
sex_ComboBox->setLayoutDirection(Qt::LeftToRight);
|
||||
sex_ComboBox->setStyleSheet(QString::fromUtf8("#sex_ComboBox{\n"
|
||||
"border-radius: 2px;\n"
|
||||
"border: 1px solid #333333;\n"
|
||||
"\n"
|
||||
"width: 29px;\n"
|
||||
"height: 29px;\n"
|
||||
"font-size: 25px;\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #3E3E3E;\n"
|
||||
"line-height: 44px;\n"
|
||||
"\n"
|
||||
"font-family:\351\273\221\344\275\223;\n"
|
||||
"\n"
|
||||
"}"));
|
||||
sex_ComboBox->setMaxCount(2147483647);
|
||||
bodyIndex_ComboBox = new QComboBox(groupBox);
|
||||
bodyIndex_ComboBox->addItem(QString());
|
||||
bodyIndex_ComboBox->addItem(QString());
|
||||
bodyIndex_ComboBox->addItem(QString());
|
||||
bodyIndex_ComboBox->setObjectName(QString::fromUtf8("bodyIndex_ComboBox"));
|
||||
bodyIndex_ComboBox->setGeometry(QRect(130, 280, 150, 50));
|
||||
bodyIndex_ComboBox->setFont(font2);
|
||||
bodyIndex_ComboBox->setAutoFillBackground(false);
|
||||
bodyIndex_ComboBox->setStyleSheet(QString::fromUtf8("#bodyIndex_ComboBox{\n"
|
||||
"border-radius: 2px;\n"
|
||||
"border: 1px solid #333333;\n"
|
||||
"\n"
|
||||
"width: 29px;\n"
|
||||
"height: 29px;\n"
|
||||
"font-size: 25px;\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #3E3E3E;\n"
|
||||
"line-height: 44px;\n"
|
||||
"\n"
|
||||
"font-family:\351\273\221\344\275\223;\n"
|
||||
"\n"
|
||||
"}\n"
|
||||
"\n"
|
||||
""));
|
||||
label_6 = new QLabel(groupBox);
|
||||
label_6->setObjectName(QString::fromUtf8("label_6"));
|
||||
label_6->setGeometry(QRect(340, 130, 121, 51));
|
||||
label_6->setFont(font1);
|
||||
label_6->setStyleSheet(QString::fromUtf8(""));
|
||||
label_6->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
phone_LineEdit = new QLineEdit(groupBox);
|
||||
phone_LineEdit->setObjectName(QString::fromUtf8("phone_LineEdit"));
|
||||
phone_LineEdit->setGeometry(QRect(480, 130, 280, 50));
|
||||
phone_LineEdit->setFont(font2);
|
||||
phone_LineEdit->setStyleSheet(QString::fromUtf8("border-radius: 2px;\n"
|
||||
"border: 1px solid #333333;\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #3E3E3E;\n"
|
||||
"line-height: 44px;\n"
|
||||
"font-size:25px;"));
|
||||
label_7 = new QLabel(groupBox);
|
||||
label_7->setObjectName(QString::fromUtf8("label_7"));
|
||||
label_7->setGeometry(QRect(340, 206, 121, 51));
|
||||
label_7->setFont(font1);
|
||||
label_7->setStyleSheet(QString::fromUtf8(""));
|
||||
label_7->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
dateEdit = new QDateEdit(groupBox);
|
||||
dateEdit->setObjectName(QString::fromUtf8("dateEdit"));
|
||||
dateEdit->setGeometry(QRect(480, 210, 280, 50));
|
||||
dateEdit->setFont(font2);
|
||||
dateEdit->setStyleSheet(QString::fromUtf8("width: 29px;\n"
|
||||
"height: 29px;\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #3E3E3E;\n"
|
||||
"line-height: 44px;\n"
|
||||
"font-size:25px;"));
|
||||
dateEdit->setMaximumDateTime(QDateTime(QDate(2050, 12, 31), QTime(15, 59, 59)));
|
||||
dateEdit->setMinimumDateTime(QDateTime(QDate(1920, 9, 14), QTime(0, 0, 0)));
|
||||
cancel_Btn = new QPushButton(groupBox);
|
||||
cancel_Btn->setObjectName(QString::fromUtf8("cancel_Btn"));
|
||||
cancel_Btn->setGeometry(QRect(232, 513, 120, 45));
|
||||
QFont font4;
|
||||
font4.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font4.setPointSize(12);
|
||||
cancel_Btn->setFont(font4);
|
||||
cancel_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
save_Btn = new QPushButton(groupBox);
|
||||
save_Btn->setObjectName(QString::fromUtf8("save_Btn"));
|
||||
save_Btn->setGeometry(QRect(452, 513, 120, 45));
|
||||
save_Btn->setFont(font4);
|
||||
save_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB;"));
|
||||
label_8 = new QLabel(groupBox);
|
||||
label_8->setObjectName(QString::fromUtf8("label_8"));
|
||||
label_8->setGeometry(QRect(340, 280, 121, 51));
|
||||
label_8->setFont(font1);
|
||||
label_8->setStyleSheet(QString::fromUtf8(""));
|
||||
label_8->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
ID_LineEdit = new QLineEdit(groupBox);
|
||||
ID_LineEdit->setObjectName(QString::fromUtf8("ID_LineEdit"));
|
||||
ID_LineEdit->setGeometry(QRect(480, 280, 280, 50));
|
||||
ID_LineEdit->setFont(font2);
|
||||
ID_LineEdit->setStyleSheet(QString::fromUtf8("border-radius: 2px;\n"
|
||||
"border: 1px solid #333333;\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #3E3E3E;\n"
|
||||
"line-height: 44px;\n"
|
||||
"font-size:25px;"));
|
||||
textEdit = new QTextEdit(groupBox);
|
||||
textEdit->setObjectName(QString::fromUtf8("textEdit"));
|
||||
textEdit->setGeometry(QRect(130, 370, 631, 87));
|
||||
textEdit->setFont(font2);
|
||||
textEdit->setStyleSheet(QString::fromUtf8("border-radius: 2px;\n"
|
||||
"border: 1px solid #333333;\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #3E3E3E;\n"
|
||||
"line-height: 44px;\n"
|
||||
"font-size:25px;"));
|
||||
|
||||
retranslateUi(UserDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(UserDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *UserDialog)
|
||||
{
|
||||
UserDialog->setWindowTitle(QCoreApplication::translate("UserDialog", "Form", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
title_Label->setText(QCoreApplication::translate("UserDialog", "\346\226\260\345\273\272\347\224\250\346\210\267", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("UserDialog", "\345\247\223\345\220\215\357\274\232", nullptr));
|
||||
label_3->setText(QCoreApplication::translate("UserDialog", "\346\200\247\345\210\253\357\274\232", nullptr));
|
||||
label_4->setText(QCoreApplication::translate("UserDialog", "\351\203\250\344\275\215\357\274\232", nullptr));
|
||||
label_5->setText(QCoreApplication::translate("UserDialog", "\345\244\207\346\263\250\357\274\232", nullptr));
|
||||
name_LineEdit->setText(QCoreApplication::translate("UserDialog", "\346\210\221", nullptr));
|
||||
sex_ComboBox->setItemText(0, QCoreApplication::translate("UserDialog", "\347\224\267", nullptr));
|
||||
sex_ComboBox->setItemText(1, QCoreApplication::translate("UserDialog", "\345\245\263", nullptr));
|
||||
|
||||
sex_ComboBox->setCurrentText(QCoreApplication::translate("UserDialog", "\347\224\267", nullptr));
|
||||
bodyIndex_ComboBox->setItemText(0, QCoreApplication::translate("UserDialog", "\344\270\212\350\202\242", nullptr));
|
||||
bodyIndex_ComboBox->setItemText(1, QCoreApplication::translate("UserDialog", "\344\270\213\350\202\242", nullptr));
|
||||
bodyIndex_ComboBox->setItemText(2, QCoreApplication::translate("UserDialog", "\344\270\212\344\270\213\350\202\242", nullptr));
|
||||
|
||||
label_6->setText(QCoreApplication::translate("UserDialog", "\347\224\265\350\257\235\357\274\232", nullptr));
|
||||
phone_LineEdit->setText(QCoreApplication::translate("UserDialog", "123", nullptr));
|
||||
label_7->setText(QCoreApplication::translate("UserDialog", "\347\224\237\346\227\245\357\274\232", nullptr));
|
||||
cancel_Btn->setText(QCoreApplication::translate("UserDialog", "\345\217\226\346\266\210", nullptr));
|
||||
save_Btn->setText(QCoreApplication::translate("UserDialog", "\344\277\235\345\255\230", nullptr));
|
||||
label_8->setText(QCoreApplication::translate("UserDialog", "ID\357\274\232", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class UserDialog: public Ui_UserDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_USERDIALOG_H
|
||||
168
ZBD_IIIDL_S_Project/build20241115/UI/ui_usermanager.h
Normal file
168
ZBD_IIIDL_S_Project/build20241115/UI/ui_usermanager.h
Normal file
@@ -0,0 +1,168 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'usermanager.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_USERMANAGER_H
|
||||
#define UI_USERMANAGER_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QHeaderView>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QLineEdit>
|
||||
#include <QtWidgets/QPushButton>
|
||||
#include <QtWidgets/QTableWidget>
|
||||
#include <QtWidgets/QWidget>
|
||||
#include "trainrecord.h"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_UserManager
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QPushButton *searchUser_Btn;
|
||||
QTableWidget *user_TableWidget;
|
||||
QGroupBox *groupBox_2;
|
||||
QLabel *label;
|
||||
QLabel *label_2;
|
||||
QLabel *label_3;
|
||||
QGroupBox *groupBox_3;
|
||||
QLineEdit *searchUser_LineEdit;
|
||||
QPushButton *selectUser_Btn;
|
||||
QPushButton *EditUser_Btn;
|
||||
QPushButton *deleteUser_Btn;
|
||||
QPushButton *newUser_Btn;
|
||||
TrainRecord *trainRecord_Widget;
|
||||
|
||||
void setupUi(QWidget *UserManager)
|
||||
{
|
||||
if (UserManager->objectName().isEmpty())
|
||||
UserManager->setObjectName(QString::fromUtf8("UserManager"));
|
||||
UserManager->resize(1920, 980);
|
||||
groupBox = new QGroupBox(UserManager);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(0, 0, 604, 861));
|
||||
groupBox->setStyleSheet(QString::fromUtf8(""));
|
||||
searchUser_Btn = new QPushButton(groupBox);
|
||||
searchUser_Btn->setObjectName(QString::fromUtf8("searchUser_Btn"));
|
||||
searchUser_Btn->setGeometry(QRect(425, 28, 122, 54));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setPointSize(15);
|
||||
searchUser_Btn->setFont(font);
|
||||
searchUser_Btn->setStyleSheet(QString::fromUtf8("background: #05A6EC;\n"
|
||||
"border-radius: 4px;\n"
|
||||
"color:white;"));
|
||||
user_TableWidget = new QTableWidget(groupBox);
|
||||
user_TableWidget->setObjectName(QString::fromUtf8("user_TableWidget"));
|
||||
user_TableWidget->setGeometry(QRect(50, 170, 497, 681));
|
||||
user_TableWidget->setStyleSheet(QString::fromUtf8(""));
|
||||
groupBox_2 = new QGroupBox(groupBox);
|
||||
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
||||
groupBox_2->setGeometry(QRect(50, 104, 497, 48));
|
||||
groupBox_2->setStyleSheet(QString::fromUtf8("#groupBox_2{background: #E5F2F9;\n"
|
||||
"border-radius: 2px;}"));
|
||||
label = new QLabel(groupBox_2);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(38, 4, 71, 40));
|
||||
label->setFont(font);
|
||||
label->setAlignment(Qt::AlignCenter);
|
||||
label_2 = new QLabel(groupBox_2);
|
||||
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||||
label_2->setGeometry(QRect(150, 5, 91, 40));
|
||||
label_2->setFont(font);
|
||||
label_2->setAlignment(Qt::AlignCenter);
|
||||
label_3 = new QLabel(groupBox_2);
|
||||
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||||
label_3->setGeometry(QRect(314, 3, 69, 40));
|
||||
label_3->setFont(font);
|
||||
label_3->setAlignment(Qt::AlignCenter);
|
||||
groupBox_3 = new QGroupBox(groupBox);
|
||||
groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
|
||||
groupBox_3->setGeometry(QRect(50, 30, 345, 54));
|
||||
groupBox_3->setStyleSheet(QString::fromUtf8("#groupBox_3{background: #FFFFFF;\n"
|
||||
"border-radius: 4px;\n"
|
||||
"border: 1px solid #454545;}"));
|
||||
searchUser_LineEdit = new QLineEdit(groupBox_3);
|
||||
searchUser_LineEdit->setObjectName(QString::fromUtf8("searchUser_LineEdit"));
|
||||
searchUser_LineEdit->setGeometry(QRect(21, 2, 301, 50));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(12);
|
||||
searchUser_LineEdit->setFont(font1);
|
||||
searchUser_LineEdit->setStyleSheet(QString::fromUtf8("border:none;"));
|
||||
searchUser_LineEdit->setMaxLength(10);
|
||||
groupBox_3->raise();
|
||||
searchUser_Btn->raise();
|
||||
user_TableWidget->raise();
|
||||
groupBox_2->raise();
|
||||
selectUser_Btn = new QPushButton(UserManager);
|
||||
selectUser_Btn->setObjectName(QString::fromUtf8("selectUser_Btn"));
|
||||
selectUser_Btn->setGeometry(QRect(50, 880, 110, 45));
|
||||
selectUser_Btn->setFont(font1);
|
||||
selectUser_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB ;"));
|
||||
EditUser_Btn = new QPushButton(UserManager);
|
||||
EditUser_Btn->setObjectName(QString::fromUtf8("EditUser_Btn"));
|
||||
EditUser_Btn->setGeometry(QRect(179, 880, 110, 45));
|
||||
EditUser_Btn->setFont(font1);
|
||||
EditUser_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB ;"));
|
||||
deleteUser_Btn = new QPushButton(UserManager);
|
||||
deleteUser_Btn->setObjectName(QString::fromUtf8("deleteUser_Btn"));
|
||||
deleteUser_Btn->setGeometry(QRect(308, 880, 110, 45));
|
||||
deleteUser_Btn->setFont(font1);
|
||||
deleteUser_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB ;"));
|
||||
newUser_Btn = new QPushButton(UserManager);
|
||||
newUser_Btn->setObjectName(QString::fromUtf8("newUser_Btn"));
|
||||
newUser_Btn->setGeometry(QRect(437, 880, 110, 45));
|
||||
newUser_Btn->setFont(font1);
|
||||
newUser_Btn->setStyleSheet(QString::fromUtf8("border-radius: 4px;\n"
|
||||
"border: 1px solid #0D9DDB;\n"
|
||||
"color:#0D9DDB ;"));
|
||||
trainRecord_Widget = new TrainRecord(UserManager);
|
||||
trainRecord_Widget->setObjectName(QString::fromUtf8("trainRecord_Widget"));
|
||||
trainRecord_Widget->setGeometry(QRect(604, 0, 1316, 961));
|
||||
trainRecord_Widget->setStyleSheet(QString::fromUtf8(""));
|
||||
|
||||
retranslateUi(UserManager);
|
||||
|
||||
QMetaObject::connectSlotsByName(UserManager);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *UserManager)
|
||||
{
|
||||
UserManager->setWindowTitle(QCoreApplication::translate("UserManager", "Form", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
searchUser_Btn->setText(QCoreApplication::translate("UserManager", "\346\220\234\347\264\242", nullptr));
|
||||
groupBox_2->setTitle(QString());
|
||||
label->setText(QCoreApplication::translate("UserManager", "\345\247\223\345\220\215", nullptr));
|
||||
label_2->setText(QCoreApplication::translate("UserManager", "\346\200\247\345\210\253", nullptr));
|
||||
label_3->setText(QCoreApplication::translate("UserManager", "ID", nullptr));
|
||||
groupBox_3->setTitle(QString());
|
||||
searchUser_LineEdit->setPlaceholderText(QCoreApplication::translate("UserManager", "\350\257\267\350\276\223\345\205\245\345\247\223\345\220\215\346\210\226\350\200\205ID", nullptr));
|
||||
selectUser_Btn->setText(QCoreApplication::translate("UserManager", "\351\200\211\346\213\251", nullptr));
|
||||
EditUser_Btn->setText(QCoreApplication::translate("UserManager", "\347\274\226\350\276\221", nullptr));
|
||||
deleteUser_Btn->setText(QCoreApplication::translate("UserManager", "\345\210\240\351\231\244", nullptr));
|
||||
newUser_Btn->setText(QCoreApplication::translate("UserManager", "\346\226\260\345\273\272", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class UserManager: public Ui_UserManager {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_USERMANAGER_H
|
||||
@@ -0,0 +1,170 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'verticaltohorizondialog.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_VERTICALTOHORIZONDIALOG_H
|
||||
#define UI_VERTICALTOHORIZONDIALOG_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QDialog>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QPushButton>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_VerticalToHorizonDialog
|
||||
{
|
||||
public:
|
||||
QGroupBox *groupBox;
|
||||
QGroupBox *groupBox_2;
|
||||
QLabel *tip_label;
|
||||
QLabel *label;
|
||||
QLabel *middleText_label;
|
||||
QLabel *rightText_label;
|
||||
QLabel *leftText_label;
|
||||
QPushButton *confirm_Btn;
|
||||
QPushButton *cancel_Btn;
|
||||
QLabel *english2_label;
|
||||
QLabel *English1_label;
|
||||
|
||||
void setupUi(QDialog *VerticalToHorizonDialog)
|
||||
{
|
||||
if (VerticalToHorizonDialog->objectName().isEmpty())
|
||||
VerticalToHorizonDialog->setObjectName(QString::fromUtf8("VerticalToHorizonDialog"));
|
||||
VerticalToHorizonDialog->resize(1920, 1080);
|
||||
groupBox = new QGroupBox(VerticalToHorizonDialog);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setGeometry(QRect(558, 240, 804, 598));
|
||||
groupBox->setStyleSheet(QString::fromUtf8("#groupBox{background: #FFFFFF;\n"
|
||||
"border-radius: 8px;}"));
|
||||
groupBox_2 = new QGroupBox(groupBox);
|
||||
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
||||
groupBox_2->setGeometry(QRect(0, 0, 804, 64));
|
||||
groupBox_2->setStyleSheet(QString::fromUtf8("background: #DDECFC;\n"
|
||||
"border-top-left-radius: 8px;\n"
|
||||
"border-top-right-radius:8px"));
|
||||
tip_label = new QLabel(groupBox_2);
|
||||
tip_label->setObjectName(QString::fromUtf8("tip_label"));
|
||||
tip_label->setGeometry(QRect(340, 10, 91, 41));
|
||||
QFont font;
|
||||
font.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font.setBold(false);
|
||||
tip_label->setFont(font);
|
||||
tip_label->setStyleSheet(QString::fromUtf8("width: 44px;\n"
|
||||
"height: 22px;\n"
|
||||
"font-size: 22px;\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #333333;\n"
|
||||
"line-height: 33px;"));
|
||||
tip_label->setAlignment(Qt::AlignCenter);
|
||||
label = new QLabel(groupBox);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
label->setGeometry(QRect(180, 110, 396, 271));
|
||||
label->setStyleSheet(QString::fromUtf8("background-image: url(:/DependFile/Source/trainDisplayPage/VerticalToHorizontal.png);"));
|
||||
middleText_label = new QLabel(groupBox);
|
||||
middleText_label->setObjectName(QString::fromUtf8("middleText_label"));
|
||||
middleText_label->setGeometry(QRect(390, 430, 61, 51));
|
||||
middleText_label->setStyleSheet(QString::fromUtf8("width: 308px;\n"
|
||||
"height: 28px;\n"
|
||||
"font-size: 28px;\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"\n"
|
||||
"color: #0D9DDB;\n"
|
||||
"line-height: 42px;"));
|
||||
middleText_label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
rightText_label = new QLabel(groupBox);
|
||||
rightText_label->setObjectName(QString::fromUtf8("rightText_label"));
|
||||
rightText_label->setGeometry(QRect(460, 430, 341, 51));
|
||||
rightText_label->setStyleSheet(QString::fromUtf8("width: 308px;\n"
|
||||
"height: 28px;\n"
|
||||
"font-size: 28px;\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #8C8C8C;\n"
|
||||
"line-height: 42px;"));
|
||||
rightText_label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
|
||||
leftText_label = new QLabel(groupBox);
|
||||
leftText_label->setObjectName(QString::fromUtf8("leftText_label"));
|
||||
leftText_label->setGeometry(QRect(50, 430, 341, 51));
|
||||
leftText_label->setStyleSheet(QString::fromUtf8("width: 308px;\n"
|
||||
"height: 28px;\n"
|
||||
"font-size: 28px;\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #8C8C8C;\n"
|
||||
"line-height: 42px;"));
|
||||
leftText_label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
confirm_Btn = new QPushButton(groupBox);
|
||||
confirm_Btn->setObjectName(QString::fromUtf8("confirm_Btn"));
|
||||
confirm_Btn->setGeometry(QRect(404, 540, 401, 61));
|
||||
QFont font1;
|
||||
font1.setFamily(QString::fromUtf8("\351\273\221\344\275\223"));
|
||||
font1.setPointSize(15);
|
||||
confirm_Btn->setFont(font1);
|
||||
confirm_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/rightBtn.png);\n"
|
||||
"color:white;"));
|
||||
cancel_Btn = new QPushButton(groupBox);
|
||||
cancel_Btn->setObjectName(QString::fromUtf8("cancel_Btn"));
|
||||
cancel_Btn->setGeometry(QRect(0, 540, 401, 61));
|
||||
cancel_Btn->setFont(font1);
|
||||
cancel_Btn->setStyleSheet(QString::fromUtf8("border-image: url(:/DependFile/Source/channel/leftBtn.png);\n"
|
||||
"color:white;"));
|
||||
english2_label = new QLabel(groupBox);
|
||||
english2_label->setObjectName(QString::fromUtf8("english2_label"));
|
||||
english2_label->setGeometry(QRect(140, 500, 601, 41));
|
||||
english2_label->setStyleSheet(QString::fromUtf8("width: 308px;\n"
|
||||
"height: 28px;\n"
|
||||
"font-size: 28px;\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #8C8C8C;\n"
|
||||
"line-height: 42px;"));
|
||||
English1_label = new QLabel(groupBox);
|
||||
English1_label->setObjectName(QString::fromUtf8("English1_label"));
|
||||
English1_label->setGeometry(QRect(120, 470, 621, 41));
|
||||
English1_label->setStyleSheet(QString::fromUtf8("width: 308px;\n"
|
||||
"height: 28px;\n"
|
||||
"font-size: 28px;\n"
|
||||
"\n"
|
||||
"font-weight: 400;\n"
|
||||
"color: #8C8C8C;\n"
|
||||
"line-height: 42px;"));
|
||||
|
||||
retranslateUi(VerticalToHorizonDialog);
|
||||
|
||||
QMetaObject::connectSlotsByName(VerticalToHorizonDialog);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDialog *VerticalToHorizonDialog)
|
||||
{
|
||||
VerticalToHorizonDialog->setWindowTitle(QCoreApplication::translate("VerticalToHorizonDialog", "Dialog", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
groupBox_2->setTitle(QString());
|
||||
tip_label->setText(QCoreApplication::translate("VerticalToHorizonDialog", "\346\217\220\347\244\272", nullptr));
|
||||
label->setText(QString());
|
||||
middleText_label->setText(QCoreApplication::translate("VerticalToHorizonDialog", "\346\255\243\345\220\221", nullptr));
|
||||
rightText_label->setText(QCoreApplication::translate("VerticalToHorizonDialog", "\346\227\213\350\275\254\350\207\263\346\260\264\345\271\263\350\277\233\350\241\214\350\256\255\347\273\203", nullptr));
|
||||
leftText_label->setText(QCoreApplication::translate("VerticalToHorizonDialog", "\350\257\267\345\260\206\344\270\212\350\202\242\350\256\255\347\273\203\351\203\250\345\210\206\347\224\261\345\236\202\347\233\264", nullptr));
|
||||
confirm_Btn->setText(QCoreApplication::translate("VerticalToHorizonDialog", "\347\241\256\350\256\244", nullptr));
|
||||
cancel_Btn->setText(QCoreApplication::translate("VerticalToHorizonDialog", "\345\217\226\346\266\210", nullptr));
|
||||
english2_label->setText(QCoreApplication::translate("VerticalToHorizonDialog", "from horizontal to vertical for training", nullptr));
|
||||
English1_label->setText(QCoreApplication::translate("VerticalToHorizonDialog", "Please rotate the upper limb training part", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class VerticalToHorizonDialog: public Ui_VerticalToHorizonDialog {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_VERTICALTOHORIZONDIALOG_H
|
||||
48
ZBD_IIIDL_S_Project/build20241115/UI/ui_visiontrain.h
Normal file
48
ZBD_IIIDL_S_Project/build20241115/UI/ui_visiontrain.h
Normal file
@@ -0,0 +1,48 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'visiontrain.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_VISIONTRAIN_H
|
||||
#define UI_VISIONTRAIN_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_visionTrain
|
||||
{
|
||||
public:
|
||||
|
||||
void setupUi(QWidget *visionTrain)
|
||||
{
|
||||
if (visionTrain->objectName().isEmpty())
|
||||
visionTrain->setObjectName(QString::fromUtf8("visionTrain"));
|
||||
visionTrain->resize(1920, 980);
|
||||
visionTrain->setStyleSheet(QString::fromUtf8("#visionTrain{background-color: rgb(255, 255, 255);}\n"
|
||||
""));
|
||||
|
||||
retranslateUi(visionTrain);
|
||||
|
||||
QMetaObject::connectSlotsByName(visionTrain);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *visionTrain)
|
||||
{
|
||||
visionTrain->setWindowTitle(QCoreApplication::translate("visionTrain", "Form", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class visionTrain: public Ui_visionTrain {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_VISIONTRAIN_H
|
||||
Reference in New Issue
Block a user