| 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>
|
|
|
9 |
<width>263</width>
|
|
|
10 |
<height>312</height>
|
|
|
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>
|
|
|
25 |
<x>90</x>
|
|
|
26 |
<y>170</y>
|
|
|
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>
|
|
|
43 |
<width>111</width>
|
|
|
44 |
<height>51</height>
|
|
|
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>
|
|
|
60 |
</widget>
|
|
|
61 |
<widget class="QGroupBox" name="groupBox_2">
|
|
|
62 |
<property name="geometry">
|
|
|
63 |
<rect>
|
|
|
64 |
<x>140</x>
|
|
|
65 |
<y>10</y>
|
|
|
66 |
<width>111</width>
|
|
|
67 |
<height>51</height>
|
|
|
68 |
</rect>
|
|
|
69 |
</property>
|
|
|
70 |
<property name="title">
|
|
|
71 |
<string>Target Team</string>
|
|
|
72 |
</property>
|
|
|
73 |
<widget class="QmTeamSelector" name="targetTeam">
|
|
|
74 |
<property name="geometry">
|
|
|
75 |
<rect>
|
|
|
76 |
<x>10</x>
|
|
|
77 |
<y>20</y>
|
|
|
78 |
<width>61</width>
|
|
|
79 |
<height>22</height>
|
|
|
80 |
</rect>
|
|
|
81 |
</property>
|
|
|
82 |
</widget>
|
|
|
83 |
</widget>
|
|
|
84 |
<widget class="QGroupBox" name="groupBox_3">
|
|
|
85 |
<property name="geometry">
|
|
|
86 |
<rect>
|
|
|
87 |
<x>10</x>
|
|
|
88 |
<y>70</y>
|
|
|
89 |
<width>241</width>
|
|
|
90 |
<height>80</height>
|
|
|
91 |
</rect>
|
|
|
92 |
</property>
|
|
|
93 |
<property name="title">
|
|
|
94 |
<string>Mode</string>
|
|
|
95 |
</property>
|
|
|
96 |
<widget class="QRadioButton" name="copyMode">
|
|
|
97 |
<property name="geometry">
|
|
|
98 |
<rect>
|
|
|
99 |
<x>10</x>
|
|
|
100 |
<y>20</y>
|
|
|
101 |
<width>51</width>
|
|
|
102 |
<height>18</height>
|
|
|
103 |
</rect>
|
|
|
104 |
</property>
|
|
|
105 |
<property name="toolTip">
|
|
|
106 |
<string>Copy the source team data to the target team</string>
|
|
|
107 |
</property>
|
|
|
108 |
<property name="text">
|
|
|
109 |
<string>Copy</string>
|
|
|
110 |
</property>
|
|
|
111 |
</widget>
|
|
|
112 |
<widget class="QRadioButton" name="swapMode">
|
|
|
113 |
<property name="geometry">
|
|
|
114 |
<rect>
|
|
|
115 |
<x>10</x>
|
|
|
116 |
<y>40</y>
|
|
|
117 |
<width>82</width>
|
|
|
118 |
<height>18</height>
|
|
|
119 |
</rect>
|
|
|
120 |
</property>
|
|
|
121 |
<property name="toolTip">
|
|
|
122 |
<string>Swap source and target team data</string>
|
|
|
123 |
</property>
|
|
|
124 |
<property name="text">
|
|
|
125 |
<string>Swap</string>
|
|
|
126 |
</property>
|
|
|
127 |
<property name="checked">
|
|
|
128 |
<bool>true</bool>
|
|
|
129 |
</property>
|
|
|
130 |
</widget>
|
|
|
131 |
<widget class="QCheckBox" name="eraseSource">
|
|
|
132 |
<property name="geometry">
|
|
|
133 |
<rect>
|
|
|
134 |
<x>110</x>
|
|
|
135 |
<y>20</y>
|
|
|
136 |
<width>101</width>
|
|
|
137 |
<height>18</height>
|
|
|
138 |
</rect>
|
|
|
139 |
</property>
|
|
|
140 |
<property name="toolTip">
|
|
|
141 |
<string>Erase source teams data after a copy.</string>
|
|
|
142 |
</property>
|
|
|
143 |
<property name="text">
|
|
|
144 |
<string>Erase Source</string>
|
|
|
145 |
</property>
|
|
|
146 |
</widget>
|
|
|
147 |
</widget>
|
|
|
148 |
<widget class="QLabel" name="Help">
|
|
|
149 |
<property name="geometry">
|
|
|
150 |
<rect>
|
|
|
151 |
<x>10</x>
|
|
|
152 |
<y>210</y>
|
|
|
153 |
<width>241</width>
|
|
|
154 |
<height>91</height>
|
|
|
155 |
</rect>
|
|
|
156 |
</property>
|
|
|
157 |
<property name="frameShape">
|
|
|
158 |
<enum>QFrame::Panel</enum>
|
|
|
159 |
</property>
|
|
|
160 |
<property name="text">
|
|
|
161 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
162 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
163 |
p, li { white-space: pre-wrap; }
|
|
|
164 |
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
|
|
|
165 |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Modes of operation</span></p>
|
|
|
166 |
<p style="-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;"></p>
|
|
|
167 |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Copy the source team data to the target, and optionally erase the source entry.</span></p>
|
|
|
168 |
<p style="-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;"></p>
|
|
|
169 |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Swap the two team's data.<br /></span></p></body></html></string>
|
|
|
170 |
</property>
|
|
|
171 |
<property name="alignment">
|
|
|
172 |
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
|
173 |
</property>
|
|
|
174 |
<property name="wordWrap">
|
|
|
175 |
<bool>true</bool>
|
|
|
176 |
</property>
|
|
|
177 |
</widget>
|
|
|
178 |
</widget>
|
|
|
179 |
<customwidgets>
|
|
|
180 |
<customwidget>
|
|
|
181 |
<class>QmTeamSelector</class>
|
|
|
182 |
<extends>QSpinBox</extends>
|
|
|
183 |
<header>qmteamselector.h</header>
|
|
|
184 |
</customwidget>
|
|
|
185 |
</customwidgets>
|
|
|
186 |
<resources/>
|
|
|
187 |
<connections>
|
|
|
188 |
<connection>
|
|
|
189 |
<sender>buttonBox</sender>
|
|
|
190 |
<signal>accepted()</signal>
|
|
|
191 |
<receiver>QmDialogChangeTeamNumber</receiver>
|
|
|
192 |
<slot>accept()</slot>
|
|
|
193 |
<hints>
|
|
|
194 |
<hint type="sourcelabel">
|
|
|
195 |
<x>248</x>
|
|
|
196 |
<y>254</y>
|
|
|
197 |
</hint>
|
|
|
198 |
<hint type="destinationlabel">
|
|
|
199 |
<x>157</x>
|
|
|
200 |
<y>274</y>
|
|
|
201 |
</hint>
|
|
|
202 |
</hints>
|
|
|
203 |
</connection>
|
|
|
204 |
<connection>
|
|
|
205 |
<sender>buttonBox</sender>
|
|
|
206 |
<signal>rejected()</signal>
|
|
|
207 |
<receiver>QmDialogChangeTeamNumber</receiver>
|
|
|
208 |
<slot>reject()</slot>
|
|
|
209 |
<hints>
|
|
|
210 |
<hint type="sourcelabel">
|
|
|
211 |
<x>316</x>
|
|
|
212 |
<y>260</y>
|
|
|
213 |
</hint>
|
|
|
214 |
<hint type="destinationlabel">
|
|
|
215 |
<x>286</x>
|
|
|
216 |
<y>274</y>
|
|
|
217 |
</hint>
|
|
|
218 |
</hints>
|
|
|
219 |
</connection>
|
|
|
220 |
</connections>
|
|
|
221 |
</ui>
|