| 98 |
- |
1 |
/********************************************************************************
|
|
|
2 |
** Form generated from reading UI file 'qmconfigure.ui'
|
|
|
3 |
**
|
| 99 |
david |
4 |
** Created: Mon 21. Jun 13:14:15 2010
|
|
|
5 |
** by: Qt User Interface Compiler version 4.6.2
|
| 98 |
- |
6 |
**
|
|
|
7 |
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
|
8 |
********************************************************************************/
|
|
|
9 |
|
|
|
10 |
#ifndef UI_QMCONFIGURE_H
|
|
|
11 |
#define UI_QMCONFIGURE_H
|
|
|
12 |
|
|
|
13 |
#include <QtCore/QVariant>
|
|
|
14 |
#include <QtGui/QAction>
|
|
|
15 |
#include <QtGui/QApplication>
|
|
|
16 |
#include <QtGui/QButtonGroup>
|
|
|
17 |
#include <QtGui/QDialogButtonBox>
|
|
|
18 |
#include <QtGui/QGroupBox>
|
|
|
19 |
#include <QtGui/QHeaderView>
|
|
|
20 |
#include <QtGui/QLineEdit>
|
|
|
21 |
#include <QtGui/QSpinBox>
|
|
|
22 |
#include <QtGui/QVBoxLayout>
|
|
|
23 |
#include <QtGui/QWidget>
|
|
|
24 |
|
|
|
25 |
QT_BEGIN_NAMESPACE
|
|
|
26 |
|
|
|
27 |
class Ui_QmConfigure
|
|
|
28 |
{
|
|
|
29 |
public:
|
|
|
30 |
QLineEdit *eventName;
|
|
|
31 |
QDialogButtonBox *buttonBox;
|
|
|
32 |
QGroupBox *groupBox;
|
|
|
33 |
QWidget *verticalLayoutWidget;
|
|
|
34 |
QVBoxLayout *verticalLayout;
|
|
|
35 |
QLineEdit *legName1;
|
|
|
36 |
QLineEdit *legName2;
|
|
|
37 |
QLineEdit *legName3;
|
|
|
38 |
QLineEdit *legName4;
|
|
|
39 |
QLineEdit *legName5;
|
| 99 |
david |
40 |
QGroupBox *groupBox_2;
|
|
|
41 |
QSpinBox *spinBox_6u;
|
|
|
42 |
QSpinBox *spinBox_2l;
|
|
|
43 |
QSpinBox *spinBox_3u;
|
|
|
44 |
QSpinBox *spinBox_7l;
|
|
|
45 |
QSpinBox *spinBox_6l;
|
|
|
46 |
QSpinBox *spinBox_5u;
|
|
|
47 |
QSpinBox *spinBox_2u;
|
|
|
48 |
QSpinBox *spinBox_7u;
|
|
|
49 |
QSpinBox *spinBox_1l;
|
|
|
50 |
QSpinBox *spinBox_3l;
|
|
|
51 |
QSpinBox *spinBox_8l;
|
|
|
52 |
QSpinBox *spinBox_8u;
|
|
|
53 |
QSpinBox *spinBox_4u;
|
|
|
54 |
QSpinBox *spinBox_4l;
|
|
|
55 |
QSpinBox *spinBox_1u;
|
|
|
56 |
QSpinBox *spinBox_5l;
|
| 98 |
- |
57 |
|
|
|
58 |
void setupUi(QWidget *QmConfigure)
|
|
|
59 |
{
|
|
|
60 |
if (QmConfigure->objectName().isEmpty())
|
|
|
61 |
QmConfigure->setObjectName(QString::fromUtf8("QmConfigure"));
|
| 99 |
david |
62 |
QmConfigure->resize(415, 323);
|
| 98 |
- |
63 |
eventName = new QLineEdit(QmConfigure);
|
|
|
64 |
eventName->setObjectName(QString::fromUtf8("eventName"));
|
|
|
65 |
eventName->setGeometry(QRect(10, 10, 331, 20));
|
|
|
66 |
buttonBox = new QDialogButtonBox(QmConfigure);
|
|
|
67 |
buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
|
| 99 |
david |
68 |
buttonBox->setGeometry(QRect(240, 290, 156, 23));
|
| 98 |
- |
69 |
buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
|
|
|
70 |
groupBox = new QGroupBox(QmConfigure);
|
|
|
71 |
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
|
|
72 |
groupBox->setGeometry(QRect(10, 40, 171, 161));
|
|
|
73 |
verticalLayoutWidget = new QWidget(groupBox);
|
|
|
74 |
verticalLayoutWidget->setObjectName(QString::fromUtf8("verticalLayoutWidget"));
|
|
|
75 |
verticalLayoutWidget->setGeometry(QRect(9, 14, 151, 141));
|
|
|
76 |
verticalLayout = new QVBoxLayout(verticalLayoutWidget);
|
|
|
77 |
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
|
|
|
78 |
verticalLayout->setContentsMargins(0, 0, 0, 0);
|
|
|
79 |
legName1 = new QLineEdit(verticalLayoutWidget);
|
|
|
80 |
legName1->setObjectName(QString::fromUtf8("legName1"));
|
|
|
81 |
|
|
|
82 |
verticalLayout->addWidget(legName1);
|
|
|
83 |
|
|
|
84 |
legName2 = new QLineEdit(verticalLayoutWidget);
|
|
|
85 |
legName2->setObjectName(QString::fromUtf8("legName2"));
|
|
|
86 |
|
|
|
87 |
verticalLayout->addWidget(legName2);
|
|
|
88 |
|
|
|
89 |
legName3 = new QLineEdit(verticalLayoutWidget);
|
|
|
90 |
legName3->setObjectName(QString::fromUtf8("legName3"));
|
|
|
91 |
|
|
|
92 |
verticalLayout->addWidget(legName3);
|
|
|
93 |
|
|
|
94 |
legName4 = new QLineEdit(verticalLayoutWidget);
|
|
|
95 |
legName4->setObjectName(QString::fromUtf8("legName4"));
|
|
|
96 |
|
|
|
97 |
verticalLayout->addWidget(legName4);
|
|
|
98 |
|
|
|
99 |
legName5 = new QLineEdit(verticalLayoutWidget);
|
|
|
100 |
legName5->setObjectName(QString::fromUtf8("legName5"));
|
|
|
101 |
|
|
|
102 |
verticalLayout->addWidget(legName5);
|
|
|
103 |
|
| 99 |
david |
104 |
groupBox_2 = new QGroupBox(QmConfigure);
|
|
|
105 |
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
|
|
106 |
groupBox_2->setGeometry(QRect(10, 200, 401, 80));
|
|
|
107 |
spinBox_6u = new QSpinBox(groupBox_2);
|
|
|
108 |
spinBox_6u->setObjectName(QString::fromUtf8("spinBox_6u"));
|
|
|
109 |
spinBox_6u->setGeometry(QRect(160, 50, 40, 22));
|
|
|
110 |
spinBox_6u->setMaximum(999);
|
|
|
111 |
spinBox_2l = new QSpinBox(groupBox_2);
|
|
|
112 |
spinBox_2l->setObjectName(QString::fromUtf8("spinBox_2l"));
|
|
|
113 |
spinBox_2l->setGeometry(QRect(110, 20, 40, 22));
|
|
|
114 |
spinBox_2l->setMaximum(999);
|
|
|
115 |
spinBox_3u = new QSpinBox(groupBox_2);
|
|
|
116 |
spinBox_3u->setObjectName(QString::fromUtf8("spinBox_3u"));
|
|
|
117 |
spinBox_3u->setGeometry(QRect(260, 20, 40, 22));
|
|
|
118 |
spinBox_3u->setMaximum(999);
|
|
|
119 |
spinBox_7l = new QSpinBox(groupBox_2);
|
|
|
120 |
spinBox_7l->setObjectName(QString::fromUtf8("spinBox_7l"));
|
|
|
121 |
spinBox_7l->setGeometry(QRect(210, 50, 40, 22));
|
|
|
122 |
spinBox_7l->setMaximum(999);
|
|
|
123 |
spinBox_6l = new QSpinBox(groupBox_2);
|
|
|
124 |
spinBox_6l->setObjectName(QString::fromUtf8("spinBox_6l"));
|
|
|
125 |
spinBox_6l->setGeometry(QRect(110, 50, 40, 22));
|
|
|
126 |
spinBox_6l->setMaximum(999);
|
|
|
127 |
spinBox_5u = new QSpinBox(groupBox_2);
|
|
|
128 |
spinBox_5u->setObjectName(QString::fromUtf8("spinBox_5u"));
|
|
|
129 |
spinBox_5u->setGeometry(QRect(60, 50, 40, 22));
|
|
|
130 |
spinBox_5u->setMaximum(999);
|
|
|
131 |
spinBox_2u = new QSpinBox(groupBox_2);
|
|
|
132 |
spinBox_2u->setObjectName(QString::fromUtf8("spinBox_2u"));
|
|
|
133 |
spinBox_2u->setGeometry(QRect(160, 20, 40, 22));
|
|
|
134 |
spinBox_2u->setMaximum(999);
|
|
|
135 |
spinBox_7u = new QSpinBox(groupBox_2);
|
|
|
136 |
spinBox_7u->setObjectName(QString::fromUtf8("spinBox_7u"));
|
|
|
137 |
spinBox_7u->setGeometry(QRect(260, 50, 40, 22));
|
|
|
138 |
spinBox_7u->setMaximum(999);
|
|
|
139 |
spinBox_1l = new QSpinBox(groupBox_2);
|
|
|
140 |
spinBox_1l->setObjectName(QString::fromUtf8("spinBox_1l"));
|
|
|
141 |
spinBox_1l->setGeometry(QRect(10, 20, 40, 22));
|
|
|
142 |
spinBox_1l->setMaximum(999);
|
|
|
143 |
spinBox_3l = new QSpinBox(groupBox_2);
|
|
|
144 |
spinBox_3l->setObjectName(QString::fromUtf8("spinBox_3l"));
|
|
|
145 |
spinBox_3l->setGeometry(QRect(210, 20, 40, 22));
|
|
|
146 |
spinBox_3l->setMaximum(999);
|
|
|
147 |
spinBox_8l = new QSpinBox(groupBox_2);
|
|
|
148 |
spinBox_8l->setObjectName(QString::fromUtf8("spinBox_8l"));
|
|
|
149 |
spinBox_8l->setGeometry(QRect(310, 50, 40, 22));
|
|
|
150 |
spinBox_8l->setMaximum(999);
|
|
|
151 |
spinBox_8u = new QSpinBox(groupBox_2);
|
|
|
152 |
spinBox_8u->setObjectName(QString::fromUtf8("spinBox_8u"));
|
|
|
153 |
spinBox_8u->setGeometry(QRect(360, 50, 40, 22));
|
|
|
154 |
spinBox_8u->setMaximum(999);
|
|
|
155 |
spinBox_4u = new QSpinBox(groupBox_2);
|
|
|
156 |
spinBox_4u->setObjectName(QString::fromUtf8("spinBox_4u"));
|
|
|
157 |
spinBox_4u->setGeometry(QRect(360, 20, 40, 22));
|
|
|
158 |
spinBox_4u->setMaximum(999);
|
|
|
159 |
spinBox_4l = new QSpinBox(groupBox_2);
|
|
|
160 |
spinBox_4l->setObjectName(QString::fromUtf8("spinBox_4l"));
|
|
|
161 |
spinBox_4l->setGeometry(QRect(310, 20, 40, 22));
|
|
|
162 |
spinBox_4l->setMaximum(999);
|
|
|
163 |
spinBox_1u = new QSpinBox(groupBox_2);
|
|
|
164 |
spinBox_1u->setObjectName(QString::fromUtf8("spinBox_1u"));
|
|
|
165 |
spinBox_1u->setGeometry(QRect(60, 20, 40, 22));
|
|
|
166 |
spinBox_1u->setMaximum(999);
|
|
|
167 |
spinBox_5l = new QSpinBox(groupBox_2);
|
|
|
168 |
spinBox_5l->setObjectName(QString::fromUtf8("spinBox_5l"));
|
|
|
169 |
spinBox_5l->setGeometry(QRect(10, 50, 40, 22));
|
|
|
170 |
spinBox_5l->setMaximum(999);
|
| 98 |
- |
171 |
|
|
|
172 |
retranslateUi(QmConfigure);
|
|
|
173 |
|
|
|
174 |
QMetaObject::connectSlotsByName(QmConfigure);
|
|
|
175 |
} // setupUi
|
|
|
176 |
|
|
|
177 |
void retranslateUi(QWidget *QmConfigure)
|
|
|
178 |
{
|
|
|
179 |
QmConfigure->setWindowTitle(QApplication::translate("QmConfigure", "Form", 0, QApplication::UnicodeUTF8));
|
|
|
180 |
groupBox->setTitle(QApplication::translate("QmConfigure", "Leg Names", 0, QApplication::UnicodeUTF8));
|
| 99 |
david |
181 |
groupBox_2->setTitle(QApplication::translate("QmConfigure", "Team Numbers", 0, QApplication::UnicodeUTF8));
|
| 98 |
- |
182 |
} // retranslateUi
|
|
|
183 |
|
|
|
184 |
};
|
|
|
185 |
|
|
|
186 |
namespace Ui {
|
|
|
187 |
class QmConfigure: public Ui_QmConfigure {};
|
|
|
188 |
} // namespace Ui
|
|
|
189 |
|
|
|
190 |
QT_END_NAMESPACE
|
|
|
191 |
|
|
|
192 |
#endif // UI_QMCONFIGURE_H
|