Subversion Repositories svn1

Rev

Go to most recent revision | Details | 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>
123 - 10
    <height>500</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>
177 - 22
     <height>411</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>
118 david 103
      <y>62</y>
112 david 104
      <width>391</width>
118 david 105
      <height>161</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>
118 david 117
       <height>131</height>
112 david 118
      </rect>
119
     </property>
120
     <property name="alternatingRowColors">
121
      <bool>true</bool>
122
     </property>
123
     <property name="cornerButtonEnabled">
124
      <bool>false</bool>
125
     </property>
126
     <property name="rowCount">
127
      <number>5</number>
128
     </property>
129
     <property name="columnCount">
130
      <number>3</number>
131
     </property>
116 - 132
     <attribute name="horizontalHeaderDefaultSectionSize">
133
      <number>117</number>
134
     </attribute>
135
     <attribute name="verticalHeaderDefaultSectionSize">
136
      <number>20</number>
137
     </attribute>
112 david 138
     <attribute name="verticalHeaderStretchLastSection">
139
      <bool>false</bool>
140
     </attribute>
141
     <row/>
142
     <row/>
143
     <row/>
144
     <row/>
145
     <row/>
146
     <column>
147
      <property name="text">
148
       <string notr="true">Name</string>
149
      </property>
150
     </column>
151
     <column>
152
      <property name="text">
153
       <string>Sex</string>
154
      </property>
155
     </column>
156
     <column>
157
      <property name="text">
158
       <string>Age</string>
159
      </property>
160
     </column>
161
    </widget>
162
   </widget>
118 david 163
   <widget class="QGroupBox" name="groupBox_3">
164
    <property name="geometry">
165
     <rect>
166
      <x>10</x>
167
      <y>230</y>
126 david 168
      <width>501</width>
124 - 169
      <height>171</height>
118 david 170
     </rect>
171
    </property>
172
    <property name="title">
173
     <string>Leg Times</string>
174
    </property>
175
    <widget class="QWidget" name="verticalLayoutWidget">
176
     <property name="geometry">
177
      <rect>
221 - 178
       <x>10</x>
179
       <y>20</y>
180
       <width>481</width>
181
       <height>141</height>
118 david 182
      </rect>
183
     </property>
184
     <layout class="QVBoxLayout" name="legTime_layout">
185
      <property name="spacing">
186
       <number>0</number>
187
      </property>
188
     </layout>
189
    </widget>
190
   </widget>
136 - 191
   <widget class="QCheckBox" name="disqualified">
192
    <property name="geometry">
193
     <rect>
194
      <x>410</x>
226 - 195
      <y>130</y>
136 - 196
      <width>101</width>
197
      <height>18</height>
198
     </rect>
199
    </property>
215 - 200
    <property name="toolTip">
201
     <string>Team has been disqualified</string>
202
    </property>
136 - 203
    <property name="text">
204
     <string>Disqalified</string>
205
    </property>
206
   </widget>
207
   <widget class="QCheckBox" name="nonEquestrian">
208
    <property name="geometry">
209
     <rect>
210
      <x>410</x>
211
      <y>90</y>
212
      <width>101</width>
213
      <height>18</height>
214
     </rect>
215
    </property>
215 - 216
    <property name="toolTip">
217
     <string>Team is non-Equestrian and will not be eligable for some prizes</string>
218
    </property>
136 - 219
    <property name="text">
220
     <string>Non Equestrian</string>
221
    </property>
222
   </widget>
138 david 223
   <widget class="QCheckBox" name="disabled">
224
    <property name="geometry">
225
     <rect>
226
      <x>410</x>
226 - 227
      <y>70</y>
138 david 228
      <width>101</width>
229
      <height>18</height>
230
     </rect>
231
    </property>
215 - 232
    <property name="toolTip">
233
     <string>Team has been disabled and will not appear in reports</string>
234
    </property>
138 david 235
    <property name="text">
236
     <string>Disabled</string>
237
    </property>
238
   </widget>
239
   <widget class="QLabel" name="totalAge">
240
    <property name="enabled">
241
     <bool>false</bool>
