Subversion Repositories svn1-original

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
98 - 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>QmConfigure</class>
4
 <widget class="QWidget" name="QmConfigure">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>415</width>
99 david 10
    <height>323</height>
98 - 11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Form</string>
15
  </property>
16
  <widget class="QLineEdit" name="eventName">
17
   <property name="geometry">
18
    <rect>
19
     <x>10</x>
20
     <y>10</y>
21
     <width>331</width>
22
     <height>20</height>
23
    </rect>
24
   </property>
25
  </widget>
26
  <widget class="QDialogButtonBox" name="buttonBox">
27
   <property name="geometry">
28
    <rect>
99 david 29
     <x>240</x>
30
     <y>290</y>
98 - 31
     <width>156</width>
32
     <height>23</height>
33
    </rect>
34
   </property>
35
   <property name="standardButtons">
36
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
37
   </property>
38
  </widget>
39
  <widget class="QGroupBox" name="groupBox">
40
   <property name="geometry">
41
    <rect>
42
     <x>10</x>
43
     <y>40</y>
44
     <width>171</width>
45
     <height>161</height>
46
    </rect>
47
   </property>
48
   <property name="title">
49
    <string>Leg Names</string>
50
   </property>
51
   <widget class="QWidget" name="verticalLayoutWidget">
52
    <property name="geometry">
53
     <rect>
54
      <x>9</x>
55
      <y>14</y>
56
      <width>151</width>
57
      <height>141</height>
58
     </rect>
59
    </property>
60
    <layout class="QVBoxLayout" name="verticalLayout">
61
     <item>
62
      <widget class="QLineEdit" name="legName1"/>
63
     </item>
64
     <item>
65
      <widget class="QLineEdit" name="legName2"/>
66
     </item>
67
     <item>
68
      <widget class="QLineEdit" name="legName3"/>
69
     </item>
70
     <item>
71
      <widget class="QLineEdit" name="legName4"/>
72
     </item>
73
     <item>
74
      <widget class="QLineEdit" name="legName5"/>
75
     </item>
76
    </layout>
77
   </widget>
78
  </widget>
99 david 79
  <widget class="QGroupBox" name="groupBox_2">
98 - 80
   <property name="geometry">
81
    <rect>
82
     <x>10</x>
99 david 83
     <y>200</y>
84
     <width>401</width>
85
     <height>80</height>
98 - 86
    </rect>
87
   </property>
99 david 88
   <property name="title">
89
    <string>Team Numbers</string>
98 - 90
   </property>
99 david 91
   <widget class="QSpinBox" name="spinBox_6u">
92
    <property name="geometry">
93
     <rect>
94
      <x>160</x>
95
      <y>50</y>
96
      <width>40</width>
97
      <height>22</height>
98
     </rect>
99
    </property>
100
    <property name="maximum">
101
     <number>999</number>
102
    </property>
103
   </widget>
104
   <widget class="QSpinBox" name="spinBox_2l">
105
    <property name="geometry">
106
     <rect>
107
      <x>110</x>
108
      <y>20</y>
109
      <width>40</width>
110
      <height>22</height>
111
     </rect>
112
    </property>
113
    <property name="maximum">
114
     <number>999</number>
115
    </property>
116
   </widget>
117
   <widget class="QSpinBox" name="spinBox_3u">
118
    <property name="geometry">
119
     <rect>
120
      <x>260</x>
121
      <y>20</y>
122
      <width>40</width>
123
      <height>22</height>
124
     </rect>
125
    </property>
126
    <property name="maximum">
127
     <number>999</number>
128
    </property>
129
   </widget>
130
   <widget class="QSpinBox" name="spinBox_7l">
131
    <property name="geometry">
132
     <rect>
133
      <x>210</x>
134
      <y>50</y>
135
      <width>40</width>
136
      <height>22</height>
137
     </rect>
138
    </property>
139
    <property name="maximum">
140
     <number>999</number>
141
    </property>
142
   </widget>
143
   <widget class="QSpinBox" name="spinBox_6l">
144
    <property name="geometry">
145
     <rect>
146
      <x>110</x>
147
      <y>50</y>
148
      <width>40</width>
149
      <height>22</height>
150
     </rect>
