72 lines
2.6 KiB
C++
72 lines
2.6 KiB
C++
/********************************************************************************
|
|
** 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
|