Files
EJM_Display/MinGW64/ui_P16_SettingPage.h
2025-09-28 17:14:34 +08:00

67 lines
2.3 KiB
C++

/********************************************************************************
** Form generated from reading UI file 'P16_SettingPage.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_P16_SETTINGPAGE_H
#define UI_P16_SETTINGPAGE_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QLabel>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_P16_SettingPage
{
public:
QLabel *label;
QLabel *label_29;
void setupUi(QWidget *P16_SettingPage)
{
if (P16_SettingPage->objectName().isEmpty())
P16_SettingPage->setObjectName(QString::fromUtf8("P16_SettingPage"));
P16_SettingPage->resize(1024, 576);
P16_SettingPage->setMinimumSize(QSize(1024, 576));
label = new QLabel(P16_SettingPage);
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);
label_29 = new QLabel(P16_SettingPage);
label_29->setObjectName(QString::fromUtf8("label_29"));
label_29->setGeometry(QRect(0, 0, 1024, 576));
label_29->setMinimumSize(QSize(1024, 576));
label_29->setMaximumSize(QSize(1024, 576));
label_29->setStyleSheet(QString::fromUtf8("border-image: url(:/Frames/Frames/Main.png);"));
label_29->raise();
label->raise();
retranslateUi(P16_SettingPage);
QMetaObject::connectSlotsByName(P16_SettingPage);
} // setupUi
void retranslateUi(QWidget *P16_SettingPage)
{
P16_SettingPage->setWindowTitle(QCoreApplication::translate("P16_SettingPage", "Form", nullptr));
label->setText(QCoreApplication::translate("P16_SettingPage", "\346\210\221\346\230\257\347\254\254 16 \351\241\265", nullptr));
label_29->setText(QString());
} // retranslateUi
};
namespace Ui {
class P16_SettingPage: public Ui_P16_SettingPage {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_P16_SETTINGPAGE_H