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>
50
   </widget>
51
   <widget class="QLabel" name="label_category">
52
    <property name="geometry">
53
     <rect>
54
      <x>10</x>
118 david 55
      <y>39</y>
112 david 56
      <width>46</width>
57
      <height>13</height>
58
     </rect>
59
    </property>
60
    <property name="text">
61
     <string>Category</string>
62
    </property>
63
   </widget>
64
   <widget class="QComboBox" name="category">
65
    <property name="geometry">
66
     <rect>
67
      <x>60</x>
118 david 68
      <y>39</y>
112 david 69
      <width>171</width>
70
      <height>22</height>
71
     </rect>
72
    </property>
73
   </widget>
74
   <widget class="QLineEdit" name="category_abr">
75
    <property name="geometry">
76
     <rect>
77
      <x>240</x>
118 david 78
      <y>39</y>
112 david 79
      <width>31</width>
80
      <height>20</height>
81
     </rect>
82
    </property>
83
    <property name="text">
84
     <string notr="true"/>
85
    </property>
86
    <property name="readOnly">
87
     <bool>true</bool>
88
    </property>
89
   </widget>
90
   <widget class="QGroupBox" name="groupBox_2">
91
    <property name="geometry">
92
     <rect>
93
      <x>10</x>
118 david 94
      <y>62</y>
112 david 95
      <width>391</width>
118 david 96
      <height>161</height>
112 david 97
     </rect>
98
    </property>
99
    <property name="title">
100
     <string>Members</string>
101
    </property>
102
    <widget class="QTableWidget" name="members">
103
     <property name="geometry">
104
      <rect>
105
       <x>10</x>
106
       <y>20</y>
107
       <width>371</width>
118 david 108
       <height>131</height>
112 david 109
      </rect>
110
     </property>
111
     <property name="alternatingRowColors">
112
      <bool>true</bool>
113
     </property>
114
     <property name="cornerButtonEnabled">
115
      <bool>false</bool>
116
     </property>
117
     <property name="rowCount">
118
      <number>5</number>
119
     </property>
120
     <property name="columnCount">
121
      <number>3</number>
122
     </property>
116 - 123
     <attribute name="horizontalHeaderDefaultSectionSize">
124
      <number>117</number>
125
     </attribute>
126
     <attribute name="verticalHeaderDefaultSectionSize">
127
      <number>20</number>
128
     </attribute>
112 david 129
     <attribute name="verticalHeaderStretchLastSection">
130
      <bool>false</bool>
131
     </attribute>
132
     <row/>
133
     <row/>
134
     <row/>
135
     <row/>
136
     <row/>
137
     <column>
138
      <property name="text">
139
       <string notr="true">Name</string>
140
      </property>
141
     </column>
142
     <column>
143
      <property name="text">
144
       <string>Sex</string>
145
      </property>
146
     </column>
147
     <column>
148
      <property name="text">
149
       <string>Age</string>
150
      </property>
151
     </column>
152
    </widget>
153
   </widget>
118 david 154
   <widget class="QGroupBox" name="groupBox_3">
155
    <property name="geometry">
156
     <rect>
157
      <x>10</x>
158
      <y>230</y>
126 david 159
      <width>501</width>
124 - 160
      <height>171</height>
118 david 161
     </rect>
162
    </property>
163
    <property name="title">
164
     <string>Leg Times</string>
165
    </property>
166
    <widget class="QWidget" name="verticalLayoutWidget">
167
     <property name="geometry">
168
      <rect>
169
       <x>0</x>
170
       <y>10</y>
126 david 171
       <width>491</width>
124 - 172
       <height>151</height>
118 david 173
      </rect>
174
     </property>
175
     <layout class="QVBoxLayout" name="legTime_layout">
176
      <property name="spacing">
177
       <number>0</number>
178
      </property>
179
     </layout>
180
    </widget>
181
   </widget>
136 - 182
   <widget class="QCheckBox" name="disqualified">
183
    <property name="geometry">
184
     <rect>
185
      <x>410</x>
186
      <y>70</y>
187
      <width>101</width>
188
      <height>18</height>
189
     </rect>
190
    </property>
191
    <property name="text">
