第一次上传
This commit is contained in:
55
MinGW64/ui_P10_IntelligentPage.h
Normal file
55
MinGW64/ui_P10_IntelligentPage.h
Normal file
@@ -0,0 +1,55 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'P10_IntelligentPage.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_P10_INTELLIGENTPAGE_H
|
||||
#define UI_P10_INTELLIGENTPAGE_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_P10_IntelligentPage
|
||||
{
|
||||
public:
|
||||
QLabel *label;
|
||||
|
||||
void setupUi(QWidget *P10_IntelligentPage)
|
||||
{
|
||||
if (P10_IntelligentPage->objectName().isEmpty())
|
||||
P10_IntelligentPage->setObjectName(QString::fromUtf8("P10_IntelligentPage"));
|
||||
P10_IntelligentPage->resize(1024, 576);
|
||||
label = new QLabel(P10_IntelligentPage);
|
||||
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(P10_IntelligentPage);
|
||||
|
||||
QMetaObject::connectSlotsByName(P10_IntelligentPage);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *P10_IntelligentPage)
|
||||
{
|
||||
P10_IntelligentPage->setWindowTitle(QCoreApplication::translate("P10_IntelligentPage", "Form", nullptr));
|
||||
label->setText(QCoreApplication::translate("P10_IntelligentPage", "\346\210\221\346\230\257\347\254\254 10 \351\241\265", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class P10_IntelligentPage: public Ui_P10_IntelligentPage {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_P10_INTELLIGENTPAGE_H
|
||||
Reference in New Issue
Block a user