Subversion Repositories svn1-original

Rev

Rev 263 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
175 david 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>
184 - 9
    <width>500</width>
175 david 10
    <height>500</height>
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>
203 david 25
   <property name="toolTip">
26
    <string>The name of the event</string>
27
   </property>
175 david 28
  </widget>
29
  <widget class="QGroupBox" name="groupBox">
30
   <property name="geometry">
31
    <rect>
32
     <x>10</x>
33
     <y>40</y>
184 - 34
     <width>161</width>
175 david 35
     <height>151</height>
36
    </rect>
37
   </property>
203 david 38
   <property name="toolTip">
39
    <string>Names of the legs in the event</string>
40
   </property>
175 david 41
   <property name="title">
42
    <string>Leg Names</string>
43
   </property>
203 david 44
   <widget class="QWidget" name="layoutWidget">
175 david 45
    <property name="geometry">
46
     <rect>
203 david 47
      <x>10</x>
48
      <y>20</y>
49
      <width>154</width>
184 - 50
      <height>126</height>
175 david 51
     </rect>
52
    </property>
203 david 53
    <layout class="QGridLayout" name="gridLayout">
184 - 54
     <item row="0" column="0">
203 david 55
      <widget class="QLineEdit" name="legName1">
56
       <property name="sizePolicy">
57
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
58
         <horstretch>0</horstretch>
59
         <verstretch>0</verstretch>
60
        </sizepolicy>
61
       </property>
62
       <property name="minimumSize">
63
        <size>
64
         <width>0</width>
65
         <height>0</height>
66
        </size>
67
       </property>
68
      </widget>
175 david 69
     </item>
184 - 70
     <item row="0" column="1">
71
      <widget class="QRadioButton" name="legNe1">
72
       <property name="enabled">
73
        <bool>true</bool>
74
       </property>
203 david 75
       <property name="toolTip">
76
        <string>Non Equestrian Leg</string>
77
       </property>
78
       <property name="statusTip">
79
        <string>Non Equestrian Leg</string>
80
       </property>
184 - 81
       <property name="text">
82
        <string notr="true"/>
83
       </property>
84
       <property name="autoExclusive">
85
        <bool>false</bool>
86
       </property>
87
      </widget>
88
     </item>
203 david 89
     <item row="1" column="0">
90
      <widget class="QLineEdit" name="legName2"/>
91
     </item>
184 - 92
     <item row="1" column="1">
93
      <widget class="QRadioButton" name="legNe2">
203 david 94
       <property name="toolTip">
95
        <string>Non Equestrian Leg</string>
96
       </property>
97
       <property name="statusTip">
98
        <string>Non Equestrian Leg</string>
99
       </property>
184 - 100
       <property name="text">
101
        <string notr="true"/>
102
       </property>
103
       <property name="autoExclusive">
104
        <bool>false</bool>
105
       </property>
106
      </widget>
107
     </item>
203 david 108
     <item row="2" column="0">
109
      <widget class="QLineEdit" name="legName3"/>
110
     </item>
184 - 111
     <item row="2" column="1">
112
      <widget class="QRadioButton" name="legNe3">
203 david 113
       <property name="toolTip">
114
        <string>Non Equestrian Leg</string>
115
       </property>
116
       <property name="statusTip">
117
        <string>Non Equestrian Leg</string>
118
       </property>
184 - 119
       <property name="text">
120
        <string notr="true"/>
121
       </property>
122
       <property name="autoExclusive">
123
        <bool>false</bool>
124
       </property>
125
      </widget>
126
     </item>
203 david 127
     <item row="3" column="0">
128
      <widget class="QLineEdit" name="legName4"/>
129
     </item>
184 - 130
     <item row="3" column="1">
131
      <widget class="QRadioButton" name="legNe4">
203 david 132
       <property name="toolTip">
133
        <string>Non Equestrian Leg</string>
134
       </property>
