Subversion Repositories svn1

Rev

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

Rev Author Line No. Line
112 david 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
126 david 3
 <class>QmTeamDisplay</class>
4
 <widget class="QWidget" name="QmTeamDisplay">
112 david 5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
126 david 9
    <width>538</width>
380 david 10
    <height>515</height>
112 david 11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Form</string>
15
  </property>
16
  <widget class="QGroupBox" name="groupBox">
17
   <property name="geometry">
18
    <rect>
19
     <x>10</x>
20
     <y>0</y>
126 david 21
     <width>521</width>
380 david 22
     <height>455</height>
112 david 23
    </rect>
24
   </property>
25
   <property name="title">
26
    <string>Team Data</string>
27
   </property>
28
   <widget class="QLabel" name="label_name">
29
    <property name="geometry">
30
     <rect>
31
      <x>10</x>
118 david 32
      <y>14</y>
112 david 33
      <width>46</width>
34
      <height>13</height>
35
     </rect>
36
    </property>
37
    <property name="text">
38
     <string>Name</string>
39
    </property>
40
   </widget>
41
   <widget class="QLineEdit" name="name">
42
    <property name="geometry">
43
     <rect>
44
      <x>60</x>
118 david 45
      <y>14</y>
112 david 46
      <width>331</width>
47
      <height>20</height>
48
     </rect>
49
    </property>
215 - 50
    <property name="toolTip">
51
     <string>Name of the team</string>
52
    </property>
112 david 53
   </widget>
54
   <widget class="QLabel" name="label_category">
55
    <property name="geometry">
56
     <rect>
57
      <x>10</x>
118 david 58
      <y>39</y>
112 david 59
      <width>46</width>
60
      <height>13</height>
61
     </rect>
62
    </property>
63
    <property name="text">
64
     <string>Category</string>
65
    </property>
66
   </widget>
67
   <widget class="QComboBox" name="category">
68
    <property name="geometry">
69
     <rect>
70
      <x>60</x>
118 david 71
      <y>39</y>
112 david 72
      <width>171</width>
73
      <height>22</height>
74
     </rect>
75
    </property>
215 - 76
    <property name="toolTip">
77
     <string>Team Class</string>
78
    </property>
112 david 79
   </widget>
80
   <widget class="QLineEdit" name="category_abr">
81
    <property name="geometry">
82
     <rect>
83
      <x>240</x>
118 david 84
      <y>39</y>
112 david 85
      <width>31</width>
86
      <height>20</height>
87
     </rect>
88
    </property>
215 - 89
    <property name="toolTip">
90
     <string>Abreviated Class Name</string>
91
    </property>
112 david 92
    <property name="text">
93
     <string notr="true"/>
94
    </property>
95
    <property name="readOnly">
96
     <bool>true</bool>
97
    </property>
98
   </widget>
99
   <widget class="QGroupBox" name="groupBox_2">
100
    <property name="geometry">
101
     <rect>
102
      <x>10</x>
385 david 103
      <y>60</y>
112 david 104
      <width>391</width>
385 david 105
      <height>171</height>
112 david 106
     </rect>
107
    </property>
108
    <property name="title">
109
     <string>Members</string>
110
    </property>
111
    <widget class="QTableWidget" name="members">
112
     <property name="geometry">
113
      <rect>
114
       <x>10</x>
115
       <y>20</y>
116
       <width>371</width>
385 david 117
       <height>142</height>
112 david 118
      </rect>
119
     </property>
385 david 120
     <property name="sizeAdjustPolicy">
121
      <enum>QAbstractScrollArea::AdjustToContents</enum>
122
     </property>
123
     <property name="autoScroll">
124
      <bool>true</bool>
125
     </property>
112 david 126
     <property name="alternatingRowColors">
127
      <bool>true</bool>
128
     </property>
385 david 129
     <property name="showGrid">
130
      <bool>true</bool>
131
     </property>
132
     <property name="gridStyle">
133
      <enum>Qt::SolidLine</enum>
134
     </property>
112 david 135
     <property name="cornerButtonEnabled">
136
      <bool>false</bool>
137
     </property>
138
     <property name="rowCount">
139
      <number>5</number>
140
     </property>
141
     <property name="columnCount">
142
      <number>3</number>
143
     </property>
385 david 144
     <attribute name="horizontalHeaderMinimumSectionSize">
145
      <number>15</number>
146
     </attribute>
116 - 147
     <attribute name="horizontalHeaderDefaultSectionSize">
148
      <number>117</number>
149
     </attribute>
385 david 150
     <attribute name="verticalHeaderMinimumSectionSize">
151
      <number>23</number>
152
     </attribute>
116 - 153
     <attribute name="verticalHeaderDefaultSectionSize">
