代码拉取完成,页面将自动刷新
/********************************************************************************
** Form generated from reading UI file 'exportprogress.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_EXPORTPROGRESS_H
#define UI_EXPORTPROGRESS_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QLabel>
#include <QtWidgets/QProgressBar>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_ExportProgress
{
public:
QProgressBar *progressBar;
QLabel *Info;
QLabel *Pic;
QPushButton *Stop;
QPushButton *RetryButton;
QPushButton *Quite;
QWidget *widget;
void setupUi(QWidget *ExportProgress)
{
if (ExportProgress->objectName().isEmpty())
ExportProgress->setObjectName(QString::fromUtf8("ExportProgress"));
ExportProgress->resize(1080, 800);
ExportProgress->setStyleSheet(QString::fromUtf8("background-color: rgb(46, 52, 54);"));
progressBar = new QProgressBar(ExportProgress);
progressBar->setObjectName(QString::fromUtf8("progressBar"));
progressBar->setGeometry(QRect(140, 300, 761, 41));
QFont font;
font.setPointSize(27);
progressBar->setFont(font);
progressBar->setValue(24);
progressBar->setAlignment(Qt::AlignCenter);
Info = new QLabel(ExportProgress);
Info->setObjectName(QString::fromUtf8("Info"));
Info->setGeometry(QRect(310, 160, 541, 81));
QFont font1;
font1.setPointSize(32);
Info->setFont(font1);
Info->setStyleSheet(QString::fromUtf8("color: rgb(46, 52, 54);"));
Pic = new QLabel(ExportProgress);
Pic->setObjectName(QString::fromUtf8("Pic"));
Pic->setGeometry(QRect(190, 160, 101, 81));
Pic->setFont(font1);
Pic->setStyleSheet(QString::fromUtf8("color: rgb(46, 52, 54);\n"
"image: url(:/image/SettingSucess.png);"));
Stop = new QPushButton(ExportProgress);
Stop->setObjectName(QString::fromUtf8("Stop"));
Stop->setGeometry(QRect(460, 450, 170, 55));
Stop->setStyleSheet(QString::fromUtf8("background-color: rgb(251, 160, 57);\n"
"border:2px solid rgb(251, 160, 57);\n"
"font: 24px\"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(255, 255, 255);"));
RetryButton = new QPushButton(ExportProgress);
RetryButton->setObjectName(QString::fromUtf8("RetryButton"));
RetryButton->setGeometry(QRect(270, 450, 170, 55));
RetryButton->setStyleSheet(QString::fromUtf8("background-color: rgb(251, 160, 57);\n"
"border:2px solid rgb(251, 160, 57);\n"
"font: 24px\"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(255, 255, 255);"));
Quite = new QPushButton(ExportProgress);
Quite->setObjectName(QString::fromUtf8("Quite"));
Quite->setGeometry(QRect(650, 450, 170, 55));
Quite->setStyleSheet(QString::fromUtf8("background-color: rgb(251, 160, 57);\n"
"border:2px solid rgb(251, 160, 57);\n"
"font: 24px\"Ubuntu\";\n"
"font:bold;\n"
"color: rgb(255, 255, 255);"));
widget = new QWidget(ExportProgress);
widget->setObjectName(QString::fromUtf8("widget"));
widget->setGeometry(QRect(0, 0, 1080, 800));
widget->setStyleSheet(QString::fromUtf8("background-color: rgb(0,0,0);"));
widget->raise();
progressBar->raise();
Info->raise();
Pic->raise();
Stop->raise();
RetryButton->raise();
Quite->raise();
retranslateUi(ExportProgress);
QMetaObject::connectSlotsByName(ExportProgress);
} // setupUi
void retranslateUi(QWidget *ExportProgress)
{
ExportProgress->setWindowTitle(QApplication::translate("ExportProgress", "Form", nullptr));
Info->setText(QString());
Pic->setText(QString());
Stop->setText(QApplication::translate("ExportProgress", "\344\270\255\346\255\242", nullptr));
RetryButton->setText(QApplication::translate("ExportProgress", "\351\207\215\350\257\225", nullptr));
Quite->setText(QApplication::translate("ExportProgress", "\350\277\224\345\233\236", nullptr));
} // retranslateUi
};
namespace Ui {
class ExportProgress: public Ui_ExportProgress {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_EXPORTPROGRESS_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。