Subversion Repositories svn1

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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