Subversion Repositories svn1

Rev

Rev 302 | Rev 304 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
302 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>
303 david 9
    <width>347</width>
10
    <height>412</height>
302 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>
303 david 25
     <x>170</x>
26
     <y>270</y>
302 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>
303 david 43
     <width>321</width>
44
     <height>81</height>
302 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>
303 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>
69
    <property name="readOnly">
70
     <bool>true</bool>
71
    </property>
72
   </widget>
302 david 73
  </widget>
74
  <widget class="QGroupBox" name="groupBox_2">
75
   <property name="geometry">
76
    <rect>
303 david 77
     <x>10</x>
78
     <y>90</y>
79
     <width>321</width>
80
     <height>81</height>
302 david 81
    </rect>
82
   </property>
83
   <property name="title">
84
    <string>Target Team</string>
85
   </property>
86
   <widget class="QmTeamSelector" name="targetTeam">
87
    <property name="geometry">
88
     <rect>
89
      <x>10</x>
90
      <y>20</y>
91
      <width>61</width>
92
      <height>22</height>
93
     </rect>
94
    </property>
95
   </widget>
303 david 96
   <widget class="QLineEdit" name="targetName">
97
    <property name="geometry">
98
     <rect>
99
      <x>10</x>
100
      <y>50</y>
101
      <width>301</width>
102
      <height>20</height>
103
     </rect>
104
    </property>
105
    <property name="readOnly">
106
     <bool>true</bool>
107
    </property>
108
   </widget>
302 david 109
  </widget>
110
  <widget class="QGroupBox" name="groupBox_3">
111
   <property name="geometry">
112
    <rect>
113
     <x>10</x>
303 david 114
     <y>180</y>
115
     <width>321</width>
302 david 116
     <height>80</height>
117
    </rect>
118
   </property>
119
   <property name="title">
120
    <string>Mode</string>
121
   </property>
122
   <widget class="QRadioButton" name="copyMode">
123
    <property name="geometry">
124
     <rect>
125
      <x>10</x>
126
      <y>20</y>
127
      <width>51</width>
128
      <height>18</height>
129
     </rect>
130
    </property>
131
    <property name="toolTip">
132
     <string>Copy the source team data to the target team</string>
133
    </property>
134
    <property name="text">
135
     <string>Copy</string>
136
    </property>
137
   </widget>
138
   <widget class="QRadioButton" name="swapMode">
139
    <property name="geometry">
140
     <rect>
141
      <x>10</x>
142
      <y>40</y>
143
      <width>82</width>
144
      <height>18</height>
145
     </rect>
146
    </property>
147
    <property name="toolTip">
148
     <string>Swap source and target team data</string>
149
    </property>
150
    <property name="text">
151
     <string>Swap</string>
152
    </property>
153
    <property name="checked">
154
     <bool>true</bool>
155
    </property>
156
   </widget>
157
   <widget class="QCheckBox" name="eraseSource">
158
    <property name="geometry">
159
     <rect>
160
      <x>110</x>
161
      <y>20</y>
162
      <width>101</width>
163
      <height>18</height>
164
     </rect>
165
    </property>
166
    <property name="toolTip">
167
     <string>Erase source teams data after a copy.</string>
168
    </property>
169
    <property name="text">
170
     <string>Erase Source</string>
171
    </property>
172
   </widget>
173
  </widget>
174
  <widget class="QLabel" name="Help">
175
   <property name="geometry">
176
    <rect>
177
     <x>10</x>
303 david 178
     <y>310</y>
179
     <width>321</width>
302 david 180
     <height>91</height>
181
    </rect>
182
   </property>
183
   <property name="frameShape">
184
    <enum>QFrame::Panel</enum>
185
   </property>
186
   <property name="text">
187
    <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;
188
&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;
189
p, li { white-space: pre-wrap; }
190
&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;
191
&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;
192
&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;
193
&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, and optionally erase the source entry.&lt;/span&gt;&lt;/p&gt;
194
&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;
195
&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>
196
   </property>
197
   <property name="alignment">
198
    <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
199
   </property>
200
   <property name="wordWrap">
201
    <bool>true</bool>
202
   </property>
203
  </widget>
204
 </widget>
205
 <customwidgets>
206
  <customwidget>
207
   <class>QmTeamSelector</class>
208
   <extends>QSpinBox</extends>
209
   <header>qmteamselector.h</header>
210
  </customwidget>
211
 </customwidgets>
212
 <resources/>
213
 <connections>
214
  <connection>
215
   <sender>buttonBox</sender>
216
   <signal>accepted()</signal>
217
   <receiver>QmDialogChangeTeamNumber</receiver>
218
   <slot>accept()</slot>
219
   <hints>
220
    <hint type="sourcelabel">
221
     <x>248</x>
222
     <y>254</y>
223
    </hint>
224
    <hint type="destinationlabel">
225
     <x>157</x>
226
     <y>274</y>
227
    </hint>
228
   </hints>
229
  </connection>
230
  <connection>
231
   <sender>buttonBox</sender>
232
   <signal>rejected()</signal>
233
   <receiver>QmDialogChangeTeamNumber</receiver>
234
   <slot>reject()</slot>
235
   <hints>
236
    <hint type="sourcelabel">
237
     <x>316</x>
238
     <y>260</y>
239
    </hint>
240
    <hint type="destinationlabel">
241
     <x>286</x>
242
     <y>274</y>
243
    </hint>
244
   </hints>
245
  </connection>
246
 </connections>
247
</ui>