0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<ui version="4.0" stdsetdef="1">
|
|
3 |
<author></author>
|
|
4 |
<comment></comment>
|
|
5 |
<exportmacro></exportmacro>
|
|
6 |
<class>Distributor</class>
|
|
7 |
<widget class="Q3Wizard" name="Distributor">
|
|
8 |
<property name="geometry">
|
|
9 |
<rect>
|
|
10 |
<x>0</x>
|
|
11 |
<y>0</y>
|
|
12 |
<width>522</width>
|
|
13 |
<height>422</height>
|
|
14 |
</rect>
|
|
15 |
</property>
|
|
16 |
<property name="windowTitle">
|
|
17 |
<string>Qt Distribution Wizard</string>
|
|
18 |
</property>
|
|
19 |
<widget class="QWidget" name="selectLibrary">
|
|
20 |
<attribute name="title">
|
|
21 |
<string><b>Select Qt Library File</b></string>
|
|
22 |
</attribute>
|
|
23 |
<layout class="QGridLayout">
|
|
24 |
<item row="2" column="0">
|
|
25 |
<spacer name="spacer2">
|
|
26 |
<property name="sizeHint">
|
|
27 |
<size>
|
|
28 |
<width>20</width>
|
|
29 |
<height>40</height>
|
|
30 |
</size>
|
|
31 |
</property>
|
|
32 |
<property name="sizeType">
|
|
33 |
<enum>QSizePolicy::Expanding</enum>
|
|
34 |
</property>
|
|
35 |
<property name="orientation">
|
|
36 |
<enum>Qt::Vertical</enum>
|
|
37 |
</property>
|
|
38 |
</spacer>
|
|
39 |
</item>
|
|
40 |
<item row="1" column="0">
|
|
41 |
<widget class="QLineEdit" name="libFilename"/>
|
|
42 |
</item>
|
|
43 |
<item row="1" column="1">
|
|
44 |
<widget class="QPushButton" name="libBrowseButton">
|
|
45 |
<property name="text">
|
|
46 |
<string>&Browse...</string>
|
|
47 |
</property>
|
|
48 |
</widget>
|
|
49 |
</item>
|
|
50 |
<item row="0" column="0" rowspan="1" colspan="2">
|
|
51 |
<widget class="QLabel" name="textLabel1">
|
|
52 |
<property name="text">
|
|
53 |
<string><p>Enter the filename of the Qt library to modify, or use the <i>Browse</i> button to browse for the library.</p>
|
|
54 |
<p>This wizard will allow you to modify the installation paths stored in the library.</p></string>
|
|
55 |
</property>
|
|
56 |
<property name="wordWrap">
|
|
57 |
<bool>false</bool>
|
|
58 |
</property>
|
|
59 |
</widget>
|
|
60 |
</item>
|
|
61 |
</layout>
|
|
62 |
</widget>
|
|
63 |
<widget class="QWidget" name="modifyPaths">
|
|
64 |
<attribute name="title">
|
|
65 |
<string><b>Modify Installation Paths</b></string>
|
|
66 |
</attribute>
|
|
67 |
<layout class="QGridLayout">
|
|
68 |
<item row="11" column="1">
|
|
69 |
<spacer name="spacer2_2">
|
|
70 |
<property name="sizeHint">
|
|
71 |
<size>
|
|
72 |
<width>20</width>
|
|
73 |
<height>40</height>
|
|
74 |
</size>
|
|
75 |
</property>
|
|
76 |
<property name="sizeType">
|
|
77 |
<enum>QSizePolicy::Expanding</enum>
|
|
78 |
</property>
|
|
79 |
<property name="orientation">
|
|
80 |
<enum>Qt::Vertical</enum>
|
|
81 |
</property>
|
|
82 |
</spacer>
|
|
83 |
</item>
|
|
84 |
<item row="1" column="0">
|
|
85 |
<widget class="QLabel" name="prefixBuddy">
|
|
86 |
<property name="text">
|
|
87 |
<string>Installation &Prefix</string>
|
|
88 |
</property>
|
|
89 |
<property name="buddy" stdset="0">
|
|
90 |
<cstring>prefixPath</cstring>
|
|
91 |
</property>
|
|
92 |
<property name="wordWrap">
|
|
93 |
<bool>false</bool>
|
|
94 |
</property>
|
|
95 |
</widget>
|
|
96 |
</item>
|
|
97 |
<item row="8" column="1" rowspan="1" colspan="2">
|
|
98 |
<widget class="QLineEdit" name="libPath">
|
|
99 |
<property name="enabled">
|
|
100 |
<bool>false</bool>
|
|
101 |
</property>
|
|
102 |
<property name="maxLength">
|
|
103 |
<number>255</number>
|
|
104 |
</property>
|
|
105 |
</widget>
|
|
106 |
</item>
|
|
107 |
<item row="1" column="1">
|
|
108 |
<widget class="QLineEdit" name="prefixPath">
|
|
109 |
<property name="maxLength">
|
|
110 |
<number>255</number>
|
|
111 |
</property>
|
|
112 |
</widget>
|
|
113 |
</item>
|
|
114 |
<item row="9" column="1" rowspan="1" colspan="2">
|
|
115 |
<widget class="QLineEdit" name="plgPath">
|
|
116 |
<property name="enabled">
|
|
117 |
<bool>false</bool>
|
|
118 |
</property>
|
|
119 |
<property name="maxLength">
|
|
120 |
<number>255</number>
|
|
121 |
</property>
|
|
122 |
</widget>
|
|
123 |
</item>
|
|
124 |
<item row="1" column="2">
|
|
125 |
<widget class="QPushButton" name="prefixBrowseButton">
|
|
126 |
<property name="text">
|
|
127 |
<string>&Browse...</string>
|
|
128 |
</property>
|
|
129 |
</widget>
|
|
130 |
</item>
|
|
131 |
<item row="10" column="1" rowspan="1" colspan="2">
|
|
132 |
<widget class="QLineEdit" name="datPath">
|
|
133 |
<property name="enabled">
|
|
134 |
<bool>false</bool>
|
|
135 |
</property>
|
|
136 |
<property name="maxLength">
|
|
137 |
<number>255</number>
|
|
138 |
</property>
|
|
139 |
</widget>
|
|
140 |
</item>
|
|
141 |
<item row="0" column="0" rowspan="1" colspan="3">
|
|
142 |
<widget class="QLabel" name="textLabel2">
|
|
143 |
<property name="text">
|
|
144 |
<string><p>Enter the new <i>Installation Prefix</i> for the selected Qt library, or use the <i>Browse</i> button to browse for the desired directory.</p>
|
|
145 |
<p>Use the <i>Next</i> button to review your choices and perform the modification.</p></string>
|
|
146 |
</property>
|
|
147 |
<property name="wordWrap">
|
|
148 |
<bool>false</bool>
|
|
149 |
</property>
|
|
150 |
</widget>
|
|
151 |
</item>
|
|
152 |
<item row="2" column="0" rowspan="1" colspan="3">
|
|
153 |
<widget class="Line" name="line1">
|
|
154 |
<property name="frameShape">
|
|
155 |
<enum>QFrame::HLine</enum>
|
|
156 |
</property>
|
|
157 |
<property name="frameShadow">
|
|
158 |
<enum>QFrame::Sunken</enum>
|
|
159 |
</property>
|
|
160 |
</widget>
|
|
161 |
</item>
|
|
162 |
<item row="6" column="1" rowspan="1" colspan="2">
|
|
163 |
<widget class="QLineEdit" name="docPath">
|
|
164 |
<property name="enabled">
|
|
165 |
<bool>false</bool>
|
|
166 |
</property>
|
|
167 |
<property name="maxLength">
|
|
168 |
<number>255</number>
|
|
169 |
</property>
|
|
170 |
</widget>
|
|
171 |
</item>
|
|
172 |
<item row="7" column="1" rowspan="1" colspan="2">
|
|
173 |
<widget class="QLineEdit" name="hdrPath">
|
|
174 |
<property name="enabled">
|
|
175 |
<bool>false</bool>
|
|
176 |
</property>
|
|
177 |
<property name="maxLength">
|
|
178 |
<number>255</number>
|
|
179 |
</property>
|
|
180 |
</widget>
|
|
181 |
</item>
|
|
182 |
<item row="3" column="0" rowspan="1" colspan="3">
|
|
183 |
<widget class="QLabel" name="textLabel3">
|
|
184 |
<property name="text">
|
|
185 |
<string><p>The various paths below are set automatically according to the chosen <i>Installation Prefix</i>. Uncheck the <i>Set paths from Installation Prefix</i> box to enter custom values.</p></string>
|
|
186 |
</property>
|
|
187 |
<property name="wordWrap">
|
|
188 |
<bool>false</bool>
|
|
189 |
</property>
|
|
190 |
</widget>
|
|
191 |
</item>
|
|
192 |
<item row="5" column="1" rowspan="1" colspan="2">
|
|
193 |
<widget class="QLineEdit" name="binPath">
|
|
194 |
<property name="enabled">
|
|
195 |
<bool>false</bool>
|
|
196 |
</property>
|
|
197 |
<property name="maxLength">
|
|
198 |
<number>255</number>
|
|
199 |
</property>
|
|
200 |
</widget>
|
|
201 |
</item>
|
|
202 |
<item row="4" column="0" rowspan="1" colspan="3">
|
|
203 |
<widget class="QCheckBox" name="autoSet">
|
|
204 |
<property name="text">
|
|
205 |
<string>Set paths from Installation Prefix</string>
|
|
206 |
</property>
|
|
207 |
<property name="checked">
|
|
208 |
<bool>true</bool>
|
|
209 |
</property>
|
|
210 |
</widget>
|
|
211 |
</item>
|
|
212 |
<item row="6" column="0">
|
|
213 |
<widget class="QLabel" name="docBuddy">
|
|
214 |
<property name="text">
|
|
215 |
<string>Documentation</string>
|
|
216 |
</property>
|
|
217 |
<property name="wordWrap">
|
|
218 |
<bool>false</bool>
|
|
219 |
</property>
|
|
220 |
</widget>
|
|
221 |
</item>
|
|
222 |
<item row="10" column="0">
|
|
223 |
<widget class="QLabel" name="datBuddy">
|
|
224 |
<property name="text">
|
|
225 |
<string>Data</string>
|
|
226 |
</property>
|
|
227 |
<property name="wordWrap">
|
|
228 |
<bool>false</bool>
|
|
229 |
</property>
|
|
230 |
</widget>
|
|
231 |
</item>
|
|
232 |
<item row="7" column="0">
|
|
233 |
<widget class="QLabel" name="hdrBuddy">
|
|
234 |
<property name="text">
|
|
235 |
<string>Headers</string>
|
|
236 |
</property>
|
|
237 |
<property name="wordWrap">
|
|
238 |
<bool>false</bool>
|
|
239 |
</property>
|
|
240 |
</widget>
|
|
241 |
</item>
|
|
242 |
<item row="8" column="0">
|
|
243 |
<widget class="QLabel" name="libBuddy">
|
|
244 |
<property name="text">
|
|
245 |
<string>Libraries</string>
|
|
246 |
</property>
|
|
247 |
<property name="wordWrap">
|
|
248 |
<bool>false</bool>
|
|
249 |
</property>
|
|
250 |
</widget>
|
|
251 |
</item>
|
|
252 |
<item row="9" column="0">
|
|
253 |
<widget class="QLabel" name="plgBuddy">
|
|
254 |
<property name="text">
|
|
255 |
<string>Plugins</string>
|
|
256 |
</property>
|
|
257 |
<property name="wordWrap">
|
|
258 |
<bool>false</bool>
|
|
259 |
</property>
|
|
260 |
</widget>
|
|
261 |
</item>
|
|
262 |
<item row="5" column="0">
|
|
263 |
<widget class="QLabel" name="binBuddy">
|
|
264 |
<property name="text">
|
|
265 |
<string>Binaries</string>
|
|
266 |
</property>
|
|
267 |
<property name="wordWrap">
|
|
268 |
<bool>false</bool>
|
|
269 |
</property>
|
|
270 |
</widget>
|
|
271 |
</item>
|
|
272 |
</layout>
|
|
273 |
</widget>
|
|
274 |
<widget class="QWidget" name="verifyMods">
|
|
275 |
<attribute name="title">
|
|
276 |
<string><b>Verify Modifications</b></string>
|
|
277 |
</attribute>
|
|
278 |
<layout class="QHBoxLayout">
|
|
279 |
<item>
|
|
280 |
<widget class="QLabel" name="textLabel4">
|
|
281 |
<property name="text">
|
|
282 |
<string><p><b>Current Library File:</b> %1</p>
|
|
283 |
<table border=0>
|
|
284 |
<tr><td><b>New Installation Prefix:</b></td><td>%2</td></tr>
|
|
285 |
<tr><td></td><td></td></tr>
|
|
286 |
<tr><td><b>Binaries Path:</b></td><td>%3</td></tr>
|
|
287 |
<tr><td><b>Documentation Path:</b></td><td>%4</td></tr>
|
|
288 |
<tr><td><b>Headers Path:</b></td><td>%5</td></tr>
|
|
289 |
<tr><td><b>Libraries Path:</b></td><td>%6</td></tr>
|
|
290 |
<tr><td><b>Plugins Path:</b></td><td>%7</td></tr>
|
|
291 |
<tr><td><b>Data Path:</b></td><td>%8</td></tr>
|
|
292 |
</table>
|
|
293 |
<p>Please verify that these options are correct. Press the <i>Finish</i> button to apply these modifications to the Qt library. Use the <i>Back</i> button to make corrections. Use the <i>Cancel</i> button to abort.</p></string>
|
|
294 |
</property>
|
|
295 |
<property name="alignment">
|
|
296 |
<set>Qt::AlignTop</set>
|
|
297 |
</property>
|
|
298 |
<property name="wordWrap">
|
|
299 |
<bool>true</bool>
|
|
300 |
</property>
|
|
301 |
</widget>
|
|
302 |
</item>
|
|
303 |
</layout>
|
|
304 |
</widget>
|
|
305 |
</widget>
|
|
306 |
<layoutdefault spacing="6" margin="11"/>
|
|
307 |
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
|
308 |
<tabstops>
|
|
309 |
<tabstop>libFilename</tabstop>
|
|
310 |
<tabstop>libBrowseButton</tabstop>
|
|
311 |
<tabstop>prefixPath</tabstop>
|
|
312 |
<tabstop>prefixBrowseButton</tabstop>
|
|
313 |
<tabstop>autoSet</tabstop>
|
|
314 |
<tabstop>binPath</tabstop>
|
|
315 |
<tabstop>docPath</tabstop>
|
|
316 |
<tabstop>hdrPath</tabstop>
|
|
317 |
<tabstop>libPath</tabstop>
|
|
318 |
<tabstop>plgPath</tabstop>
|
|
319 |
<tabstop>datPath</tabstop>
|
|
320 |
</tabstops>
|
|
321 |
<connections>
|
|
322 |
<connection>
|
|
323 |
<sender>autoSet</sender>
|
|
324 |
<signal>toggled(bool)</signal>
|
|
325 |
<receiver>binPath</receiver>
|
|
326 |
<slot>setDisabled(bool)</slot>
|
|
327 |
</connection>
|
|
328 |
<connection>
|
|
329 |
<sender>autoSet</sender>
|
|
330 |
<signal>toggled(bool)</signal>
|
|
331 |
<receiver>docPath</receiver>
|
|
332 |
<slot>setDisabled(bool)</slot>
|
|
333 |
</connection>
|
|
334 |
<connection>
|
|
335 |
<sender>autoSet</sender>
|
|
336 |
<signal>toggled(bool)</signal>
|
|
337 |
<receiver>hdrPath</receiver>
|
|
338 |
<slot>setDisabled(bool)</slot>
|
|
339 |
</connection>
|
|
340 |
<connection>
|
|
341 |
<sender>autoSet</sender>
|
|
342 |
<signal>toggled(bool)</signal>
|
|
343 |
<receiver>libPath</receiver>
|
|
344 |
<slot>setDisabled(bool)</slot>
|
|
345 |
</connection>
|
|
346 |
<connection>
|
|
347 |
<sender>autoSet</sender>
|
|
348 |
<signal>toggled(bool)</signal>
|
|
349 |
<receiver>plgPath</receiver>
|
|
350 |
<slot>setDisabled(bool)</slot>
|
|
351 |
</connection>
|
|
352 |
<connection>
|
|
353 |
<sender>autoSet</sender>
|
|
354 |
<signal>toggled(bool)</signal>
|
|
355 |
<receiver>datPath</receiver>
|
|
356 |
<slot>setDisabled(bool)</slot>
|
|
357 |
</connection>
|
|
358 |
<connection>
|
|
359 |
<sender>libFilename</sender>
|
|
360 |
<signal>textChanged(QString)</signal>
|
|
361 |
<receiver>Distributor</receiver>
|
|
362 |
<slot>checkLibFilename(QString)</slot>
|
|
363 |
</connection>
|
|
364 |
<connection>
|
|
365 |
<sender>libBrowseButton</sender>
|
|
366 |
<signal>clicked()</signal>
|
|
367 |
<receiver>Distributor</receiver>
|
|
368 |
<slot>browseLibFilename()</slot>
|
|
369 |
</connection>
|
|
370 |
<connection>
|
|
371 |
<sender>prefixPath</sender>
|
|
372 |
<signal>textChanged(QString)</signal>
|
|
373 |
<receiver>Distributor</receiver>
|
|
374 |
<slot>checkInstallationPrefix(QString)</slot>
|
|
375 |
</connection>
|
|
376 |
<connection>
|
|
377 |
<sender>prefixBrowseButton</sender>
|
|
378 |
<signal>clicked()</signal>
|
|
379 |
<receiver>Distributor</receiver>
|
|
380 |
<slot>browseInstallationPrefix()</slot>
|
|
381 |
</connection>
|
|
382 |
<connection>
|
|
383 |
<sender>autoSet</sender>
|
|
384 |
<signal>toggled(bool)</signal>
|
|
385 |
<receiver>Distributor</receiver>
|
|
386 |
<slot>toggleAutoSet(bool)</slot>
|
|
387 |
</connection>
|
|
388 |
</connections>
|
|
389 |
</ui>
|