Subversion Repositories svn1

Rev

Rev 226 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 226 Rev 380
Line 5... Line 5...
5
  <property name="geometry">
5
  <property name="geometry">
6
   <rect>
6
   <rect>
7
    <x>0</x>
7
    <x>0</x>
8
    <y>0</y>
8
    <y>0</y>
9
    <width>538</width>
9
    <width>538</width>
10
    <height>500</height>
10
    <height>515</height>
11
   </rect>
11
   </rect>
12
  </property>
12
  </property>
13
  <property name="windowTitle">
13
  <property name="windowTitle">
14
   <string>Form</string>
14
   <string>Form</string>
15
  </property>
15
  </property>
Line 17... Line 17...
17
   <property name="geometry">
17
   <property name="geometry">
18
    <rect>
18
    <rect>
19
     <x>10</x>
19
     <x>10</x>
20
     <y>0</y>
20
     <y>0</y>
21
     <width>521</width>
21
     <width>521</width>
22
     <height>411</height>
22
     <height>455</height>
23
    </rect>
23
    </rect>
24
   </property>
24
   </property>
25
   <property name="title">
25
   <property name="title">
26
    <string>Team Data</string>
26
    <string>Team Data</string>
27
   </property>
27
   </property>
Line 100... Line 100...
100
    <property name="geometry">
100
    <property name="geometry">
101
     <rect>
101
     <rect>
102
      <x>10</x>
102
      <x>10</x>
103
      <y>62</y>
103
      <y>62</y>
104
      <width>391</width>
104
      <width>391</width>
105
      <height>161</height>
105
      <height>155</height>
106
     </rect>
106
     </rect>
107
    </property>
107
    </property>
108
    <property name="title">
108
    <property name="title">
109
     <string>Members</string>
109
     <string>Members</string>
110
    </property>
110
    </property>
Line 112... Line 112...
112
     <property name="geometry">
112
     <property name="geometry">
113
      <rect>
113
      <rect>
114
       <x>10</x>
114
       <x>10</x>
115
       <y>20</y>
115
       <y>20</y>
116
       <width>371</width>
116
       <width>371</width>
117
       <height>131</height>
117
       <height>125</height>
118
      </rect>
118
      </rect>
119
     </property>
119
     </property>
120
     <property name="alternatingRowColors">
120
     <property name="alternatingRowColors">
121
      <bool>true</bool>
121
      <bool>true</bool>
122
     </property>
122
     </property>
Line 162... Line 162...
162
   </widget>
162
   </widget>
163
   <widget class="QGroupBox" name="groupBox_3">
163
   <widget class="QGroupBox" name="groupBox_3">
164
    <property name="geometry">
164
    <property name="geometry">
165
     <rect>
165
     <rect>
166
      <x>10</x>
166
      <x>10</x>
167
      <y>230</y>
167
      <y>225</y>
168
      <width>501</width>
168
      <width>501</width>
169
      <height>171</height>
169
      <height>171</height>
170
     </rect>
170
     </rect>
171
    </property>
171
    </property>
172
    <property name="title">
172
    <property name="title">
Line 212... Line 212...
212
      <width>101</width>
212
      <width>101</width>
213
      <height>18</height>
213
      <height>18</height>
214
     </rect>
214
     </rect>
215
    </property>
215
    </property>
216
    <property name="toolTip">
216
    <property name="toolTip">
217
     <string>Team is non-Equestrian and will not be eligable for some prizes</string>
217
     <string>Team is non-Equestrian and will not be eligible for some prizes</string>
218
    </property>
218
    </property>
219
    <property name="text">
219
    <property name="text">
220
     <string>Non Equestrian</string>
220
     <string>Non Equestrian</string>
221
    </property>
221
    </property>
222
   </widget>
222
   </widget>
Line 282... Line 282...
282
    </property>
282
    </property>
283
    <property name="text">
283
    <property name="text">
284
     <string>Failed Vet Check</string>
284
     <string>Failed Vet Check</string>
285
    </property>
285
    </property>
286
   </widget>
286
   </widget>
-
 
287
   <widget class="QGroupBox" name="noteBox">
-
 
288
    <property name="geometry">
-
 
289
     <rect>
-
 
290
      <x>10</x>
-
 
291
      <y>405</y>
-
 
292
      <width>501</width>
-
 
293
      <height>41</height>
-
 
294
     </rect>
-
 
295
    </property>
-
 
296
    <property name="title">
-
 
297
     <string>Team Notes</string>
-
 
298
    </property>
-
 
299
    <widget class="QPushButton" name="editNote">
-
 
300
     <property name="geometry">
-
 
301
      <rect>
-
 
302
       <x>450</x>
-
 
303
       <y>14</y>
-
 
304
       <width>41</width>
-
 
305
       <height>20</height>
-
 
306
      </rect>
-
 
307
     </property>
-
 
308
     <property name="toolTip">
-
 
309
      <string notr="true">Edit/Delete the team notes</string>
-
 
310
     </property>
-
 
311
     <property name="text">
-
 
312
      <string>Edit</string>
-
 
313
     </property>
-
 