385 david 154
      <number>23</number>
116 - 155
     </attribute>
112 david 156
     <attribute name="verticalHeaderStretchLastSection">
157
      <bool>false</bool>
158
     </attribute>
159
     <row/>
160
     <row/>
161
     <row/>
162
     <row/>
163
     <row/>
164
     <column>
165
      <property name="text">
166
       <string notr="true">Name</string>
167
      </property>
168
     </column>
169
     <column>
170
      <property name="text">
171
       <string>Sex</string>
172
      </property>
173
     </column>
174
     <column>
175
      <property name="text">
176
       <string>Age</string>
177
      </property>
178
     </column>
179
    </widget>
180
   </widget>
118 david 181
   <widget class="QGroupBox" name="groupBox_3">
182
    <property name="geometry">
183
     <rect>
184
      <x>10</x>
385 david 185
      <y>230</y>
126 david 186
      <width>501</width>
124 - 187
      <height>171</height>
118 david 188
     </rect>
189
    </property>
190
    <property name="title">
191
     <string>Leg Times</string>
192
    </property>
193
    <widget class="QWidget" name="verticalLayoutWidget">
194
     <property name="geometry">
195
      <rect>
221 - 196
       <x>10</x>
197
       <y>20</y>
198
       <width>481</width>
199
       <height>141</height>
118 david 200
      </rect>
201
     </property>
202
     <layout class="QVBoxLayout" name="legTime_layout">
203
      <property name="spacing">
204
       <number>0</number>
205
      </property>
206
     </layout>
207
    </widget>
208
   </widget>
136 - 209
   <widget class="QCheckBox" name="disqualified">
210
    <property name="geometry">
211
     <rect>
212
      <x>410</x>
226 - 213
      <y>130</y>
136 - 214
      <width>101</width>
215
      <height>18</height>
216
     </rect>
217
    </property>
215 - 218
    <property name="toolTip">
219
     <string>Team has been disqualified</string>
220
    </property>
136 - 221
    <property name="text">
222
     <string>Disqalified</string>
223
    </property>
224
   </widget>
225
   <widget class="QCheckBox" name="nonEquestrian">
226
    <property name="geometry">
227
     <rect>
228
      <x>410</x>
229
      <y>90</y>
230
      <width>101</width>
231
      <height>18</height>
232
     </rect>
233
    </property>
215 - 234
    <property name="toolTip">
380 david 235
     <string>Team is non-Equestrian and will not be eligible for some prizes</string>
215 - 236
    </property>
136 - 237
    <property name="text">
238
     <string>Non Equestrian</string>
239
    </property>
240
   </widget>
138 david 241
   <widget class="QCheckBox" name="disabled">
242
    <property name="geometry">
243
     <rect>
244
      <x>410</x>
226 - 245
      <y>70</y>
138 david 246
      <width>101</width>
247
      <height>18</height>
248
     </rect>
249
    </property>
215 - 250
    <property name="toolTip">
251
     <string>Team has been disabled and will not appear in reports</string>
252
    </property>
138 david 253
    <property name="text">
254
     <string>Disabled</string>
255
    </property>
256
   </widget>
257
   <widget class="QLabel" name="totalAge">
258
    <property name="enabled">
259
     <bool>false</bool>
260
    </property>
261
    <property name="geometry">
262
     <rect>
263
      <x>410</x>
264
      <y>200</y>
265
      <width>21</width>
266
      <height>16</height>
267
     </rect>
268
    </property>
269
    <property name="frameShape">
270
     <enum>QFrame::Box</enum>
271
    </property>
272
    <property name="text">
273
     <string>---</string>
274
    </property>
275
   </widget>
276
   <widget class="QLabel" name="label_3">
277
    <property name="geometry">
278
     <rect>
279
      <x>440</x>
280
      <y>200</y>
281
      <width>46</width>
282
      <height>13</height>
283
     </rect>
284
    </property>
285
    <property name="text">
286
     <string>Total Age</string>
287
    </property>
288
   </widget>
225 - 289
   <widget class="QCheckBox" name="VetCheck">
290
    <property name="geometry">
291
     <rect>
292
      <x>410</x>
226 - 293
      <y>110</y>
225 - 294
      <width>101</width>
295
      <height>18</height>
296
     </rect>
297
    </property>
298
    <property name="toolTip">
299
     <string>Team has failed the Vet Check</string>
300
    </property>
301
    <property name="text">
302
     <string>Failed Vet Check</string>
303
    </property>
304
   </widget>
380 david 305
   <widget class="QGroupBox" name="noteBox">
306
    <property name="geometry">
307
     <rect>
308
      <x>10</x>
309
      <y>405</y>
310
      <width>501</width>
311
      <height>41</height>
