Subversion Repositories svn1-original

Rev

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

Rev Author Line No. Line
138 david 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>qmDisqualified</class>
4
 <widget class="QWidget" name="qmDisqualified">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>538</width>
10
    <height>500</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Form</string>
15
  </property>
16
  <widget class="QDialogButtonBox" name="buttonBox">
17
   <property name="geometry">
18
    <rect>
19
     <x>380</x>
20
     <y>470</y>
21
     <width>156</width>
22
     <height>23</height>
23
    </rect>
24
   </property>
25
   <property name="standardButtons">
26
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
27
   </property>
28
  </widget>
29
  <widget class="QGroupBox" name="groupBox">
30
   <property name="geometry">
31
    <rect>
32
     <x>10</x>
33
     <y>0</y>
34
     <width>521</width>
35
     <height>451</height>
36
    </rect>
37
   </property>
38
   <property name="title">
39
    <string>Disqualified and Non Equestrian</string>
40
   </property>
41
   <widget class="QTableWidget" name="tableWidget">
42
    <property name="geometry">
43
     <rect>
44
      <x>10</x>
45
      <y>20</y>
46
      <width>501</width>
47
      <height>421</height>
48
     </rect>
49
    </property>
50
    <property name="alternatingRowColors">
51
     <bool>true</bool>
52
    </property>
53
    <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
54
     <bool>true</bool>
55
    </attribute>
140 - 56
    <attribute name="verticalHeaderDefaultSectionSize">
57
     <number>20</number>
58
    </attribute>
138 david 59
    <attribute name="verticalHeaderShowSortIndicator" stdset="0">
60
     <bool>false</bool>
61
    </attribute>
62
   </widget>
63
  </widget>
64
  <widget class="QPushButton" name="loadButton">
65
   <property name="geometry">
66
    <rect>
67
     <x>10</x>
68
     <y>470</y>
69
     <width>75</width>
70
     <height>23</height>
71
    </rect>
72
   </property>
73
   <property name="text">
74
    <string>Load</string>
75
   </property>
76
  </widget>
77
 </widget>
78
 <resources/>
79
 <connections/>
80
</ui>