UpLowLimp/ZBD_IIIDL_S_Project/build20241115/UI/ui_festotalparamdialog.h

139 lines
5.9 KiB
C
Raw Normal View History

2024-11-25 17:15:44 +08:00
/********************************************************************************
** 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