-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathui_endgamewidget.h
58 lines (46 loc) · 1.81 KB
/
ui_endgamewidget.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
/********************************************************************************
** Form generated from reading UI file 'endgamewidget.ui'
**
** Created by: Qt User Interface Compiler version 6.3.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_ENDGAMEWIDGET_H
#define UI_ENDGAMEWIDGET_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QLabel>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_EndGameWidget
{
public:
QLabel *label;
void setupUi(QWidget *EndGameWidget)
{
if (EndGameWidget->objectName().isEmpty())
EndGameWidget->setObjectName(QString::fromUtf8("EndGameWidget"));
EndGameWidget->resize(400, 300);
label = new QLabel(EndGameWidget);
label->setObjectName(QString::fromUtf8("label"));
label->setEnabled(true);
label->setGeometry(QRect(50, 50, 300, 200));
QFont font;
font.setPointSize(20);
font.setBold(true);
label->setFont(font);
label->setAlignment(Qt::AlignCenter);
retranslateUi(EndGameWidget);
QMetaObject::connectSlotsByName(EndGameWidget);
} // setupUi
void retranslateUi(QWidget *EndGameWidget)
{
EndGameWidget->setWindowTitle(QCoreApplication::translate("EndGameWidget", "Form", nullptr));
label->setText(QCoreApplication::translate("EndGameWidget", "\346\201\255\345\226\234\357\274\201\344\275\240\350\216\267\345\276\227\344\272\206\350\203\234\345\210\251", nullptr));
} // retranslateUi
};
namespace Ui {
class EndGameWidget: public Ui_EndGameWidget {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_ENDGAMEWIDGET_H