Subversion Repositories svn1-original

Rev

Go to most recent revision | Details | 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
    <property name="rowCount">
54
     <number>10</number>
55
    </property>
56
    <property name="columnCount">
57
     <number>4</number>
58
    </property>
59
    <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
60
     <bool>true</bool>
61
    </attribute>
62
    <attribute name="verticalHeaderShowSortIndicator" stdset="0">
63
     <bool>false</bool>
64
    </attribute>
65
    <row/>
66
    <row/>
67
    <row/>
68
    <row/>
69
    <row/>
70
    <row/>
71
    <row/>
72
    <row/>
73
    <row/>
74
    <row/>
75
    <column/>
76
    <column/>
77
    <column/>
78
    <column/>
79
   </widget>
80
  </widget>
81
  <widget class="QPushButton" name="loadButton">
82
   <property name="geometry">
83
    <rect>
84
     <x>10</x>
85
     <y>470</y>
86
     <width>75</width>
87
     <height>23</height>
88
    </rect>
89
   </property>
90
   <property name="text">
91
    <string>Load</string>
92
   </property>
93
  </widget>
94
 </widget>
95
 <resources/>
96
 <connections/>
97
</ui>