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">
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>
10
    <height>400</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>250</x>
20
     <y>370</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>411</width>
35
     <height>361</height>
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>
45
      <y>20</y>
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>
58
      <y>20</y>
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>
68
      <y>50</y>
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>
81
      <y>50</y>
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>
91
      <y>50</y>
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>
107
      <y>80</y>
108
      <width>391</width>
109
      <height>211</height>
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>
121
       <height>181</height>
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>
136
     <attribute name="verticalHeaderStretchLastSection">
137
      <bool>false</bool>
138
     </attribute>
139
     <attribute name="verticalHeaderStretchLastSection">
140
      <bool>false</bool>
141
     </attribute>
142
     <row/>
143
     <row/>
144
     <row/>
145
     <row/>
146
     <row/>
147
     <column>
148
      <property name="text">
149
       <string notr="true">Name</string>
150
      </property>
151
     </column>
152
     <column>
153
      <property name="text">
154
       <string>Sex</string>
155
      </property>
156
     </column>
157
     <column>
158
      <property name="text">
159
       <string>Age</string>
160
      </property>
161
     </column>
162
    </widget>
163
   </widget>
164
  </widget>
165
  <widget class="QSpinBox" name="teamNumber">
166
   <property name="geometry">
167
    <rect>
168
     <x>171</x>
169
     <y>370</y>
170
     <width>61</width>
171
     <height>22</height>
172
    </rect>
173
   </property>
174
   <property name="maximum">
175
    <number>999</number>
176
   </property>
177
  </widget>
178
  <widget class="QLabel" name="label">
179
   <property name="geometry">
180
    <rect>
181
     <x>130</x>
182
     <y>374</y>
183
     <width>31</width>
184
     <height>16</height>
185
    </rect>
186
   </property>
187
   <property name="text">
188
    <string>Team</string>
189
   </property>
190
  </widget>
191
 </widget>
192
 <resources/>
193
 <connections/>
194
</ui>