代码拉取完成,页面将自动刷新
/********************************************************************************
** Form generated from reading UI file 'bootscreen.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_BOOTSCREEN_H
#define UI_BOOTSCREEN_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QLabel>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_BootScreen
{
public:
QWidget *widget;
QLabel *LoadingLabel;
void setupUi(QWidget *BootScreen)
{
if (BootScreen->objectName().isEmpty())
BootScreen->setObjectName(QString::fromUtf8("BootScreen"));
BootScreen->resize(1080, 1920);
BootScreen->setStyleSheet(QString::fromUtf8(""));
widget = new QWidget(BootScreen);
widget->setObjectName(QString::fromUtf8("widget"));
widget->setGeometry(QRect(0, 0, 1080, 1920));
widget->setStyleSheet(QString::fromUtf8("image: url(:/image/BootPic.bmp);"));
LoadingLabel = new QLabel(widget);
LoadingLabel->setObjectName(QString::fromUtf8("LoadingLabel"));
LoadingLabel->setGeometry(QRect(450, 790, 200, 200));
LoadingLabel->setStyleSheet(QString::fromUtf8("image: url(:/image/Transparent.png);\n"
"background-color: rgba(255, 255, 255,0);"));
retranslateUi(BootScreen);
QMetaObject::connectSlotsByName(BootScreen);
} // setupUi
void retranslateUi(QWidget *BootScreen)
{
BootScreen->setWindowTitle(QApplication::translate("BootScreen", "Form", nullptr));
LoadingLabel->setText(QString());
} // retranslateUi
};
namespace Ui {
class BootScreen: public Ui_BootScreen {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_BOOTSCREEN_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。