Subversion Repositories svn1-original

Rev

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

Rev Author Line No. Line
306 david 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>QmDialogChangeTeamNumber</class>
4
 <widget class="QDialog" name="QmDialogChangeTeamNumber">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
307 david 9
    <width>347</width>
308 david 10
    <height>429</height>
306 david 11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Dialog</string>
15
  </property>
16
  <property name="sizeGripEnabled">
17
   <bool>false</bool>
18
  </property>
19
  <property name="modal">
20
   <bool>false</bool>
21
  </property>
22
  <widget class="QDialogButtonBox" name="buttonBox">
23
   <property name="geometry">
24
    <rect>
307 david 25
     <x>170</x>
308 david 26
     <y>280</y>
306 david 27
     <width>161</width>
28
     <height>32</height>
29
    </rect>
30
   </property>
31
   <property name="orientation">
32
    <enum>Qt::Horizontal</enum>
33
   </property>
34
   <property name="standardButtons">
35
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
36
   </property>
37
  </widget>
38
  <widget class="QGroupBox" name="groupBox">
39
   <property name="geometry">
40
    <rect>
41
     <x>10</x>
42
     <y>10</y>
307 david 43
     <width>321</width>
44
     <height>81</height>
306 david 45
    </rect>
46
   </property>
47
   <property name="title">
48
    <string>Source Team</string>
49
   </property>
50
   <widget class="QmTeamSelector" name="sourceTeam">
51
    <property name="geometry">
52
     <rect>
53
      <x>10</x>
54
      <y>20</y>
55
      <width>61</width>
56
      <height>22</height>
57
     </rect>
58
    </property>
59
   </widget>
307 david 60
   <widget class="QLineEdit" name="sourceName">
61
    <property name="geometry">
62
     <rect>
63
      <x>10</x>
64
      <y>50</y>
65
      <width>301</width>
66
      <height>20</height>
67
     </rect>
68
    </property>
308 david 69
    <property name="focusPolicy">
70
     <enum>Qt::NoFocus</enum>
71
    </property>
307 david 72
    <property name="readOnly">
73
     <bool>true</bool>
74
    </property>
75
   </widget>
306 david 76
  </widget>
77
  <widget class="QGroupBox" name="groupBox_2">
78
   <property name="geometry">
79
    <rect>
307 david 80
     <x>10</x>
81
     <y>90</y>
82
     <width>321</width>
83
     <height>81</height>
306 david 84
    </rect>
85
   </property>
86
   <property name="title">
87
    <string>Target Team</string>
88
   </property>
89
   <widget class="QmTeamSelector" name="targetTeam">
90
    <property name="geometry">
91
     <rect>
92
      <x>10</x>
93
      <y>20</y>
94
      <width>61</width>
95
      <height>22</height>
96
     </rect>
97
    </property>
98
   </widget>
307 david 99
   <widget class="QLineEdit" name="targetName">
100
    <property name="geometry">
101
     <rect>
102
      <x>10</x>
103
      <y>50</y>
104
      <width>301</width>
105
      <height>20</height>
106
     </rect>
107
    </property>
308 david 108
    <property name="focusPolicy">
109
     <enum>Qt::NoFocus</enum>
110
    </property>
307 david 111
    <property name="readOnly">
112
     <bool>true</bool>
113
    </property>
114
   </widget>
306 david 115
  </widget>
116
  <widget class="QGroupBox" name="groupBox_3">
117
   <property name="geometry">
118
    <rect>
119
     <x>10</x>
307 david 120
     <y>180</y>
121
     <width>321</width>
308 david 122
     <height>91</height>
306 david 123
    </rect>
124
   </property>
125
   <property name="title">
126
    <string>Mode</string>
127
   </property>
128
   <widget class="QRadioButton" name="copyMode">
129
    <property name="geometry">
130
     <rect>
131
      <x>10</x>
132
      <y>20</y>
133
      <width>51</width>
134
      <height>18</height>
135
     </rect>
136
    </property>
137
    <property name="toolTip">
138
     <string>Copy the source team data to the target team</string>
139
    </property>
140
    <property name="text">
141
     <string>Copy</string>
142
    </property>
143
   </widget>
144
   <widget class="QRadioButton" name="swapMode">
145
    <property name="geometry">
146
     <rect>
147
      <x>10</x>
308 david 148
      <y>60</y>
306 david 149
      <width>82</width>
150
      <height>18</height>
151
     </rect>
152
    </property>
153
    <property name="toolTip">
154
     <string>Swap source and target team data</string>
155
    </property>
156
    <property name="text">
157
     <string>Swap</string>
