2024-11-25 17:15:44 +08:00
|
|
|
/********************************************************************************
|
|
|
|
** 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>
|
2024-11-29 17:47:45 +08:00
|
|
|
#include <QtQuickWidgets/QQuickWidget>
|
2024-11-25 17:15:44 +08:00
|
|
|
#include <QtWidgets/QApplication>
|
2024-11-29 17:47:45 +08:00
|
|
|
#include <QtWidgets/QHBoxLayout>
|
2024-11-25 17:15:44 +08:00
|
|
|
#include <QtWidgets/QWidget>
|
|
|
|
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
|
|
|
|
class Ui_eyeTrainWidget
|
|
|
|
{
|
|
|
|
public:
|
2024-11-29 17:47:45 +08:00
|
|
|
QHBoxLayout *horizontalLayout_2;
|
|
|
|
QHBoxLayout *horizontalLayout;
|
|
|
|
QQuickWidget *quickWidget;
|
2024-11-25 17:15:44 +08:00
|
|
|
|
|
|
|
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);"));
|
2024-11-29 17:47:45 +08:00
|
|
|
horizontalLayout_2 = new QHBoxLayout(eyeTrainWidget);
|
|
|
|
horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
|
|
|
|
horizontalLayout_2->setContentsMargins(0, 0, 0, 0);
|
|
|
|
horizontalLayout = new QHBoxLayout();
|
|
|
|
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
|
|
|
|
quickWidget = new QQuickWidget(eyeTrainWidget);
|
|
|
|
quickWidget->setObjectName(QString::fromUtf8("quickWidget"));
|
|
|
|
quickWidget->setResizeMode(QQuickWidget::SizeRootObjectToView);
|
|
|
|
quickWidget->setSource(QUrl(QString::fromUtf8("qrc:/DependFile/QML/Ssvep.qml")));
|
|
|
|
|
|
|
|
horizontalLayout->addWidget(quickWidget);
|
|
|
|
|
|
|
|
|
|
|
|
horizontalLayout_2->addLayout(horizontalLayout);
|
|
|
|
|
2024-11-25 17:15:44 +08:00
|
|
|
|
|
|
|
retranslateUi(eyeTrainWidget);
|
|
|
|
|
|
|
|
QMetaObject::connectSlotsByName(eyeTrainWidget);
|
|
|
|
} // setupUi
|
|
|
|
|
|
|
|
void retranslateUi(QWidget *eyeTrainWidget)
|
|
|
|
{
|
|
|
|
eyeTrainWidget->setWindowTitle(QCoreApplication::translate("eyeTrainWidget", "Form", nullptr));
|
|
|
|
} // retranslateUi
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
namespace Ui {
|
|
|
|
class eyeTrainWidget: public Ui_eyeTrainWidget {};
|
|
|
|
} // namespace Ui
|
|
|
|
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
|
|
|
|
#endif // UI_EYETRAINWIDGET_H
|