102 lines
4.6 KiB
C++
102 lines
4.6 KiB
C++
/********************************************************************************
|
|
** 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
|