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