135
       <property name="statusTip">
136
        <string>Non Equestrian Leg</string>
137
       </property>
184 - 138
       <property name="text">
139
        <string notr="true"/>
140
       </property>
141
       <property name="autoExclusive">
142
        <bool>false</bool>
143
       </property>
144
      </widget>
145
     </item>
203 david 146
     <item row="4" column="0">
147
      <widget class="QLineEdit" name="legName5"/>
148
     </item>
184 - 149
     <item row="4" column="1">
150
      <widget class="QRadioButton" name="legNe5">
203 david 151
       <property name="toolTip">
152
        <string>Non Equestrian Leg</string>
153
       </property>
154
       <property name="statusTip">
155
        <string>Non Equestrian Leg</string>
156
       </property>
184 - 157
       <property name="text">
158
        <string notr="true"/>
159
       </property>
160
       <property name="autoExclusive">
161
        <bool>false</bool>
162
       </property>
163
      </widget>
164
     </item>
175 david 165
    </layout>
166
   </widget>
167
  </widget>
168
  <widget class="QGroupBox" name="groupBox_2">
169
   <property name="geometry">
170
    <rect>
171
     <x>10</x>
172
     <y>200</y>
173
     <width>411</width>
174
     <height>80</height>
175
    </rect>
176
   </property>
203 david 177
   <property name="toolTip">
178
    <string>Ranges of valid team numbers. Upto 8 non-overlapping ranges can be specified</string>
179
   </property>
175 david 180
   <property name="title">
181
    <string>Team Numbers</string>
182
   </property>
187 - 183
   <widget class="TwinSpinBox" name="tn8" native="true">
175 david 184
    <property name="geometry">
185
     <rect>
187 - 186
      <x>308</x>
187
      <y>48</y>
188
      <width>96</width>
175 david 189
      <height>22</height>
190
     </rect>
191
    </property>
192
   </widget>
187 - 193
   <widget class="TwinSpinBox" name="tn4" native="true">
175 david 194
    <property name="geometry">
195
     <rect>
187 - 196
      <x>308</x>
197
      <y>18</y>
198
      <width>96</width>
175 david 199
      <height>22</height>
200
     </rect>
201
    </property>
202
   </widget>
187 - 203
   <widget class="TwinSpinBox" name="tn5" native="true">
175 david 204
    <property name="geometry">
205
     <rect>
187 - 206
      <x>8</x>
207
      <y>48</y>
208
      <width>96</width>
175 david 209
      <height>22</height>
210
     </rect>
211
    </property>
212
   </widget>
187 - 213
   <widget class="TwinSpinBox" name="tn2" native="true">
175 david 214
    <property name="geometry">
215
     <rect>
187 - 216
      <x>108</x>
217
      <y>18</y>
218
      <width>96</width>
175 david 219
      <height>22</height>
220
     </rect>
221
    </property>
222
   </widget>
187 - 223
   <widget class="TwinSpinBox" name="tn6" native="true">
175 david 224
    <property name="geometry">
225
     <rect>
187 - 226
      <x>108</x>
227
      <y>48</y>
228
      <width>96</width>
175 david 229
      <height>22</height>
230
     </rect>
231
    </property>
232
   </widget>
187 - 233
   <widget class="TwinSpinBox" name="tn3" native="true">
175 david 234
    <property name="geometry">
235
     <rect>
187 - 236
      <x>208</x>
237
      <y>18</y>
238
      <width>96</width>
175 david 239
      <height>22</height>
240
     </rect>
241
    </property>
242
   </widget>
187 - 243
   <widget class="TwinSpinBox" name="tn7" native="true">
175 david 244
    <property name="geometry">
245
     <rect>
187 - 246
      <x>208</x>
247
      <y>48</y>
248
      <width>96</width>
175 david 249
      <height>22</height>
250
     </rect>
251
    </property>
252
   </widget>
187 - 253
   <widget class="TwinSpinBox" name="tn1" native="true">
