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>
122 david 9
    <width>440</width>
127 - 10
    <height>500</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>
127 - 29
     <x>280</x>
30
     <y>470</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>
119 - 45
     <height>151</height>
98 - 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>
119 - 57
      <height>131</height>
98 - 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>
109 - 84
     <width>411</width>
99 david 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>
103 david 300
  <widget class="QGroupBox" name="groupBox_3">
301
   <property name="geometry">
302
    <rect>
303
     <x>190</x>
304
     <y>40</y>
109 - 305
     <width>231</width>
103 david 306
     <height>51</height>
307
    </rect>
308
   </property>
309
   <property name="title">
310
    <string>Addendum</string>
311
   </property>
312
   <widget class="QLineEdit" name="addendum">
313
    <property name="geometry">
314
     <rect>
315
      <x>10</x>
316
      <y>20</y>
317
      <width>181</width>
318
      <height>20</height>
319
     </rect>
320
    </property>
321
   </widget>
322
  </widget>
323
  <widget class="QGroupBox" name="groupBox_4">
324
   <property name="geometry">
325
    <rect>
326
     <x>190</x>
327
     <y>90</y>
109 - 328
     <width>231</width>
103 david 329
     <height>51</height>
330
    </rect>
331
   </property>
332
   <property name="title">
333
    <string>Data File</string>
334
   </property>
335
   <widget class="QLineEdit" name="datafilename">
336
    <property name="geometry">
337
     <rect>
338
      <x>10</x>
339
      <y>20</y>
340
      <width>181</width>
341
      <height>20</height>
342
     </rect>
343
    </property>
344
   </widget>
345
  </widget>
346
  <widget class="QGroupBox" name="groupBox_5">
347
   <property name="geometry">
348
    <rect>
349
     <x>190</x>
350
     <y>140</y>
109 - 351
     <width>231</width>
103 david 352
     <height>51</height>
353
    </rect>
354
   </property>
355
   <property name="title">
356
    <string>Non Equestrian</string>
357
   </property>
358
   <widget class="QLineEdit" name="ne_leg_abr">
359
    <property name="geometry">
360
     <rect>
361
      <x>70</x>
362
      <y>20</y>
363
      <width>71</width>
364
      <height>20</height>
365
     </rect>
366
    </property>
367
   </widget>
368
   <widget class="QSpinBox" name="spinBox_NeLeg">
369
    <property name="geometry">
370
     <rect>
371
      <x>10</x>
372
      <y>20</y>
373
      <width>42</width>
374
      <height>22</height>
375
     </rect>
376
    </property>
377
   </widget>
378
  </widget>
104 david 379
  <widget class="QGroupBox" name="groupBox_6">
380
   <property name="geometry">
381
    <rect>
382
     <x>10</x>
105 david 383
     <y>280</y>
109 - 384
     <width>411</width>
104 david 385
     <height>51</height>
386
    </rect>
387
   </property>
388
   <property name="title">
389
    <string>Printing</string>
390
   </property>
391
   <widget class="QSpinBox" name="spinBox_LinesPerPage">
392
    <property name="geometry">
393
     <rect>
394
      <x>40</x>
395
      <y>20</y>
396
      <width>42</width>
397
      <height>22</height>
398
     </rect>
399
    </property>
400
   </widget>
401
   <widget class="QCheckBox" name="perfSkip">
402
    <property name="geometry">
403
     <rect>
404
      <x>100</x>
405
      <y>20</y>
406
      <width>70</width>
407
      <height>17</height>
408
     </rect>
409
    </property>
410
    <property name="text">
411
     <string>PerfSkip</string>
412
    </property>
413
   </widget>
414
   <widget class="QLabel" name="label">
415
    <property name="geometry">
416
     <rect>
417
      <x>10</x>
418
      <y>20</y>
419
      <width>46</width>
420
      <height>13</height>
421
     </rect>
422
    </property>
423
    <property name="text">
424
     <string>Lines</string>
425
    </property>
426
    <property name="buddy">
427
     <cstring>spinBox_LinesPerPage</cstring>
428
    </property>
429
   </widget>
430
  </widget>
98 - 431
 </widget>
104 david 432
 <tabstops>
433
  <tabstop>eventName</tabstop>
434
  <tabstop>legName1</tabstop>
435
  <tabstop>legName2</tabstop>
436
  <tabstop>legName3</tabstop>
437
  <tabstop>legName4</tabstop>
438
  <tabstop>legName5</tabstop>
439
  <tabstop>spinBox_1l</tabstop>
440
  <tabstop>spinBox_1u</tabstop>
441
  <tabstop>spinBox_2l</tabstop>
442
  <tabstop>spinBox_2u</tabstop>
443
  <tabstop>spinBox_3l</tabstop>
444
  <tabstop>spinBox_3u</tabstop>
445
  <tabstop>spinBox_4l</tabstop>
446
  <tabstop>spinBox_4u</tabstop>
447
  <tabstop>spinBox_5l</tabstop>
448
  <tabstop>spinBox_5u</tabstop>
449
  <tabstop>spinBox_6l</tabstop>
450
  <tabstop>spinBox_6u</tabstop>
451
  <tabstop>spinBox_7l</tabstop>
452
  <tabstop>spinBox_7u</tabstop>
453
  <tabstop>spinBox_8l</tabstop>
454
  <tabstop>spinBox_8u</tabstop>
455
  <tabstop>addendum</tabstop>
456
  <tabstop>datafilename</tabstop>
457
  <tabstop>spinBox_NeLeg</tabstop>
458
  <tabstop>ne_leg_abr</tabstop>
459
  <tabstop>spinBox_LinesPerPage</tabstop>
460
  <tabstop>perfSkip</tabstop>
461
  <tabstop>buttonBox</tabstop>
462
 </tabstops>
98 - 463
 <resources/>
464
 <connections/>
465
</ui>