158
    </property>
159
    <property name="checked">
160
     <bool>true</bool>
161
    </property>
162
   </widget>
308 david 163
   <widget class="QCheckBox" name="onlyTimes">
306 david 164
    <property name="geometry">
165
     <rect>
308 david 166
      <x>160</x>
306 david 167
      <y>20</y>
168
      <width>101</width>
169
      <height>18</height>
170
     </rect>
171
    </property>
172
    <property name="toolTip">
309 david 173
     <string>Only operate on the Team Times</string>
306 david 174
    </property>
175
    <property name="text">
308 david 176
     <string>Only Times</string>
306 david 177
    </property>
178
   </widget>
308 david 179
   <widget class="QCheckBox" name="onlyNames">
180
    <property name="geometry">
181
     <rect>
182
      <x>160</x>
183
      <y>50</y>
184
      <width>101</width>
185
      <height>18</height>
186
     </rect>
187
    </property>
188
    <property name="toolTip">
309 david 189
     <string>Only operate on the Team Manes - not times</string>
308 david 190
    </property>
191
    <property name="text">
192
     <string>Only Names</string>
193
    </property>
194
   </widget>
195
   <widget class="QRadioButton" name="moveMode">
196
    <property name="geometry">
197
     <rect>
198
      <x>10</x>
199
      <y>40</y>
200
      <width>51</width>
201
      <height>18</height>
202
     </rect>
203
    </property>
204
    <property name="toolTip">
309 david 205
     <string>Move the source team data to the target team. Erase the source</string>
308 david 206
    </property>
207
    <property name="text">
208
     <string>Move</string>
209
    </property>
210
   </widget>
306 david 211
  </widget>
212
  <widget class="QLabel" name="Help">
213
   <property name="geometry">
214
    <rect>
215
     <x>10</x>
308 david 216
     <y>320</y>
307 david 217
     <width>321</width>
308 david 218
     <height>101</height>
306 david 219
    </rect>
220
   </property>
221
   <property name="frameShape">
222
    <enum>QFrame::Panel</enum>
223
   </property>
224
   <property name="text">
225
    <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
226
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
227
p, li { white-space: pre-wrap; }
228
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
229
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Modes of operation&lt;/span&gt;&lt;/p&gt;
230
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
308 david 231
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Copy the source team data to the target.&lt;/span&gt;&lt;/p&gt;
306 david 232
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
308 david 233
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Move the source data to the target. The source will be erased.&lt;/span&gt;&lt;/p&gt;
234
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;/p&gt;
306 david 235
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Swap the two team's data.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
236
   </property>
237
   <property name="alignment">
238
    <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
239
   </property>
240
   <property name="wordWrap">
241
    <bool>true</bool>
242
   </property>
243
  </widget>
244
 </widget>
245
 <customwidgets>
246
  <customwidget>
247
   <class>QmTeamSelector</class>
248
   <extends>QSpinBox</extends>
249
   <header>qmteamselector.h</header>
250
  </customwidget>
251
 </customwidgets>
308 david 252
 <tabstops>
253
  <tabstop>buttonBox</tabstop>
254
  <tabstop>sourceTeam</tabstop>
255
  <tabstop>targetTeam</tabstop>
256
  <tabstop>copyMode</tabstop>
257
  <tabstop>moveMode</tabstop>
258
  <tabstop>swapMode</tabstop>
259
  <tabstop>onlyTimes</tabstop>
260
  <tabstop>onlyNames</tabstop>
261
 </tabstops>
306 david 262
 <resources/>
263
 <connections>
264
  <connection>
265
   <sender>buttonBox</sender>
266
   <signal>accepted()</signal>
267
   <receiver>QmDialogChangeTeamNumber</receiver>
268
   <slot>accept()</slot>
269
   <hints>
270
    <hint type="sourcelabel">
271
     <x>248</x>
272
     <y>254</y>
273
    </hint>
274
    <hint type="destinationlabel">
275
     <x>157</x>
276
     <y>274</y>
277
    </hint>
278
   </hints>
279
  </connection>
280
  <connection>
281
   <sender>buttonBox</sender>
282
   <signal>rejected()</signal>
283
   <receiver>QmDialogChangeTeamNumber</receiver>
284
   <slot>reject()</slot>
285
   <hints>
286
    <hint type="sourcelabel">
287
     <x>316</x>
288
     <y>260</y>
289
    </hint>
290
    <hint type="destinationlabel">
291
     <x>286</x>
292
     <y>274</y>
293
    </hint>
294
   </hints>
295
  </connection>
296
 </connections>
297
</ui>