67 lines
2.4 KiB
C++
67 lines
2.4 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'P07_CylinderPage.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_P07_CYLINDERPAGE_H
|
|
#define UI_P07_CYLINDERPAGE_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_P07_CylinderPage
|
|
{
|
|
public:
|
|
QLabel *label;
|
|
QLabel *label_29;
|
|
|
|
void setupUi(QWidget *P07_CylinderPage)
|
|
{
|
|
if (P07_CylinderPage->objectName().isEmpty())
|
|
P07_CylinderPage->setObjectName(QString::fromUtf8("P07_CylinderPage"));
|
|
P07_CylinderPage->resize(1024, 576);
|
|
P07_CylinderPage->setMinimumSize(QSize(1024, 576));
|
|
label = new QLabel(P07_CylinderPage);
|
|
label->setObjectName(QString::fromUtf8("label"));
|
|
label->setGeometry(QRect(-30, 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(P07_CylinderPage);
|
|
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(P07_CylinderPage);
|
|
|
|
QMetaObject::connectSlotsByName(P07_CylinderPage);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *P07_CylinderPage)
|
|
{
|
|
P07_CylinderPage->setWindowTitle(QCoreApplication::translate("P07_CylinderPage", "Form", nullptr));
|
|
label->setText(QCoreApplication::translate("P07_CylinderPage", "\345\244\207\347\224\250\347\224\265\346\234\272\344\270\272\346\266\262\345\216\213\346\216\247\345\210\266", nullptr));
|
|
label_29->setText(QString());
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class P07_CylinderPage: public Ui_P07_CylinderPage {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_P07_CYLINDERPAGE_H
|