242
    </property>
243
    <property name="geometry">
244
     <rect>
245
      <x>410</x>
246
      <y>200</y>
247
      <width>21</width>
248
      <height>16</height>
249
     </rect>
250
    </property>
251
    <property name="frameShape">
252
     <enum>QFrame::Box</enum>
253
    </property>
254
    <property name="text">
255
     <string>---</string>
256
    </property>
257
   </widget>
258
   <widget class="QLabel" name="label_3">
259
    <property name="geometry">
260
     <rect>
261
      <x>440</x>
262
      <y>200</y>
263
      <width>46</width>
264
      <height>13</height>
265
     </rect>
266
    </property>
267
    <property name="text">
268
     <string>Total Age</string>
269
    </property>
270
   </widget>
225 - 271
   <widget class="QCheckBox" name="VetCheck">
272
    <property name="geometry">
273
     <rect>
274
      <x>410</x>
226 - 275
      <y>110</y>
225 - 276
      <width>101</width>
277
      <height>18</height>
278
     </rect>
279
    </property>
280
    <property name="toolTip">
281
     <string>Team has failed the Vet Check</string>
282
    </property>
283
    <property name="text">
284
     <string>Failed Vet Check</string>
285
    </property>
286
   </widget>
112 david 287
  </widget>
177 - 288
  <widget class="QGroupBox" name="groupBox_4">
112 david 289
   <property name="geometry">
290
    <rect>
177 - 291
     <x>10</x>
292
     <y>440</y>
293
     <width>521</width>
294
     <height>51</height>
112 david 295
    </rect>
296
   </property>
177 - 297
   <property name="title">
298
    <string>Team Selector</string>
112 david 299
   </property>
177 - 300
   <widget class="QPushButton" name="pushButtonRestore">
301
    <property name="geometry">
302
     <rect>
303
      <x>420</x>
304
      <y>16</y>
305
      <width>75</width>
306
      <height>23</height>
307
     </rect>
308
    </property>
215 - 309
    <property name="toolTip">
310
     <string>Discard changes and restore team information</string>
311
    </property>
177 - 312
    <property name="text">
313
     <string>Restore</string>
314
    </property>
315
   </widget>
316
   <widget class="QSpinBox" name="teamNumber">
317
    <property name="geometry">
318
     <rect>
319
      <x>261</x>
320
      <y>16</y>
321
      <width>61</width>
322
      <height>22</height>
323
     </rect>
324
    </property>
215 - 325
    <property name="toolTip">
326
     <string>Select the team to display</string>
327
    </property>
177 - 328
    <property name="maximum">
329
     <number>999</number>
330
    </property>
331
   </widget>
332
   <widget class="QPushButton" name="pushButtonSave">
333
    <property name="geometry">
334
     <rect>
335
      <x>340</x>
336
      <y>16</y>
337
      <width>75</width>
338
      <height>23</height>
339
     </rect>
340
    </property>
215 - 341
    <property name="toolTip">
342
     <string>Save changes</string>
343
    </property>
177 - 344
    <property name="text">
345
     <string>Save</string>
346
    </property>
347
   </widget>
348
   <widget class="QLabel" name="Changed">
349
    <property name="enabled">
350
     <bool>true</bool>
351
    </property>
352
    <property name="geometry">
353
     <rect>
354
      <x>124</x>
355
      <y>20</y>
356
      <width>81</width>
357
      <height>16</height>
358
     </rect>
359
    </property>
360
    <property name="autoFillBackground">
361
     <bool>false</bool>
362
    </property>
363
    <property name="text">
364
     <string notr="true">Data Changed</string>
365
    </property>
366
   </widget>
367
   <widget class="QLabel" name="label_team">
368
    <property name="geometry">
369
     <rect>
370
      <x>220</x>
371
      <y>20</y>
372
      <width>31</width>
373
      <height>16</height>
374
     </rect>
375
    </property>
376
    <property name="text">
377
     <string>Team</string>
378
    </property>
379
   </widget>
112 david 380
  </widget>
381
 </widget>
382
 <resources/>
383
 <connections/>
384
</ui>