175 david 254
    <property name="geometry">
255
     <rect>
187 - 256
      <x>8</x>
257
      <y>18</y>
258
      <width>96</width>
175 david 259
      <height>22</height>
260
     </rect>
261
    </property>
262
   </widget>
263
  </widget>
264
  <widget class="QGroupBox" name="groupBox_3">
265
   <property name="geometry">
266
    <rect>
184 - 267
     <x>180</x>
175 david 268
     <y>40</y>
269
     <width>231</width>
270
     <height>51</height>
271
    </rect>
272
   </property>
273
   <property name="title">
274
    <string>Addendum</string>
275
   </property>
276
   <widget class="QLineEdit" name="addendum">
277
    <property name="geometry">
278
     <rect>
279
      <x>10</x>
280
      <y>20</y>
201 - 281
      <width>151</width>
175 david 282
      <height>20</height>
283
     </rect>
284
    </property>
203 david 285
    <property name="toolTip">
286
     <string>The contents of this file will be appended to the reports</string>
287
    </property>
175 david 288
   </widget>
201 - 289
   <widget class="QCommandLinkButton" name="editAddendum">
263 - 290
    <property name="enabled">
291
     <bool>true</bool>
292
    </property>
201 - 293
    <property name="geometry">
294
     <rect>
295
      <x>167</x>
203 david 296
      <y>13</y>
201 - 297
      <width>59</width>
203 david 298
      <height>32</height>
201 - 299
     </rect>
300
    </property>
203 david 301
    <property name="toolTip">
263 - 302
     <string notr="true">Edit or Create the named Addendem File</string>
203 david 303
    </property>
201 - 304
    <property name="text">
305
     <string notr="true">Edit</string>
306
    </property>
263 - 307
    <property name="description">
308
     <string notr="true"/>
309
    </property>
201 - 310
   </widget>
175 david 311
  </widget>
312
  <widget class="QGroupBox" name="groupBox_4">
313
   <property name="geometry">
314
    <rect>
184 - 315
     <x>180</x>
175 david 316
     <y>90</y>
317
     <width>231</width>
318
     <height>51</height>
319
    </rect>
320
   </property>
321
   <property name="title">
322
    <string>Data File</string>
323
   </property>
324
   <widget class="QLineEdit" name="datafilename">
201 - 325
    <property name="enabled">
326
     <bool>true</bool>
327
    </property>
175 david 328
    <property name="geometry">
329
     <rect>
330
      <x>10</x>
331
      <y>20</y>
332
      <width>181</width>
333
      <height>20</height>
334
     </rect>
335
    </property>
203 david 336
    <property name="toolTip">
337
     <string>Not Used</string>
338
    </property>
175 david 339
   </widget>
340
  </widget>
341
  <widget class="QGroupBox" name="groupBox_5">
342
   <property name="geometry">
343
    <rect>
184 - 344
     <x>180</x>
175 david 345
     <y>140</y>
346
     <width>231</width>
347
     <height>51</height>
348
    </rect>
349
   </property>
350
   <property name="title">
351
    <string>Non Equestrian</string>
352
   </property>
353
   <widget class="QLineEdit" name="ne_leg_abr">
354
    <property name="geometry">
355
     <rect>
356
      <x>70</x>
357
      <y>20</y>
203 david 358
      <width>61</width>
175 david 359
      <height>20</height>
360
     </rect>
361
    </property>
203 david 362
    <property name="toolTip">
363
     <string>Non Equesrtian Category</string>
364
    </property>
175 david 365
   </widget>
366
   <widget class="QSpinBox" name="spinBox_NeLeg">
367
    <property name="geometry">
368
     <rect>
369
      <x>10</x>
370
      <y>20</y>
371
      <width>42</width>
372
      <height>22</height>
373
     </rect>
374
    </property>
203 david 375
    <property name="toolTip">
