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>
25
  </widget>
26
  <widget class="QGroupBox" name="groupBox">
27
   <property name="geometry">
28
    <rect>
29
     <x>10</x>
30
     <y>40</y>
180 - 31
     <width>161</width>
171 david 32
     <height>151</height>
33
    </rect>
34
   </property>
35
   <property name="title">
36
    <string>Leg Names</string>
37
   </property>
38
   <widget class="QWidget" name="verticalLayoutWidget">
39
    <property name="geometry">
40
     <rect>
41
      <x>9</x>
42
      <y>14</y>
180 - 43
      <width>141</width>
44
      <height>126</height>
171 david 45
     </rect>
46
    </property>
180 - 47
    <layout class="QFormLayout" name="formLayout">
48
     <item row="0" column="0">
171 david 49
      <widget class="QLineEdit" name="legName1"/>
50
     </item>
180 - 51
     <item row="1" column="0">
171 david 52
      <widget class="QLineEdit" name="legName2"/>
53
     </item>
180 - 54
     <item row="2" column="0">
171 david 55
      <widget class="QLineEdit" name="legName3"/>
56
     </item>
180 - 57
     <item row="3" column="0">
171 david 58
      <widget class="QLineEdit" name="legName4"/>
59
     </item>
180 - 60
     <item row="4" column="0">
171 david 61
      <widget class="QLineEdit" name="legName5"/>
62
     </item>
180 - 63
     <item row="0" column="1">
64
      <widget class="QRadioButton" name="legNe1">
65
       <property name="enabled">
66
        <bool>true</bool>
67
       </property>
68
       <property name="text">
69
        <string notr="true"/>
70
       </property>
71
       <property name="autoExclusive">
72
        <bool>false</bool>
73
       </property>
74
      </widget>
75
     </item>
76
     <item row="1" column="1">
77
      <widget class="QRadioButton" name="legNe2">
78
       <property name="text">
79
        <string notr="true"/>
80
       </property>
81
       <property name="autoExclusive">
82
        <bool>false</bool>
83
       </property>
84
      </widget>
85
     </item>
86
     <item row="2" column="1">
87
      <widget class="QRadioButton" name="legNe3">
88
       <property name="text">
89
        <string notr="true"/>
90
       </property>
91
       <property name="autoExclusive">
92
        <bool>false</bool>
93
       </property>
94
      </widget>
95
     </item>
96
     <item row="3" column="1">
97
      <widget class="QRadioButton" name="legNe4">
98
       <property name="text">
99
        <string notr="true"/>
100
       </property>
101
       <property name="autoExclusive">
102
        <bool>false</bool>
103
       </property>
104
      </widget>
105
     </item>
106
     <item row="4" column="1">
107
      <widget class="QRadioButton" name="legNe5">
108
       <property name="text">
109
        <string notr="true"/>
110
       </property>
111
       <property name="autoExclusive">
112
        <bool>false</bool>
113
       </property>
114
      </widget>
115
     </item>
171 david 116
    </layout>
117
   </widget>
118
  </widget>
119
  <widget class="QGroupBox" name="groupBox_2">
120
   <property name="geometry">
121
    <rect>
122
     <x>10</x>
123
     <y>200</y>
124
     <width>411</width>
125
     <height>80</height>
126
    </rect>
127
   </property>
128
   <property name="title">
129
    <string>Team Numbers</string>
130
   </property>
183 - 131
   <widget class="TwinSpinBox" name="tn8" native="true">
171 david 132
    <property name="geometry">
133
     <rect>
183 - 134
      <x>308</x>
135
      <y>48</y>
136
      <width>96</width>
171 david 137
      <height>22</height>
138
     </rect>
139
    </property>
140
   </widget>
183 - 141
   <widget class="TwinSpinBox" name="tn4" native="true">
171 david 142
    <property name="geometry">
143
     <rect>
183 - 144
      <x>308</x>
145
      <y>18</y>
146
      <width>96</width>
171 david 147
      <height>22</height>
148
     </rect>
149
    </property>
150
   </widget>
