125 lines
5.6 KiB
C
125 lines
5.6 KiB
C
|
/********************************************************************************
|
||
|
** 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
|