Files
EJM_Display/unknown/ui_P501_LoaderPage.h
2025-08-20 23:06:28 +08:00

56 lines
1.7 KiB
C++

/********************************************************************************
** Form generated from reading UI file 'P501_LoaderPage.ui'
**
** Created by: Qt User Interface Compiler version 5.14.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_P501_LOADERPAGE_H
#define UI_P501_LOADERPAGE_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QLabel>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_P501_LoaderPage
{
public:
QLabel *label;
void setupUi(QWidget *P501_LoaderPage)
{
if (P501_LoaderPage->objectName().isEmpty())
P501_LoaderPage->setObjectName(QString::fromUtf8("P501_LoaderPage"));
P501_LoaderPage->resize(1024, 576);
label = new QLabel(P501_LoaderPage);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(0, 0, 1024, 90));
label->setStyleSheet(QString::fromUtf8("font: 87 48pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
"color: rgb(0, 255, 0);"));
label->setAlignment(Qt::AlignCenter);
retranslateUi(P501_LoaderPage);
QMetaObject::connectSlotsByName(P501_LoaderPage);
} // setupUi
void retranslateUi(QWidget *P501_LoaderPage)
{
P501_LoaderPage->setWindowTitle(QCoreApplication::translate("P501_LoaderPage", "Form", nullptr));
label->setText(QCoreApplication::translate("P501_LoaderPage", "\346\210\221\346\230\257\347\254\254 501 \351\241\265", nullptr));
} // retranslateUi
};
namespace Ui {
class P501_LoaderPage: public Ui_P501_LoaderPage {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_P501_LOADERPAGE_H