314
    </widget>
-
 
315
    <widget class="QComboBox" name="noteText">
-
 
316
     <property name="geometry">
-
 
317
      <rect>
-
 
318
       <x>10</x>
-
 
319
       <y>14</y>
-
 
320
       <width>440</width>
-
 
321
       <height>22</height>
-
 
322
      </rect>
-
 
323
     </property>
-
 
324
    </widget>
-
 
325
   </widget>
287
  </widget>
326
  </widget>
288
  <widget class="QGroupBox" name="groupBox_4">
327
  <widget class="QGroupBox" name="groupBox_4">
289
   <property name="geometry">
328
   <property name="geometry">
290
    <rect>
329
    <rect>
291
     <x>10</x>
330
     <x>10</x>
292
     <y>440</y>
331
     <y>455</y>
293
     <width>521</width>
332
     <width>521</width>
294
     <height>51</height>
333
     <height>50</height>
295
    </rect>
334
    </rect>
296
   </property>
335
   </property>
297
   <property name="title">
336
   <property name="title">
298
    <string>Team Selector</string>
337
    <string>Team Selector</string>
299
   </property>
338
   </property>
300
   <widget class="QPushButton" name="pushButtonRestore">
339
   <widget class="QPushButton" name="pushButtonRestore">
301
    <property name="geometry">
340
    <property name="geometry">
302
     <rect>
341
     <rect>
303
      <x>420</x>
342
      <x>430</x>
304
      <y>16</y>
343
      <y>16</y>
305
      <width>75</width>
344
      <width>75</width>
306
      <height>23</height>
345
      <height>23</height>
307
     </rect>
346
     </rect>
308
    </property>
347
    </property>
Line 311... Line 350...
311
    </property>
350
    </property>
312
    <property name="text">
351
    <property name="text">
313
     <string>Restore</string>
352
     <string>Restore</string>
314
    </property>
353
    </property>
315
   </widget>
354
   </widget>
316
   <widget class="QSpinBox" name="teamNumber">
355
   <widget class="QmTeamSelector" name="teamNumber">
317
    <property name="geometry">
356
    <property name="geometry">
318
     <rect>
357
     <rect>
319
      <x>261</x>
358
      <x>270</x>
320
      <y>16</y>
359
      <y>16</y>
321
      <width>61</width>
360
      <width>61</width>
322
      <height>22</height>
361
      <height>22</height>
323
     </rect>
362
     </rect>
324
    </property>
363
    </property>
Line 330... Line 369...
330
    </property>
369
    </property>
331
   </widget>
370
   </widget>
332
   <widget class="QPushButton" name="pushButtonSave">
371
   <widget class="QPushButton" name="pushButtonSave">
333
    <property name="geometry">
372
    <property name="geometry">
334
     <rect>
373
     <rect>
335
      <x>340</x>
374
      <x>350</x>
336
      <y>16</y>
375
      <y>16</y>
337
      <width>75</width>
376
      <width>75</width>
338
      <height>23</height>
377
      <height>23</height>
339
     </rect>
378
     </rect>
340
    </property>
379
    </property>
Line 365... Line 404...
365
    </property>
404
    </property>
366
   </widget>
405
   </widget>
367
   <widget class="QLabel" name="label_team">
406
   <widget class="QLabel" name="label_team">
368
    <property name="geometry">
407
    <property name="geometry">
369
     <rect>
408
     <rect>
370
      <x>220</x>
409
      <x>230</x>
371
      <y>20</y>
410
      <y>20</y>
372
      <width>31</width>
411
      <width>31</width>
373
      <height>16</height>
412
      <height>16</height>
374
     </rect>
413
     </rect>
375
    </property>
414
    </property>
Line 377... Line 416...
377
     <string>Team</string>
416
     <string>Team</string>
378
    </property>
417
    </property>
379
   </widget>
418
   </widget>
380
  </widget>
419
  </widget>
381
 </widget>
420
 </widget>
-
 
421
 <customwidgets>
-
 
422
  <customwidget>
-
 
423
   <class>QmTeamSelector</class>
-
 
424
   <extends>QSpinBox</extends>
-
 
425
   <header>qmteamselector.h</header>
-
 
426
  </customwidget>
-
 
427
 </customwidgets>
-
 
428
 <tabstops>
-
 
429
  <tabstop>pushButtonRestore</tabstop>
-
 
430
  <tabstop>teamNumber</tabstop>
-
 
431
  <tabstop>name</tabstop>
-
 
432
  <tabstop>category</tabstop>
-
 
433
  <tabstop>category_abr</tabstop>
-
 
434
  <tabstop>disabled</tabstop>
-
 
435
  <tabstop>nonEquestrian</tabstop>
-
 
436
  <tabstop>VetCheck</tabstop>
-
 
437
  <tabstop>disqualified</tabstop>
-
 
438
  <tabstop>members</tabstop>
-
 
439
  <tabstop>pushButtonSave</tabstop>
-
 
440
 </tabstops>
382
 <resources/>
441
 <resources/>
383
 <connections/>
442
 <connections/>
384
</ui>
443
</ui>