代码拉取完成,页面将自动刷新
/********************************************************************************
** Form generated from reading UI file 'photoreg.ui'
**
** Created by: Qt User Interface Compiler version 5.12.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_PHOTOREG_H
#define UI_PHOTOREG_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_PhotoReg
{
public:
QWidget *widget_2;
QPushButton *pushButton;
QLabel *label_2;
void setupUi(QWidget *PhotoReg)
{
if (PhotoReg->objectName().isEmpty())
PhotoReg->setObjectName(QString::fromUtf8("PhotoReg"));
PhotoReg->resize(1080, 1920);
PhotoReg->setStyleSheet(QString::fromUtf8("background-color: rgb(0, 0, 0);"));
widget_2 = new QWidget(PhotoReg);
widget_2->setObjectName(QString::fromUtf8("widget_2"));
widget_2->setGeometry(QRect(0, 0, 1080, 109));
widget_2->setStyleSheet(QString::fromUtf8("background-color: rgb(67,67,67);"));
pushButton = new QPushButton(widget_2);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
pushButton->setGeometry(QRect(60, 20, 70, 70));
pushButton->setStyleSheet(QString::fromUtf8("border-image: url(:/image/ButtonBack.png);"));
label_2 = new QLabel(widget_2);
label_2->setObjectName(QString::fromUtf8("label_2"));
label_2->setGeometry(QRect(463, 20, 153, 73));
label_2->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
"font: 30px\"Ubuntu\";\n"
"font:bold;"));
retranslateUi(PhotoReg);
QMetaObject::connectSlotsByName(PhotoReg);
} // setupUi
void retranslateUi(QWidget *PhotoReg)
{
PhotoReg->setWindowTitle(QApplication::translate("PhotoReg", "Form", nullptr));
pushButton->setText(QString());
label_2->setText(QApplication::translate("PhotoReg", "<html><head/><body><p align=\"center\">\346\213\215\347\205\247\345\275\225\345\205\245</p></body></html>", nullptr));
} // retranslateUi
};
namespace Ui {
class PhotoReg: public Ui_PhotoReg {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_PHOTOREG_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。