/******************************************************************************** ** 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 #include #include #include QT_BEGIN_NAMESPACE class Ui_P07_CylinderPage { public: QLabel *label; void setupUi(QWidget *P07_CylinderPage) { if (P07_CylinderPage->objectName().isEmpty()) P07_CylinderPage->setObjectName(QString::fromUtf8("P07_CylinderPage")); P07_CylinderPage->resize(1024, 576); label = new QLabel(P07_CylinderPage); 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(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", "\346\210\221\346\230\257\347\254\254 7 \351\241\265", nullptr)); } // retranslateUi }; namespace Ui { class P07_CylinderPage: public Ui_P07_CylinderPage {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_P07_CYLINDERPAGE_H