171 lines
7.3 KiB
C
171 lines
7.3 KiB
C
|
/********************************************************************************
|
||
|
** 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
|