-
Notifications
You must be signed in to change notification settings - Fork 8
/
ui_editor.h
173 lines (135 loc) · 6.27 KB
/
ui_editor.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
168
169
170
171
172
173
/********************************************************************************
** Form generated from reading UI file 'editor.ui'
**
** Created: Wed Nov 30 00:42:45 2011
** by: Qt User Interface Compiler version 4.6.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_EDITOR_H
#define UI_EDITOR_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QDialog>
#include <QtGui/QGridLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLineEdit>
#include <QtGui/QPushButton>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class Ui_Editor
{
public:
QWidget *gridLayoutWidget;
QGridLayout *gridLayout;
QLineEdit *player1Name;
QLineEdit *player3Name;
QLineEdit *player2Name;
QLineEdit *player2Points;
QLineEdit *player1Points;
QLineEdit *player3Points;
QLineEdit *player4Name;
QLineEdit *player5Name;
QLineEdit *player6Name;
QLineEdit *player4Points;
QLineEdit *player5Points;
QLineEdit *player6Points;
QPushButton *save;
void setupUi(QDialog *Editor)
{
if (Editor->objectName().isEmpty())
Editor->setObjectName(QString::fromUtf8("Editor"));
Editor->resize(251, 280);
QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
sizePolicy.setHorizontalStretch(0);
sizePolicy.setVerticalStretch(0);
sizePolicy.setHeightForWidth(Editor->sizePolicy().hasHeightForWidth());
Editor->setSizePolicy(sizePolicy);
Editor->setMinimumSize(QSize(251, 170));
QIcon icon;
icon.addFile(QString::fromUtf8(""), QSize(), QIcon::Normal, QIcon::Off);
Editor->setWindowIcon(icon);
gridLayoutWidget = new QWidget(Editor);
gridLayoutWidget->setObjectName(QString::fromUtf8("gridLayoutWidget"));
gridLayoutWidget->setGeometry(QRect(10, 10, 231, 261));
gridLayout = new QGridLayout(gridLayoutWidget);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
gridLayout->setContentsMargins(0, 0, 0, 0);
player1Name = new QLineEdit(gridLayoutWidget);
player1Name->setObjectName(QString::fromUtf8("player1Name"));
player1Name->setMinimumSize(QSize(111, 27));
gridLayout->addWidget(player1Name, 0, 0, 1, 1);
player3Name = new QLineEdit(gridLayoutWidget);
player3Name->setObjectName(QString::fromUtf8("player3Name"));
player3Name->setMinimumSize(QSize(111, 27));
gridLayout->addWidget(player3Name, 3, 0, 1, 1);
player2Name = new QLineEdit(gridLayoutWidget);
player2Name->setObjectName(QString::fromUtf8("player2Name"));
player2Name->setMinimumSize(QSize(111, 27));
gridLayout->addWidget(player2Name, 1, 0, 1, 1);
player2Points = new QLineEdit(gridLayoutWidget);
player2Points->setObjectName(QString::fromUtf8("player2Points"));
player2Points->setMinimumSize(QSize(111, 27));
player2Points->setInputMethodHints(Qt::ImhDigitsOnly);
gridLayout->addWidget(player2Points, 1, 1, 1, 1);
player1Points = new QLineEdit(gridLayoutWidget);
player1Points->setObjectName(QString::fromUtf8("player1Points"));
player1Points->setMinimumSize(QSize(111, 27));
player1Points->setInputMethodHints(Qt::ImhDigitsOnly);
gridLayout->addWidget(player1Points, 0, 1, 1, 1);
player3Points = new QLineEdit(gridLayoutWidget);
player3Points->setObjectName(QString::fromUtf8("player3Points"));
player3Points->setMinimumSize(QSize(111, 27));
player3Points->setInputMethodHints(Qt::ImhDigitsOnly);
gridLayout->addWidget(player3Points, 3, 1, 1, 1);
player4Name = new QLineEdit(gridLayoutWidget);
player4Name->setObjectName(QString::fromUtf8("player4Name"));
player4Name->setMinimumSize(QSize(111, 27));
gridLayout->addWidget(player4Name, 4, 0, 1, 1);
player5Name = new QLineEdit(gridLayoutWidget);
player5Name->setObjectName(QString::fromUtf8("player5Name"));
player5Name->setMinimumSize(QSize(111, 27));
gridLayout->addWidget(player5Name, 5, 0, 1, 1);
player6Name = new QLineEdit(gridLayoutWidget);
player6Name->setObjectName(QString::fromUtf8("player6Name"));
player6Name->setMinimumSize(QSize(111, 27));
gridLayout->addWidget(player6Name, 6, 0, 1, 1);
player4Points = new QLineEdit(gridLayoutWidget);
player4Points->setObjectName(QString::fromUtf8("player4Points"));
player4Points->setMinimumSize(QSize(111, 27));
player4Points->setInputMethodHints(Qt::ImhDigitsOnly);
gridLayout->addWidget(player4Points, 4, 1, 1, 1);
player5Points = new QLineEdit(gridLayoutWidget);
player5Points->setObjectName(QString::fromUtf8("player5Points"));
player5Points->setMinimumSize(QSize(111, 27));
player5Points->setInputMethodHints(Qt::ImhDigitsOnly);
gridLayout->addWidget(player5Points, 5, 1, 1, 1);
player6Points = new QLineEdit(gridLayoutWidget);
player6Points->setObjectName(QString::fromUtf8("player6Points"));
player6Points->setMinimumSize(QSize(111, 27));
player6Points->setInputMethodHints(Qt::ImhDigitsOnly);
gridLayout->addWidget(player6Points, 6, 1, 1, 1);
save = new QPushButton(gridLayoutWidget);
save->setObjectName(QString::fromUtf8("save"));
QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Fixed);
sizePolicy1.setHorizontalStretch(0);
sizePolicy1.setVerticalStretch(0);
sizePolicy1.setHeightForWidth(save->sizePolicy().hasHeightForWidth());
save->setSizePolicy(sizePolicy1);
gridLayout->addWidget(save, 7, 0, 1, 2);
retranslateUi(Editor);
QMetaObject::connectSlotsByName(Editor);
} // setupUi
void retranslateUi(QDialog *Editor)
{
Editor->setWindowTitle(QApplication::translate("Editor", "Editor", 0, QApplication::UnicodeUTF8));
save->setText(QApplication::translate("Editor", "Save", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui {
class Editor: public Ui_Editor {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_EDITOR_H