183 - 151
   <widget class="TwinSpinBox" name="tn5" native="true">
171 david 152
    <property name="geometry">
153
     <rect>
183 - 154
      <x>8</x>
155
      <y>48</y>
156
      <width>96</width>
171 david 157
      <height>22</height>
158
     </rect>
159
    </property>
160
   </widget>
183 - 161
   <widget class="TwinSpinBox" name="tn2" native="true">
171 david 162
    <property name="geometry">
163
     <rect>
183 - 164
      <x>108</x>
165
      <y>18</y>
166
      <width>96</width>
171 david 167
      <height>22</height>
168
     </rect>
169
    </property>
170
   </widget>
183 - 171
   <widget class="TwinSpinBox" name="tn6" native="true">
171 david 172
    <property name="geometry">
173
     <rect>
183 - 174
      <x>108</x>
175
      <y>48</y>
176
      <width>96</width>
171 david 177
      <height>22</height>
178
     </rect>
179
    </property>
180
   </widget>
183 - 181
   <widget class="TwinSpinBox" name="tn3" native="true">
171 david 182
    <property name="geometry">
183
     <rect>
183 - 184
      <x>208</x>
185
      <y>18</y>
186
      <width>96</width>
171 david 187
      <height>22</height>
188
     </rect>
189
    </property>
190
   </widget>
183 - 191
   <widget class="TwinSpinBox" name="tn7" native="true">
171 david 192
    <property name="geometry">
193
     <rect>
183 - 194
      <x>208</x>
195
      <y>48</y>
196
      <width>96</width>
171 david 197
      <height>22</height>
198
     </rect>
199
    </property>
200
   </widget>
183 - 201
   <widget class="TwinSpinBox" name="tn1" native="true">
171 david 202
    <property name="geometry">
203
     <rect>
183 - 204
      <x>8</x>
205
      <y>18</y>
206
      <width>96</width>
171 david 207
      <height>22</height>
208
     </rect>
209
    </property>
210
   </widget>
211
  </widget>
212
  <widget class="QGroupBox" name="groupBox_3">
213
   <property name="geometry">
214
    <rect>
180 - 215
     <x>180</x>
171 david 216
     <y>40</y>
217
     <width>231</width>
218
     <height>51</height>
219
    </rect>
220
   </property>
221
   <property name="title">
222
    <string>Addendum</string>
223
   </property>
224
   <widget class="QLineEdit" name="addendum">
225
    <property name="geometry">
226
     <rect>
227
      <x>10</x>
228
      <y>20</y>
229
      <width>181</width>
230
      <height>20</height>
231
     </rect>
232
    </property>
233
   </widget>
234
  </widget>
235
  <widget class="QGroupBox" name="groupBox_4">
236
   <property name="geometry">
237
    <rect>
180 - 238
     <x>180</x>
171 david 239
     <y>90</y>
240
     <width>231</width>
241
     <height>51</height>
242
    </rect>
243
   </property>
244
   <property name="title">
245
    <string>Data File</string>
246
   </property>
247
   <widget class="QLineEdit" name="datafilename">
248
    <property name="geometry">
249
     <rect>
250
      <x>10</x>
251
      <y>20</y>
252
      <width>181</width>
253
      <height>20</height>
254
     </rect>
255
    </property>
256
   </widget>
257
  </widget>
258
  <widget class="QGroupBox" name="groupBox_5">
259
   <property name="geometry">
260
    <rect>
180 - 261
     <x>180</x>
171 david 262
     <y>140</y>
263
     <width>231</width>
264
     <height>51</height>
265
    </rect>
266
   </property>
267
   <property name="title">
268
    <string>Non Equestrian</string>
269
   </property>
270
   <widget class="QLineEdit" name="ne_leg_abr">
271
    <property name="geometry">
272
     <rect>
273
      <x>70</x>
274
      <y>20</y>
275
      <width>71</width>
276
      <height>20</height>
277
     </rect>
278
    </property>
279
   </widget>
280
   <widget class="QSpinBox" name="spinBox_NeLeg">
