57 lines
1.7 KiB
C
57 lines
1.7 KiB
C
|
|
/********************************************************************************
|
||
|
|
** Form generated from reading UI file 'P13_InsPage.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_P13_INSPAGE_H
|
||
|
|
#define UI_P13_INSPAGE_H
|
||
|
|
|
||
|
|
#include <QtCore/QVariant>
|
||
|
|
#include <QtWidgets/QApplication>
|
||
|
|
#include <QtWidgets/QLabel>
|
||
|
|
#include <QtWidgets/QWidget>
|
||
|
|
|
||
|
|
QT_BEGIN_NAMESPACE
|
||
|
|
|
||
|
|
class Ui_P13_InsPage
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
QLabel *label;
|
||
|
|
|
||
|
|
void setupUi(QWidget *P13_InsPage)
|
||
|
|
{
|
||
|
|
if (P13_InsPage->objectName().isEmpty())
|
||
|
|
P13_InsPage->setObjectName(QString::fromUtf8("P13_InsPage"));
|
||
|
|
P13_InsPage->resize(1024, 576);
|
||
|
|
P13_InsPage->setMinimumSize(QSize(1024, 576));
|
||
|
|
label = new QLabel(P13_InsPage);
|
||
|
|
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(P13_InsPage);
|
||
|
|
|
||
|
|
QMetaObject::connectSlotsByName(P13_InsPage);
|
||
|
|
} // setupUi
|
||
|
|
|
||
|
|
void retranslateUi(QWidget *P13_InsPage)
|
||
|
|
{
|
||
|
|
P13_InsPage->setWindowTitle(QCoreApplication::translate("P13_InsPage", "Form", nullptr));
|
||
|
|
label->setText(QCoreApplication::translate("P13_InsPage", "\346\210\221\346\230\257\347\254\254 13 \351\241\265", nullptr));
|
||
|
|
} // retranslateUi
|
||
|
|
|
||
|
|
};
|
||
|
|
|
||
|
|
namespace Ui {
|
||
|
|
class P13_InsPage: public Ui_P13_InsPage {};
|
||
|
|
} // namespace Ui
|
||
|
|
|
||
|
|
QT_END_NAMESPACE
|
||
|
|
|
||
|
|
#endif // UI_P13_INSPAGE_H
|