-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui_splash.h
61 lines (49 loc) · 1.8 KB
/
ui_splash.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/********************************************************************************
** Form generated from reading UI file 'splash.ui'
**
** Created by: Qt User Interface Compiler version 5.12.12
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_SPLASH_H
#define UI_SPLASH_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QLabel>
#include <QtWidgets/QProgressBar>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_Splash
{
public:
QLabel *label;
QProgressBar *progressBar;
void setupUi(QWidget *Splash)
{
if (Splash->objectName().isEmpty())
Splash->setObjectName(QString::fromUtf8("Splash"));
Splash->resize(559, 339);
label = new QLabel(Splash);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(110, 80, 371, 131));
QFont font;
font.setPointSize(48);
label->setFont(font);
progressBar = new QProgressBar(Splash);
progressBar->setObjectName(QString::fromUtf8("progressBar"));
progressBar->setGeometry(QRect(30, 300, 501, 23));
progressBar->setValue(0);
retranslateUi(Splash);
QMetaObject::connectSlotsByName(Splash);
} // setupUi
void retranslateUi(QWidget *Splash)
{
Splash->setWindowTitle(QApplication::translate("Splash", "Form", nullptr));
label->setText(QApplication::translate("Splash", "\346\225\260\346\215\256\345\212\240\350\275\275\344\270\255...", nullptr));
} // retranslateUi
};
namespace Ui {
class Splash: public Ui_Splash {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_SPLASH_H