281
    <property name="geometry">
282
     <rect>
283
      <x>10</x>
284
      <y>20</y>
285
      <width>42</width>
286
      <height>22</height>
287
     </rect>
288
    </property>
289
   </widget>
290
  </widget>
291
  <widget class="QGroupBox" name="groupBox_6">
292
   <property name="geometry">
293
    <rect>
294
     <x>10</x>
295
     <y>280</y>
296
     <width>411</width>
297
     <height>51</height>
298
    </rect>
299
   </property>
300
   <property name="title">
301
    <string>Printing</string>
302
   </property>
303
   <widget class="QSpinBox" name="spinBox_LinesPerPage">
304
    <property name="geometry">
305
     <rect>
306
      <x>40</x>
307
      <y>20</y>
308
      <width>42</width>
309
      <height>22</height>
310
     </rect>
311
    </property>
312
   </widget>
313
   <widget class="QCheckBox" name="perfSkip">
314
    <property name="geometry">
315
     <rect>
316
      <x>100</x>
317
      <y>20</y>
318
      <width>70</width>
319
      <height>17</height>
320
     </rect>
321
    </property>
322
    <property name="text">
323
     <string>PerfSkip</string>
324
    </property>
325
   </widget>
326
   <widget class="QLabel" name="label">
327
    <property name="geometry">
328
     <rect>
329
      <x>10</x>
330
      <y>20</y>
331
      <width>46</width>
332
      <height>13</height>
333
     </rect>
334
    </property>
335
    <property name="text">
336
     <string>Lines</string>
337
    </property>
338
    <property name="buddy">
339
     <cstring>spinBox_LinesPerPage</cstring>
340
    </property>
341
   </widget>
342
  </widget>
182 - 343
  <widget class="QPushButton" name="pushButtonRestore">
344
   <property name="geometry">
345
    <rect>
346
     <x>410</x>
347
     <y>466</y>
348
     <width>75</width>
349
     <height>23</height>
350
    </rect>
351
   </property>
352
   <property name="text">
353
    <string>Restore</string>
354
   </property>
355
  </widget>
356
  <widget class="QPushButton" name="pushButtonSave">
357
   <property name="geometry">
358
    <rect>
359
     <x>330</x>
360
     <y>466</y>
361
     <width>75</width>
362
     <height>23</height>
363
    </rect>
364
   </property>
365
   <property name="text">
366
    <string>Save</string>
367
   </property>
368
  </widget>
369
  <widget class="QLabel" name="Changed">
370
   <property name="enabled">
371
    <bool>true</bool>
372
   </property>
373
   <property name="geometry">
374
    <rect>
375
     <x>240</x>
376
     <y>470</y>
377
     <width>81</width>
378
     <height>16</height>
379
    </rect>
380
   </property>
381
   <property name="autoFillBackground">
382
    <bool>false</bool>
383
   </property>
384
   <property name="text">
385
    <string notr="true">Data Changed</string>
386
   </property>
387
  </widget>
171 david 388
 </widget>
183 - 389
 <customwidgets>
390
  <customwidget>
391
   <class>TwinSpinBox</class>
392
   <extends>QWidget</extends>
393
   <header>twinspinbox.h</header>
394
   <container>1</container>
395
  </customwidget>
396
 </customwidgets>
171 david 397
 <tabstops>
398
  <tabstop>eventName</tabstop>
399
  <tabstop>legName1</tabstop>
400
  <tabstop>legName2</tabstop>
401
  <tabstop>legName3</tabstop>
402
  <tabstop>legName4</tabstop>
403
  <tabstop>legName5</tabstop>
404
  <tabstop>addendum</tabstop>
405
  <tabstop>datafilename</tabstop>
406
  <tabstop>spinBox_NeLeg</tabstop>
407
  <tabstop>ne_leg_abr</tabstop>
408
  <tabstop>spinBox_LinesPerPage</tabstop>
409
  <tabstop>perfSkip</tabstop>
410
 </tabstops>
411
 <resources/>
412
 <connections/>
413
</ui>