-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui_frame.h
167 lines (131 loc) · 6.34 KB
/
ui_frame.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
/********************************************************************************
** Form generated from reading UI file 'frame.ui'
**
** Created: Sun May 6 14:23:43 2012
** by: Qt User Interface Compiler version 4.7.4
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_FRAME_H
#define UI_FRAME_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QCheckBox>
#include <QtGui/QComboBox>
#include <QtGui/QFrame>
#include <QtGui/QGridLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class Ui_PlayerCreator
{
public:
QWidget *layoutWidget;
QGridLayout *gridLayout;
QLabel *label_2;
QLabel *label;
QLabel *label_3;
QLineEdit *name1;
QComboBox *cb1;
QCheckBox *chk1;
QLineEdit *name2;
QComboBox *cb2;
QCheckBox *chk2;
QLineEdit *name3;
QComboBox *cb3;
QCheckBox *chk3;
void setupUi(QFrame *PlayerCreator)
{
if (PlayerCreator->objectName().isEmpty())
PlayerCreator->setObjectName(QString::fromUtf8("PlayerCreator"));
PlayerCreator->setWindowModality(Qt::WindowModal);
PlayerCreator->resize(362, 194);
QIcon icon;
icon.addFile(QString::fromUtf8("burnt-paper-vivid-light.jpg"), QSize(), QIcon::Normal, QIcon::Off);
PlayerCreator->setWindowIcon(icon);
PlayerCreator->setStyleSheet(QString::fromUtf8("background-image url(:/burnt-paper-vivid-light.jpg); background-repeat: repeat "));
PlayerCreator->setFrameShape(QFrame::StyledPanel);
PlayerCreator->setFrameShadow(QFrame::Raised);
layoutWidget = new QWidget(PlayerCreator);
layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
layoutWidget->setGeometry(QRect(10, 30, 312, 122));
gridLayout = new QGridLayout(layoutWidget);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
gridLayout->setContentsMargins(0, 0, 0, 0);
label_2 = new QLabel(layoutWidget);
label_2->setObjectName(QString::fromUtf8("label_2"));
gridLayout->addWidget(label_2, 0, 0, 1, 1);
label = new QLabel(layoutWidget);
label->setObjectName(QString::fromUtf8("label"));
gridLayout->addWidget(label, 0, 1, 1, 1);
label_3 = new QLabel(layoutWidget);
label_3->setObjectName(QString::fromUtf8("label_3"));
gridLayout->addWidget(label_3, 0, 2, 1, 1);
name1 = new QLineEdit(layoutWidget);
name1->setObjectName(QString::fromUtf8("name1"));
gridLayout->addWidget(name1, 1, 0, 1, 1);
cb1 = new QComboBox(layoutWidget);
cb1->setObjectName(QString::fromUtf8("cb1"));
gridLayout->addWidget(cb1, 1, 1, 1, 1);
chk1 = new QCheckBox(layoutWidget);
chk1->setObjectName(QString::fromUtf8("chk1"));
gridLayout->addWidget(chk1, 1, 2, 1, 1);
name2 = new QLineEdit(layoutWidget);
name2->setObjectName(QString::fromUtf8("name2"));
gridLayout->addWidget(name2, 2, 0, 1, 1);
cb2 = new QComboBox(layoutWidget);
cb2->setObjectName(QString::fromUtf8("cb2"));
gridLayout->addWidget(cb2, 2, 1, 1, 1);
chk2 = new QCheckBox(layoutWidget);
chk2->setObjectName(QString::fromUtf8("chk2"));
gridLayout->addWidget(chk2, 2, 2, 1, 1);
name3 = new QLineEdit(layoutWidget);
name3->setObjectName(QString::fromUtf8("name3"));
gridLayout->addWidget(name3, 3, 0, 1, 1);
cb3 = new QComboBox(layoutWidget);
cb3->setObjectName(QString::fromUtf8("cb3"));
gridLayout->addWidget(cb3, 3, 1, 1, 1);
chk3 = new QCheckBox(layoutWidget);
chk3->setObjectName(QString::fromUtf8("chk3"));
gridLayout->addWidget(chk3, 3, 2, 1, 1);
retranslateUi(PlayerCreator);
QMetaObject::connectSlotsByName(PlayerCreator);
} // setupUi
void retranslateUi(QFrame *PlayerCreator)
{
PlayerCreator->setWindowTitle(QApplication::translate("PlayerCreator", "\351\200\211\346\213\251\347\216\251\345\256\266", 0, QApplication::UnicodeUTF8));
label_2->setText(QApplication::translate("PlayerCreator", "\345\247\223\345\220\215", 0, QApplication::UnicodeUTF8));
label->setText(QApplication::translate("PlayerCreator", "\350\201\214\344\270\232", 0, QApplication::UnicodeUTF8));
label_3->setText(QApplication::translate("PlayerCreator", "\347\212\266\346\200\201", 0, QApplication::UnicodeUTF8));
cb1->clear();
cb1->insertItems(0, QStringList()
<< QApplication::translate("PlayerCreator", "\346\263\225\345\270\210", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("PlayerCreator", "\346\210\230\345\243\253", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("PlayerCreator", "\347\233\227\350\264\274", 0, QApplication::UnicodeUTF8)
);
chk1->setText(QApplication::translate("PlayerCreator", "\344\270\215\345\217\257\347\224\250", 0, QApplication::UnicodeUTF8));
cb2->clear();
cb2->insertItems(0, QStringList()
<< QApplication::translate("PlayerCreator", "\346\263\225\345\270\210", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("PlayerCreator", "\346\210\230\345\243\253", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("PlayerCreator", "\347\233\227\350\264\274", 0, QApplication::UnicodeUTF8)
);
chk2->setText(QApplication::translate("PlayerCreator", "\344\270\215\345\217\257\347\224\250", 0, QApplication::UnicodeUTF8));
cb3->clear();
cb3->insertItems(0, QStringList()
<< QApplication::translate("PlayerCreator", "\346\263\225\345\270\210", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("PlayerCreator", "\346\210\230\345\243\253", 0, QApplication::UnicodeUTF8)
<< QApplication::translate("PlayerCreator", "\347\233\227\350\264\274", 0, QApplication::UnicodeUTF8)
);
chk3->setText(QApplication::translate("PlayerCreator", "\344\270\215\345\217\257\347\224\250", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui {
class PlayerCreator: public Ui_PlayerCreator {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_FRAME_H