151
    </property>
152
    <property name="maximum">
153
     <number>999</number>
154
    </property>
155
   </widget>
156
   <widget class="QSpinBox" name="spinBox_5u">
157
    <property name="geometry">
158
     <rect>
159
      <x>60</x>
160
      <y>50</y>
161
      <width>40</width>
162
      <height>22</height>
163
     </rect>
164
    </property>
165
    <property name="maximum">
166
     <number>999</number>
167
    </property>
168
   </widget>
169
   <widget class="QSpinBox" name="spinBox_2u">
170
    <property name="geometry">
171
     <rect>
172
      <x>160</x>
173
      <y>20</y>
174
      <width>40</width>
175
      <height>22</height>
176
     </rect>
177
    </property>
178
    <property name="maximum">
179
     <number>999</number>
180
    </property>
181
   </widget>
182
   <widget class="QSpinBox" name="spinBox_7u">
183
    <property name="geometry">
184
     <rect>
185
      <x>260</x>
186
      <y>50</y>
187
      <width>40</width>
188
      <height>22</height>
189
     </rect>
190
    </property>
191
    <property name="maximum">
192
     <number>999</number>
193
    </property>
194
   </widget>
195
   <widget class="QSpinBox" name="spinBox_1l">
196
    <property name="geometry">
197
     <rect>
198
      <x>10</x>
199
      <y>20</y>
200
      <width>40</width>
201
      <height>22</height>
202
     </rect>
203
    </property>
204
    <property name="maximum">
205
     <number>999</number>
206
    </property>
207
   </widget>
208
   <widget class="QSpinBox" name="spinBox_3l">
209
    <property name="geometry">
210
     <rect>
211
      <x>210</x>
212
      <y>20</y>
213
      <width>40</width>
214
      <height>22</height>
215
     </rect>
216
    </property>
217
    <property name="maximum">
218
     <number>999</number>
219
    </property>
220
   </widget>
221
   <widget class="QSpinBox" name="spinBox_8l">
222
    <property name="geometry">
223
     <rect>
224
      <x>310</x>
225
      <y>50</y>
226
      <width>40</width>
227
      <height>22</height>
228
     </rect>
229
    </property>
230
    <property name="maximum">
231
     <number>999</number>
232
    </property>
233
   </widget>
234
   <widget class="QSpinBox" name="spinBox_8u">
235
    <property name="geometry">
236
     <rect>
237
      <x>360</x>
238
      <y>50</y>
239
      <width>40</width>
240
      <height>22</height>
241
     </rect>
242
    </property>
243
    <property name="maximum">
244
     <number>999</number>
245
    </property>
246
   </widget>
247
   <widget class="QSpinBox" name="spinBox_4u">
248
    <property name="geometry">
249
     <rect>
250
      <x>360</x>
251
      <y>20</y>
252
      <width>40</width>
253
      <height>22</height>
254
     </rect>
255
    </property>
256
    <property name="maximum">
257
     <number>999</number>
258
    </property>
259
   </widget>
260
   <widget class="QSpinBox" name="spinBox_4l">
261
    <property name="geometry">
262
     <rect>
263
      <x>310</x>
264
      <y>20</y>
265
      <width>40</width>
266
      <height>22</height>
267
     </rect>
268
    </property>
269
    <property name="maximum">
270
     <number>999</number>
271
    </property>
272
   </widget>
273
   <widget class="QSpinBox" name="spinBox_1u">
274
    <property name="geometry">
275
     <rect>
276
      <x>60</x>
277
      <y>20</y>
278
      <width>40</width>
279
      <height>22</height>
280
     </rect>
281
    </property>
282
    <property name="maximum">
283
     <number>999</number>
284
    </property>
285
   </widget>
286
   <widget class="QSpinBox" name="spinBox_5l">
287
    <property name="geometry">
288
     <rect>
289
      <x>10</x>
290
      <y>50</y>
291
      <width>40</width>
292
      <height>22</height>
293
     </rect>
294
    </property>
295
    <property name="maximum">
296
     <number>999</number>
297
    </property>
298
   </widget>
98 - 299
  </widget>
300
 </widget>
301
 <resources/>
302
 <connections/>
303
</ui>