376
     <string>Non Equestrian Leg</string>
377
    </property>
175 david 378
   </widget>
379
  </widget>
380
  <widget class="QGroupBox" name="groupBox_6">
381
   <property name="geometry">
382
    <rect>
383
     <x>10</x>
384
     <y>280</y>
385
     <width>411</width>
386
     <height>51</height>
387
    </rect>
388
   </property>
389
   <property name="title">
390
    <string>Printing</string>
391
   </property>
392
   <widget class="QSpinBox" name="spinBox_LinesPerPage">
393
    <property name="geometry">
394
     <rect>
395
      <x>40</x>
396
      <y>20</y>
397
      <width>42</width>
398
      <height>22</height>
399
     </rect>
400
    </property>
401
   </widget>
402
   <widget class="QCheckBox" name="perfSkip">
403
    <property name="geometry">
404
     <rect>
405
      <x>100</x>
406
      <y>20</y>
407
      <width>70</width>
408
      <height>17</height>
409
     </rect>
410
    </property>
411
    <property name="text">
412
     <string>PerfSkip</string>
413
    </property>
414
   </widget>
415
   <widget class="QLabel" name="label">
416
    <property name="geometry">
417
     <rect>
418
      <x>10</x>
419
      <y>20</y>
420
      <width>46</width>
421
      <height>13</height>
422
     </rect>
423
    </property>
424
    <property name="text">
425
     <string>Lines</string>
426
    </property>
427
    <property name="buddy">
428
     <cstring>spinBox_LinesPerPage</cstring>
429
    </property>
430
   </widget>
431
  </widget>
186 - 432
  <widget class="QPushButton" name="pushButtonRestore">
433
   <property name="geometry">
434
    <rect>
435
     <x>410</x>
436
     <y>466</y>
437
     <width>75</width>
438
     <height>23</height>
439
    </rect>
440
   </property>
441
   <property name="text">
442
    <string>Restore</string>
443
   </property>
444
  </widget>
445
  <widget class="QPushButton" name="pushButtonSave">
446
   <property name="geometry">
447
    <rect>
448
     <x>330</x>
449
     <y>466</y>
450
     <width>75</width>
451
     <height>23</height>
452
    </rect>
453
   </property>
454
   <property name="text">
455
    <string>Save</string>
456
   </property>
457
  </widget>
458
  <widget class="QLabel" name="Changed">
459
   <property name="enabled">
460
    <bool>true</bool>
461
   </property>
462
   <property name="geometry">
463
    <rect>
464
     <x>240</x>
465
     <y>470</y>
466
     <width>81</width>
467
     <height>16</height>
468
    </rect>
469
   </property>
470
   <property name="autoFillBackground">
471
    <bool>false</bool>
472
   </property>
473
   <property name="text">
474
    <string notr="true">Data Changed</string>
475
   </property>
476
  </widget>
175 david 477
 </widget>
187 - 478
 <customwidgets>
479
  <customwidget>
480
   <class>TwinSpinBox</class>
481
   <extends>QWidget</extends>
482
   <header>twinspinbox.h</header>
483
   <container>1</container>
484
  </customwidget>
485
 </customwidgets>
175 david 486
 <tabstops>
487
  <tabstop>eventName</tabstop>
488
  <tabstop>legName1</tabstop>
489
  <tabstop>legName2</tabstop>
490
  <tabstop>legName3</tabstop>
491
  <tabstop>legName4</tabstop>
492
  <tabstop>legName5</tabstop>
493
  <tabstop>addendum</tabstop>
494
  <tabstop>datafilename</tabstop>
495
  <tabstop>spinBox_NeLeg</tabstop>
496
  <tabstop>ne_leg_abr</tabstop>
497
  <tabstop>spinBox_LinesPerPage</tabstop>
498
  <tabstop>perfSkip</tabstop>
499
 </tabstops>
500
 <resources/>
501
 <connections/>
502
</ui>