312
     </rect>
313
    </property>
314
    <property name="title">
315
     <string>Team Notes</string>
316
    </property>
317
    <widget class="QPushButton" name="editNote">
318
     <property name="geometry">
319
      <rect>
320
       <x>450</x>
321
       <y>14</y>
322
       <width>41</width>
323
       <height>20</height>
324
      </rect>
325
     </property>
326
     <property name="toolTip">
327
      <string notr="true">Edit/Delete the team notes</string>
328
     </property>
329
     <property name="text">
330
      <string>Edit</string>
331
     </property>
332
    </widget>
333
    <widget class="QComboBox" name="noteText">
334
     <property name="geometry">
335
      <rect>
336
       <x>10</x>
337
       <y>14</y>
338
       <width>440</width>
339
       <height>22</height>
340
      </rect>
341
     </property>
342
    </widget>
343
   </widget>
112 david 344
  </widget>
177 - 345
  <widget class="QGroupBox" name="groupBox_4">
112 david 346
   <property name="geometry">
347
    <rect>
177 - 348
     <x>10</x>
380 david 349
     <y>455</y>
177 - 350
     <width>521</width>
380 david 351
     <height>50</height>
112 david 352
    </rect>
353
   </property>
177 - 354
   <property name="title">
355
    <string>Team Selector</string>
112 david 356
   </property>
177 - 357
   <widget class="QPushButton" name="pushButtonRestore">
358
    <property name="geometry">
359
     <rect>
380 david 360
      <x>430</x>
177 - 361
      <y>16</y>
362
      <width>75</width>
363
      <height>23</height>
364
     </rect>
365
    </property>
215 - 366
    <property name="toolTip">
367
     <string>Discard changes and restore team information</string>
368
    </property>
177 - 369
    <property name="text">
370
     <string>Restore</string>
371
    </property>
372
   </widget>
380 david 373
   <widget class="QmTeamSelector" name="teamNumber">
177 - 374
    <property name="geometry">
375
     <rect>
380 david 376
      <x>270</x>
177 - 377
      <y>16</y>
378
      <width>61</width>
379
      <height>22</height>
380
     </rect>
381
    </property>
215 - 382
    <property name="toolTip">
383
     <string>Select the team to display</string>
384
    </property>
177 - 385
    <property name="maximum">
386
     <number>999</number>
387
    </property>
388
   </widget>
389
   <widget class="QPushButton" name="pushButtonSave">
390
    <property name="geometry">
391
     <rect>
380 david 392
      <x>350</x>
177 - 393
      <y>16</y>
394
      <width>75</width>
395
      <height>23</height>
396
     </rect>
397
    </property>
215 - 398
    <property name="toolTip">
399
     <string>Save changes</string>
400
    </property>
177 - 401
    <property name="text">
402
     <string>Save</string>
403
    </property>
404
   </widget>
405
   <widget class="QLabel" name="Changed">
406
    <property name="enabled">
407
     <bool>true</bool>
408
    </property>
409
    <property name="geometry">
410
     <rect>
411
      <x>124</x>
412
      <y>20</y>
413
      <width>81</width>
414
      <height>16</height>
415
     </rect>
416
    </property>
417
    <property name="autoFillBackground">
418
     <bool>false</bool>
419
    </property>
420
    <property name="text">
421
     <string notr="true">Data Changed</string>
422
    </property>
423
   </widget>
424
   <widget class="QLabel" name="label_team">
425
    <property name="geometry">
426
     <rect>
380 david 427
      <x>230</x>
177 - 428
      <y>20</y>
429
      <width>31</width>
430
      <height>16</height>
431
     </rect>
432
    </property>
433
    <property name="text">
434
     <string>Team</string>
435
    </property>
436
   </widget>
112 david 437
  </widget>
438
 </widget>
380 david 439
 <customwidgets>
440
  <customwidget>
441
   <class>QmTeamSelector</class>
442
   <extends>QSpinBox</extends>
443
   <header>qmteamselector.h</header>
444
  </customwidget>
445
 </customwidgets>
446
 <tabstops>
447
  <tabstop>pushButtonRestore</tabstop>
448
  <tabstop>teamNumber</tabstop>
449
  <tabstop>name</tabstop>
450
  <tabstop>category</tabstop>
451
  <tabstop>category_abr</tabstop>
452
  <tabstop>disabled</tabstop>
453
  <tabstop>nonEquestrian</tabstop>
454
  <tabstop>VetCheck</tabstop>
455
  <tabstop>disqualified</tabstop>
456
  <tabstop>members</tabstop>
457
  <tabstop>pushButtonSave</tabstop>
458
 </tabstops>
112 david 459
 <resources/>
460
 <connections/>
461
</ui>