Subversion Repositories svn1

Rev

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">
3
 <class>teamDisplay</class>
4
 <widget class="QWidget" name="teamDisplay">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>430</width>
118 david 10
    <height>440</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>
118 david 19
     <x>270</x>
20
     <y>405</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>
34
     <width>411</width>
118 david 35
     <height>391</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>
116 - 145
     <attribute name="verticalHeaderDefaultSectionSize">
146
      <number>20</number>
147
     </attribute>
112 david 148
     <attribute name="verticalHeaderStretchLastSection">
149
      <bool>false</bool>
150
     </attribute>
116 - 151
     <attribute name="horizontalHeaderDefaultSectionSize">
152
      <number>117</number>
153
     </attribute>
112 david 154
     <row/>
155
     <row/>
156
     <row/>
157
     <row/>
158
     <row/>
159
     <column>
160
      <property name="text">
161
       <string notr="true">Name</string>
162
      </property>
163
     </column>
164
     <column>
165
      <property name="text">
166
       <string>Sex</string>
167
      </property>
168
     </column>
169
     <column>
170
      <property name="text">
171
       <string>Age</string>
172
      </property>
173
     </column>
174
    </widget>
175
   </widget>
118 david 176
   <widget class="QGroupBox" name="groupBox_3">
177
    <property name="geometry">
178
     <rect>
179
      <x>10</x>
180
      <y>230</y>
181
      <width>391</width>
182
      <height>151</height>
183
     </rect>
184
    </property>
185
    <property name="title">
186
     <string>Leg Times</string>
187
    </property>
188
    <widget class="QWidget" name="verticalLayoutWidget">
189
     <property name="geometry">
190
      <rect>
191
       <x>0</x>
192
       <y>10</y>
193
       <width>391</width>
194
       <height>141</height>
195
      </rect>
196
     </property>
197
     <layout class="QVBoxLayout" name="legTime_layout">
198
      <property name="spacing">
199
       <number>0</number>
200
      </property>
201
     </layout>
202
    </widget>
203
   </widget>
112 david 204
  </widget>
205
  <widget class="QSpinBox" name="teamNumber">
206
   <property name="geometry">
207
    <rect>
118 david 208
     <x>191</x>
209
     <y>406</y>
112 david 210
     <width>61</width>
211
     <height>22</height>
212
    </rect>
213
   </property>
214
   <property name="maximum">
215
    <number>999</number>
216
   </property>
217
  </widget>
218
  <widget class="QLabel" name="label">
219
   <property name="geometry">
220
    <rect>
118 david 221
     <x>150</x>
222
     <y>410</y>
112 david 223
     <width>31</width>
224
     <height>16</height>
225
    </rect>
226
   </property>
227
   <property name="text">
228
    <string>Team</string>
229
   </property>
230
  </widget>
231
 </widget>
232
 <resources/>
233
 <connections/>
234
</ui>