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="QDialogButtonBox" name="buttonBox">
17
   <property name="geometry">
18
    <rect>
123 - 19
     <x>280</x>
20
     <y>470</y>
112 david 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>
126 david 34
     <width>521</width>
123 - 35
     <height>421</height>
112 david 36
    </rect>
37
   </property>
38
   <property name="title">
39
    <string>Team Data</string>
40
   </property>
41
   <widget class="QLabel" name="label_name">
42
    <property name="geometry">
43
     <rect>
44
      <x>10</x>
118 david 45
      <y>14</y>
112 david 46
      <width>46</width>
47
      <height>13</height>
48
     </rect>
49
    </property>
50
    <property name="text">
51
     <string>Name</string>
52
    </property>
53
   </widget>
54
   <widget class="QLineEdit" name="name">
55
    <property name="geometry">
56
     <rect>
57
      <x>60</x>
118 david 58
      <y>14</y>
112 david 59
      <width>331</width>
60
      <height>20</height>
61
     </rect>
62
    </property>
63
   </widget>
64
   <widget class="QLabel" name="label_category">
65
    <property name="geometry">
66
     <rect>
67
      <x>10</x>
118 david 68
      <y>39</y>
112 david 69
      <width>46</width>
70
      <height>13</height>
71
     </rect>
72
    </property>
73
    <property name="text">
74
     <string>Category</string>
75
    </property>
76
   </widget>
77
   <widget class="QComboBox" name="category">
78
    <property name="geometry">
79
     <rect>
80
      <x>60</x>
118 david 81
      <y>39</y>
112 david 82
      <width>171</width>
83
      <height>22</height>
84
     </rect>
85
    </property>
86
   </widget>
87
   <widget class="QLineEdit" name="category_abr">
88
    <property name="geometry">
89
     <rect>
90
      <x>240</x>
118 david 91
      <y>39</y>
112 david 92
      <width>31</width>
93
      <height>20</height>
94
     </rect>
95
    </property>
96
    <property name="text">
97
     <string notr="true"/>
98
    </property>
99
    <property name="readOnly">
100
     <bool>true</bool>
101
    </property>
102
   </widget>
103
   <widget class="QGroupBox" name="groupBox_2">
104
    <property name="geometry">
105
     <rect>
106
      <x>10</x>
118 david 107
      <y>62</y>
112 david 108
      <width>391</width>
118 david 109
      <height>161</height>
112 david 110
     </rect>
111
    </property>
112
    <property name="title">
113
     <string>Members</string>
114
    </property>
115
    <widget class="QTableWidget" name="members">
116
     <property name="geometry">
117
      <rect>
118
       <x>10</x>
119
       <y>20</y>
120
       <width>371</width>
118 david 121
       <height>131</height>
112 david 122
      </rect>
123
     </property>
124
     <property name="alternatingRowColors">
125
      <bool>true</bool>
126
     </property>
127
     <property name="cornerButtonEnabled">
128
      <bool>false</bool>
129
     </property>
130
     <property name="rowCount">
131
      <number>5</number>
132
     </property>
133
     <property name="columnCount">
134
      <number>3</number>
135
     </property>
116 - 136
     <attribute name="horizontalHeaderDefaultSectionSize">
137
      <number>117</number>
138
     </attribute>
139
     <attribute name="verticalHeaderDefaultSectionSize">
140
      <number>20</number>
141
     </attribute>
112 david 142
     <attribute name="verticalHeaderStretchLastSection">
143
      <bool>false</bool>
144
     </attribute>
145
     <row/>
146
     <row/>
147
     <row/>
148
     <row/>
149
     <row/>
150
     <column>
151
      <property name="text">
152
       <string notr="true">Name</string>
153
      </property>
154
     </column>
155
     <column>
156
      <property name="text">
157
       <string>Sex</string>
158
      </property>
159
     </column>
160
     <column>
161
      <property name="text">
162
       <string>Age</string>
163
      </property>
164
     </column>
165
    </widget>
166
   </widget>
118 david 167
   <widget class="QGroupBox" name="groupBox_3">
168
    <property name="geometry">
169
     <rect>
170
      <x>10</x>
171
      <y>230</y>
126 david 172
      <width>501</width>
124 - 173
      <height>171</height>
118 david 174
     </rect>
175
    </property>
176
    <property name="title">
177
     <string>Leg Times</string>
178
    </property>
179
    <widget class="QWidget" name="verticalLayoutWidget">
180
     <property name="geometry">
181
      <rect>
182
       <x>0</x>
183
       <y>10</y>
126 david 184
       <width>491</width>
124 - 185
       <height>151</height>
118 david 186
      </rect>
187
     </property>
188
     <layout class="QVBoxLayout" name="legTime_layout">
189
      <property name="spacing">
190
       <number>0</number>
191
      </property>
192
     </layout>
193
    </widget>
194
   </widget>
136 - 195
   <widget class="QCheckBox" name="disqualified">
196
    <property name="geometry">
197
     <rect>
198
      <x>410</x>
199
      <y>70</y>
200
      <width>101</width>
201
      <height>18</height>
202
     </rect>
203
    </property>
204
    <property name="text">
205
     <string>Disqalified</string>
206
    </property>
207
   </widget>
208
   <widget class="QCheckBox" name="nonEquestrian">
209
    <property name="geometry">
210
     <rect>
211
      <x>410</x>
212
      <y>90</y>
213
      <width>101</width>
214
      <height>18</height>
215
     </rect>
216
    </property>
217
    <property name="text">
218
     <string>Non Equestrian</string>
219
    </property>
220
   </widget>
112 david 221
  </widget>
222
  <widget class="QSpinBox" name="teamNumber">
223
   <property name="geometry">
224
    <rect>
123 - 225
     <x>190</x>
226
     <y>470</y>
112 david 227
     <width>61</width>
228
     <height>22</height>
229
    </rect>
230
   </property>
231
   <property name="maximum">
232
    <number>999</number>
233
   </property>
234
  </widget>
235
  <widget class="QLabel" name="label">
236
   <property name="geometry">
237
    <rect>
123 - 238
     <x>149</x>
239
     <y>474</y>
112 david 240
     <width>31</width>
241
     <height>16</height>
242
    </rect>
243
   </property>
244
   <property name="text">
245
    <string>Team</string>
246
   </property>
247
  </widget>
248
 </widget>
249
 <resources/>
250
 <connections/>
251
</ui>