192
     <string>Disqalified</string>
193
    </property>
194
   </widget>
195
   <widget class="QCheckBox" name="nonEquestrian">
196
    <property name="geometry">
197
     <rect>
198
      <x>410</x>
199
      <y>90</y>
200
      <width>101</width>
201
      <height>18</height>
202
     </rect>
203
    </property>
204
    <property name="text">
205
     <string>Non Equestrian</string>
206
    </property>
207
   </widget>
138 david 208
   <widget class="QCheckBox" name="disabled">
209
    <property name="geometry">
210
     <rect>
211
      <x>410</x>
212
      <y>110</y>
213
      <width>101</width>
214
      <height>18</height>
215
     </rect>
216
    </property>
217
    <property name="text">
218
     <string>Disabled</string>
219
    </property>
220
   </widget>
221
   <widget class="QLabel" name="totalAge">
222
    <property name="enabled">
223
     <bool>false</bool>
224
    </property>
225
    <property name="geometry">
226
     <rect>
227
      <x>410</x>
228
      <y>200</y>
229
      <width>21</width>
230
      <height>16</height>
231
     </rect>
232
    </property>
233
    <property name="frameShape">
234
     <enum>QFrame::Box</enum>
235
    </property>
236
    <property name="text">
237
     <string>---</string>
238
    </property>
239
   </widget>
240
   <widget class="QLabel" name="label_3">
241
    <property name="geometry">
242
     <rect>
243
      <x>440</x>
244
      <y>200</y>
245
      <width>46</width>
246
      <height>13</height>
247
     </rect>
248
    </property>
249
    <property name="text">
250
     <string>Total Age</string>
251
    </property>
252
   </widget>
112 david 253
  </widget>
177 - 254
  <widget class="QGroupBox" name="groupBox_4">
112 david 255
   <property name="geometry">
256
    <rect>
177 - 257
     <x>10</x>
258
     <y>440</y>
259
     <width>521</width>
260
     <height>51</height>
112 david 261
    </rect>
262
   </property>
177 - 263
   <property name="title">
264
    <string>Team Selector</string>
112 david 265
   </property>
177 - 266
   <widget class="QPushButton" name="pushButtonRestore">
267
    <property name="geometry">
268
     <rect>
269
      <x>420</x>
270
      <y>16</y>
271
      <width>75</width>
272
      <height>23</height>
273
     </rect>
274
    </property>
275
    <property name="text">
276
     <string>Restore</string>
277
    </property>
278
   </widget>
279
   <widget class="QSpinBox" name="teamNumber">
280
    <property name="geometry">
281
     <rect>
282
      <x>261</x>
283
      <y>16</y>
284
      <width>61</width>
285
      <height>22</height>
286
     </rect>
287
    </property>
288
    <property name="maximum">
289
     <number>999</number>
290
    </property>
291
   </widget>
292
   <widget class="QPushButton" name="pushButtonSave">
293
    <property name="geometry">
294
     <rect>
295
      <x>340</x>
296
      <y>16</y>
297
      <width>75</width>
298
      <height>23</height>
299
     </rect>
300
    </property>
301
    <property name="text">
302
     <string>Save</string>
303
    </property>
304
   </widget>
305
   <widget class="QLabel" name="Changed">
306
    <property name="enabled">
307
     <bool>true</bool>
308
    </property>
309
    <property name="geometry">
310
     <rect>
311
      <x>124</x>
312
      <y>20</y>
313
      <width>81</width>
314
      <height>16</height>
315
     </rect>
316
    </property>
317
    <property name="autoFillBackground">
318
     <bool>false</bool>
319
    </property>
320
    <property name="text">
321
     <string notr="true">Data Changed</string>
322
    </property>
323
   </widget>
324
   <widget class="QLabel" name="label_team">
325
    <property name="geometry">
326
     <rect>
327
      <x>220</x>
328
      <y>20</y>
329
      <width>31</width>
330
      <height>16</height>
331
     </rect>
332
    </property>
333
    <property name="text">
334
     <string>Team</string>
335
    </property>
336
   </widget>
112 david 337
  </widget>
338
 </widget>
339
 <resources/>
340
 <connections/>
341
</ui>