-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathui_MessageDialog.h
92 lines (72 loc) · 3.01 KB
/
ui_MessageDialog.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
/********************************************************************************
** Form generated from reading UI file 'MessageDialog.ui'
**
** Created by: Qt User Interface Compiler version 5.4.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_MESSAGEDIALOG_H
#define UI_MESSAGEDIALOG_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QDialog>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QProgressBar>
#include <QtWidgets/QSpacerItem>
QT_BEGIN_NAMESPACE
class Ui_MessageDialog
{
public:
QGridLayout *gridLayout;
QLabel *label_Progress;
QProgressBar *progressBar_Load;
QSpacerItem *verticalSpacer;
QSpacerItem *verticalSpacer_2;
void setupUi(QDialog *MessageDialog)
{
if (MessageDialog->objectName().isEmpty())
MessageDialog->setObjectName(QStringLiteral("MessageDialog"));
MessageDialog->resize(400, 194);
gridLayout = new QGridLayout(MessageDialog);
gridLayout->setObjectName(QStringLiteral("gridLayout"));
gridLayout->setVerticalSpacing(20);
label_Progress = new QLabel(MessageDialog);
label_Progress->setObjectName(QStringLiteral("label_Progress"));
label_Progress->setMinimumSize(QSize(0, 30));
label_Progress->setMaximumSize(QSize(16777215, 30));
QFont font;
font.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
font.setPointSize(12);
label_Progress->setFont(font);
gridLayout->addWidget(label_Progress, 1, 0, 1, 1);
progressBar_Load = new QProgressBar(MessageDialog);
progressBar_Load->setObjectName(QStringLiteral("progressBar_Load"));
progressBar_Load->setFont(font);
progressBar_Load->setValue(24);
gridLayout->addWidget(progressBar_Load, 2, 0, 1, 1);
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
gridLayout->addItem(verticalSpacer, 3, 0, 1, 1);
verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
gridLayout->addItem(verticalSpacer_2, 0, 0, 1, 1);
gridLayout->setRowStretch(0, 1);
gridLayout->setRowStretch(1, 3);
gridLayout->setRowStretch(2, 3);
gridLayout->setRowStretch(3, 1);
retranslateUi(MessageDialog);
QMetaObject::connectSlotsByName(MessageDialog);
} // setupUi
void retranslateUi(QDialog *MessageDialog)
{
MessageDialog->setWindowTitle(QApplication::translate("MessageDialog", "Dialog", 0));
label_Progress->setText(QApplication::translate("MessageDialog", "TextLabel", 0));
} // retranslateUi
};
namespace Ui {
class MessageDialog: public Ui_MessageDialog {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_MESSAGEDIALOG_H