author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 19 Feb 2010 23:40:16 +0200 | |
branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<ui version="4.0" stdsetdef="1"> |
|
3 |
<author></author> |
|
4 |
<comment>********************************************************************* |
|
5 |
** |
|
4
3b1da2848fc7
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
6 |
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
0 | 7 |
** All rights reserved. |
8 |
** Contact: Nokia Corporation (qt-info@nokia.com) |
|
9 |
** |
|
10 |
** This file is part of the autotests of the Qt Toolkit. |
|
11 |
** |
|
12 |
** $QT_BEGIN_LICENSE:LGPL$ |
|
13 |
** No Commercial Usage |
|
14 |
** This file contains pre-release code and may not be distributed. |
|
15 |
** You may use this file in accordance with the terms and conditions |
|
16 |
** contained in the Technology Preview License Agreement accompanying |
|
17 |
** this package. |
|
18 |
** |
|
19 |
** GNU Lesser General Public License Usage |
|
20 |
** Alternatively, this file may be used under the terms of the GNU Lesser |
|
21 |
** General Public License version 2.1 as published by the Free Software |
|
22 |
** Foundation and appearing in the file LICENSE.LGPL included in the |
|
23 |
** packaging of this file. Please review the following information to |
|
24 |
** ensure the GNU Lesser General Public License version 2.1 requirements |
|
25 |
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. |
|
26 |
** |
|
27 |
** In addition, as a special exception, Nokia gives you certain additional |
|
28 |
** rights. These rights are described in the Nokia Qt LGPL Exception |
|
29 |
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. |
|
30 |
** |
|
31 |
** If you have questions regarding the use of this file, please contact |
|
32 |
** Nokia at qt-info@nokia.com. |
|
33 |
** |
|
34 |
** |
|
35 |
** |
|
36 |
** |
|
37 |
** |
|
38 |
** |
|
39 |
** |
|
40 |
** |
|
41 |
** $QT_END_LICENSE$ |
|
42 |
** |
|
43 |
*********************************************************************</comment> |
|
44 |
<exportmacro></exportmacro> |
|
45 |
<class>MainWindowBase</class> |
|
46 |
<widget class="Q3MainWindow" name="MainWindowBase"> |
|
47 |
<property name="geometry"> |
|
48 |
<rect> |
|
49 |
<x>0</x> |
|
50 |
<y>0</y> |
|
51 |
<width>700</width> |
|
52 |
<height>600</height> |
|
53 |
</rect> |
|
54 |
</property> |
|
55 |
<property name="windowTitle"> |
|
56 |
<string>Qt Configuration</string> |
|
57 |
</property> |
|
58 |
<property name="windowIcon"> |
|
59 |
<pixmap>appicon.png</pixmap> |
|
60 |
</property> |
|
61 |
<widget class="QWidget"> |
|
62 |
<layout class="QHBoxLayout"> |
|
63 |
<property name="margin"> |
|
64 |
<number>8</number> |
|
65 |
</property> |
|
66 |
<property name="spacing"> |
|
67 |
<number>4</number> |
|
68 |
</property> |
|
69 |
<item> |
|
70 |
<widget class="Q3TextView" name="helpview"> |
|
71 |
<property name="minimumSize"> |
|
72 |
<size> |
|
73 |
<width>200</width> |
|
74 |
<height>0</height> |
|
75 |
</size> |
|
76 |
</property> |
|
77 |
<property name="text"> |
|
78 |
<string><p align=center><b>Documentation</b></p> |
|
79 |
<p>This QTextView will display a brief explanation about the current page, so that the user isn't confused about the settings he/she is twiddling.</p></string> |
|
80 |
</property> |
|
81 |
</widget> |
|
82 |
</item> |
|
83 |
<item> |
|
84 |
<widget class="QTabWidget" name="TabWidget3"> |
|
85 |
<widget class="QWidget" name="tab"> |
|
86 |
<attribute name="title"> |
|
87 |
<string>Appearance</string> |
|
88 |
</attribute> |
|
89 |
<layout class="QVBoxLayout"> |
|
90 |
<property name="margin"> |
|
91 |
<number>4</number> |
|
92 |
</property> |
|
93 |
<property name="spacing"> |
|
94 |
<number>4</number> |
|
95 |
</property> |
|
96 |
<item> |
|
97 |
<widget class="Q3GroupBox" name="GroupBox40"> |
|
98 |
<property name="title"> |
|
99 |
<string>GUI Style</string> |
|
100 |
</property> |
|
101 |
<layout class="QHBoxLayout"> |
|
102 |
<property name="margin"> |
|
103 |
<number>8</number> |
|
104 |
</property> |
|
105 |
<property name="spacing"> |
|
106 |
<number>4</number> |
|
107 |
</property> |
|
108 |
<item> |
|
109 |
<widget class="QLabel" name="gstylebuddy"> |
|
110 |
<property name="text"> |
|
111 |
<string>Select GUI &Style:</string> |
|
112 |
</property> |
|
113 |
<property name="buddy" stdset="0"> |
|
114 |
<cstring>gstylecombo</cstring> |
|
115 |
</property> |
|
116 |
<property name="wordWrap"> |
|
117 |
<bool>false</bool> |
|
118 |
</property> |
|
119 |
</widget> |
|
120 |
</item> |
|
121 |
<item> |
|
122 |
<widget class="QComboBox" name="gstylecombo"/> |
|
123 |
</item> |
|
124 |
</layout> |
|
125 |
</widget> |
|
126 |
</item> |
|
127 |
<item> |
|
128 |
<widget class="Q3GroupBox" name="groupAutoPalette"> |
|
129 |
<property name="sizePolicy"> |
|
130 |
<sizepolicy> |
|
131 |
<hsizetype>5</hsizetype> |
|
132 |
<vsizetype>4</vsizetype> |
|
133 |
<horstretch>0</horstretch> |
|
134 |
<verstretch>0</verstretch> |
|
135 |
</sizepolicy> |
|
136 |
</property> |
|
137 |
<property name="title"> |
|
138 |
<string>Build Palette</string> |
|
139 |
</property> |
|
140 |
<layout class="QHBoxLayout"> |
|
141 |
<property name="margin"> |
|
142 |
<number>8</number> |
|
143 |
</property> |
|
144 |
<property name="spacing"> |
|
145 |
<number>4</number> |
|
146 |
</property> |
|
147 |
<item> |
|
148 |
<widget class="QLabel" name="labelMainColor"> |
|
149 |
<property name="text"> |
|
150 |
<string>&3-D Effects:</string> |
|
151 |
</property> |
|
152 |
<property name="buddy" stdset="0"> |
|
153 |
<cstring>buttonMainColor</cstring> |
|
154 |
</property> |
|
155 |
<property name="wordWrap"> |
|
156 |
<bool>false</bool> |
|
157 |
</property> |
|
158 |
</widget> |
|
159 |
</item> |
|
160 |
<item> |
|
161 |
<widget class="ColorButton" name="buttonMainColor"/> |
|
162 |
</item> |
|
163 |
<item> |
|
164 |
<widget class="QLabel" name="labelMainColor2"> |
|
165 |
<property name="sizePolicy"> |
|
166 |
<sizepolicy> |
|
167 |
<hsizetype>1</hsizetype> |
|
168 |
<vsizetype>1</vsizetype> |
|
169 |
<horstretch>0</horstretch> |
|
170 |
<verstretch>0</verstretch> |
|
171 |
</sizepolicy> |
|
172 |
</property> |
|
173 |
<property name="minimumSize"> |
|
174 |
<size> |
|
175 |
<width>50</width> |
|
176 |
<height>0</height> |
|
177 |
</size> |
|
178 |
</property> |
|
179 |
<property name="lineWidth"> |
|
180 |
<number>1</number> |
|
181 |
</property> |
|
182 |
<property name="margin"> |
|
183 |
<number>0</number> |
|
184 |
</property> |
|
185 |
<property name="midLineWidth"> |
|
186 |
<number>0</number> |
|
187 |
</property> |
|
188 |
<property name="text"> |
|
189 |
<string>Back&ground:</string> |
|
190 |
</property> |
|
191 |
<property name="alignment"> |
|
192 |
<set>Qt::AlignVCenter</set> |
|
193 |
</property> |
|
194 |
<property name="buddy" stdset="0"> |
|
195 |
<cstring>buttonMainColor2</cstring> |
|
196 |
</property> |
|
197 |
<property name="wordWrap"> |
|
198 |
<bool>false</bool> |
|
199 |
</property> |
|
200 |
</widget> |
|
201 |
</item> |
|
202 |
<item> |
|
203 |
<widget class="ColorButton" name="buttonMainColor2"/> |
|
204 |
</item> |
|
205 |
<item> |
|
206 |
<spacer name="Spacer1"> |
|
207 |
<property name="sizeHint"> |
|
208 |
<size> |
|
209 |
<width>70</width> |
|
210 |
<height>20</height> |
|
211 |
</size> |
|
212 |
</property> |
|
213 |
<property name="sizeType"> |
|
214 |
<enum>QSizePolicy::Expanding</enum> |
|
215 |
</property> |
|
216 |
<property name="orientation"> |
|
217 |
<enum>Qt::Horizontal</enum> |
|
218 |
</property> |
|
219 |
</spacer> |
|
220 |
</item> |
|
221 |
<item> |
|
222 |
<widget class="QPushButton" name="btnAdvanced"> |
|
223 |
<property name="text"> |
|
224 |
<string>&Tune Palette...</string> |
|
225 |
</property> |
|
226 |
</widget> |
|
227 |
</item> |
|
228 |
</layout> |
|
229 |
</widget> |
|
230 |
</item> |
|
231 |
<item> |
|
232 |
<widget class="Q3GroupBox" name="GroupBox126"> |
|
233 |
<property name="sizePolicy"> |
|
234 |
<sizepolicy> |
|
235 |
<hsizetype>5</hsizetype> |
|
236 |
<vsizetype>7</vsizetype> |
|
237 |
<horstretch>0</horstretch> |
|
238 |
<verstretch>0</verstretch> |
|
239 |
</sizepolicy> |
|
240 |
</property> |
|
241 |
<property name="title"> |
|
242 |
<string>Preview</string> |
|
243 |
</property> |
|
244 |
<layout class="QGridLayout"> |
|
245 |
<property name="margin"> |
|
246 |
<number>8</number> |
|
247 |
</property> |
|
248 |
<property name="spacing"> |
|
249 |
<number>4</number> |
|
250 |
</property> |
|
251 |
<item row="0" column="0"> |
|
252 |
<widget class="QLabel" name="TextLabel1"> |
|
253 |
<property name="text"> |
|
254 |
<string>Select &Palette:</string> |
|
255 |
</property> |
|
256 |
<property name="buddy" stdset="0"> |
|
257 |
<cstring>paletteCombo</cstring> |
|
258 |
</property> |
|
259 |
<property name="wordWrap"> |
|
260 |
<bool>false</bool> |
|
261 |
</property> |
|
262 |
</widget> |
|
263 |
</item> |
|
264 |
<item row="0" column="1"> |
|
265 |
<widget class="QComboBox" name="paletteCombo"> |
|
266 |
<item> |
|
267 |
<property name="text"> |
|
268 |
<string>Active Palette</string> |
|
269 |
</property> |
|
270 |
</item> |
|
271 |
<item> |
|
272 |
<property name="text"> |
|
273 |
<string>Inactive Palette</string> |
|
274 |
</property> |
|
275 |
</item> |
|
276 |
<item> |
|
277 |
<property name="text"> |
|
278 |
<string>Disabled Palette</string> |
|
279 |
</property> |
|
280 |
</item> |
|
281 |
</widget> |
|
282 |
</item> |
|
283 |
<item row="1" column="0" rowspan="1" colspan="2"> |
|
284 |
<widget class="PreviewFrame" name="previewFrame"> |
|
285 |
<property name="sizePolicy"> |
|
286 |
<sizepolicy> |
|
287 |
<hsizetype>7</hsizetype> |
|
288 |
<vsizetype>7</vsizetype> |
|
289 |
<horstretch>0</horstretch> |
|
290 |
<verstretch>0</verstretch> |
|
291 |
</sizepolicy> |
|
292 |
</property> |
|
293 |
<property name="minimumSize"> |
|
294 |
<size> |
|
295 |
<width>410</width> |
|
296 |
<height>260</height> |
|
297 |
</size> |
|
298 |
</property> |
|
299 |
</widget> |
|
300 |
</item> |
|
301 |
</layout> |
|
302 |
</widget> |
|
303 |
</item> |
|
304 |
</layout> |
|
305 |
</widget> |
|
306 |
<widget class="QWidget" name="tab"> |
|
307 |
<attribute name="title"> |
|
308 |
<string>Fonts</string> |
|
309 |
</attribute> |
|
310 |
<layout class="QVBoxLayout"> |
|
311 |
<property name="margin"> |
|
312 |
<number>8</number> |
|
313 |
</property> |
|
314 |
<property name="spacing"> |
|
315 |
<number>4</number> |
|
316 |
</property> |
|
317 |
<item> |
|
318 |
<widget class="Q3GroupBox" name="GroupBox1"> |
|
319 |
<property name="title"> |
|
320 |
<string>Default Font</string> |
|
321 |
</property> |
|
322 |
<layout class="QGridLayout"> |
|
323 |
<property name="margin"> |
|
324 |
<number>8</number> |
|
325 |
</property> |
|
326 |
<property name="spacing"> |
|
327 |
<number>4</number> |
|
328 |
</property> |
|
329 |
<item row="1" column="1"> |
|
330 |
<widget class="QComboBox" name="stylecombo"> |
|
331 |
<property name="autoCompletion"> |
|
332 |
<bool>true</bool> |
|
333 |
</property> |
|
334 |
<property name="duplicatesEnabled"> |
|
335 |
<bool>false</bool> |
|
336 |
</property> |
|
337 |
</widget> |
|
338 |
</item> |
|
339 |
<item row="0" column="1"> |
|
340 |
<widget class="QComboBox" name="familycombo"> |
|
341 |
<property name="autoCompletion"> |
|
342 |
<bool>true</bool> |
|
343 |
</property> |
|
344 |
<property name="duplicatesEnabled"> |
|
345 |
<bool>false</bool> |
|
346 |
</property> |
|
347 |
</widget> |
|
348 |
</item> |
|
349 |
<item row="2" column="1"> |
|
350 |
<widget class="QComboBox" name="psizecombo"> |
|
351 |
<property name="editable"> |
|
352 |
<bool>true</bool> |
|
353 |
</property> |
|
354 |
<property name="autoCompletion"> |
|
355 |
<bool>true</bool> |
|
356 |
</property> |
|
357 |
<property name="duplicatesEnabled"> |
|
358 |
<bool>false</bool> |
|
359 |
</property> |
|
360 |
</widget> |
|
361 |
</item> |
|
362 |
<item row="1" column="0"> |
|
363 |
<widget class="QLabel" name="stylebuddy"> |
|
364 |
<property name="text"> |
|
365 |
<string>&Style:</string> |
|
366 |
</property> |
|
367 |
<property name="buddy" stdset="0"> |
|
368 |
<cstring>stylecombo</cstring> |
|
369 |
</property> |
|
370 |
<property name="wordWrap"> |
|
371 |
<bool>false</bool> |
|
372 |
</property> |
|
373 |
</widget> |
|
374 |
</item> |
|
375 |
<item row="2" column="0"> |
|
376 |
<widget class="QLabel" name="psizebuddy"> |
|
377 |
<property name="text"> |
|
378 |
<string>&Point Size:</string> |
|
379 |
</property> |
|
380 |
<property name="buddy" stdset="0"> |
|
381 |
<cstring>psizecombo</cstring> |
|
382 |
</property> |
|
383 |
<property name="wordWrap"> |
|
384 |
<bool>false</bool> |
|
385 |
</property> |
|
386 |
</widget> |
|
387 |
</item> |
|
388 |
<item row="0" column="0"> |
|
389 |
<widget class="QLabel" name="familybuddy"> |
|
390 |
<property name="text"> |
|
391 |
<string>F&amily:</string> |
|
392 |
</property> |
|
393 |
<property name="buddy" stdset="0"> |
|
394 |
<cstring>familycombo</cstring> |
|
395 |
</property> |
|
396 |
<property name="wordWrap"> |
|
397 |
<bool>false</bool> |
|
398 |
</property> |
|
399 |
</widget> |
|
400 |
</item> |
|
401 |
<item row="3" column="0" rowspan="1" colspan="2"> |
|
402 |
<widget class="QLineEdit" name="samplelineedit"> |
|
403 |
<property name="text"> |
|
404 |
<string>Sample Text</string> |
|
405 |
</property> |
|
406 |
<property name="alignment"> |
|
407 |
<set>Qt::AlignHCenter</set> |
|
408 |
</property> |
|
409 |
</widget> |
|
410 |
</item> |
|
411 |
</layout> |
|
412 |
</widget> |
|
413 |
</item> |
|
414 |
<item> |
|
415 |
<widget class="Q3GroupBox" name="GroupBox2"> |
|
416 |
<property name="frameShape"> |
|
417 |
<enum>Q3GroupBox::Box</enum> |
|
418 |
</property> |
|
419 |
<property name="frameShadow"> |
|
420 |
<enum>Q3GroupBox::Sunken</enum> |
|
421 |
</property> |
|
422 |
<property name="title"> |
|
423 |
<string>Font Substitution</string> |
|
424 |
</property> |
|
425 |
<layout class="QVBoxLayout"> |
|
426 |
<property name="margin"> |
|
427 |
<number>8</number> |
|
428 |
</property> |
|
429 |
<property name="spacing"> |
|
430 |
<number>4</number> |
|
431 |
</property> |
|
432 |
<item> |
|
433 |
<layout class="QHBoxLayout"> |
|
434 |
<property name="margin"> |
|
435 |
<number>0</number> |
|
436 |
</property> |
|
437 |
<property name="spacing"> |
|
438 |
<number>4</number> |
|
439 |
</property> |
|
440 |
<item> |
|
441 |
<widget class="QLabel" name="famsubbuddy"> |
|
442 |
<property name="text"> |
|
443 |
<string>S&elect or Enter a Family:</string> |
|
444 |
</property> |
|
445 |
<property name="buddy" stdset="0"> |
|
446 |
<cstring>familysubcombo</cstring> |
|
447 |
</property> |
|
448 |
<property name="wordWrap"> |
|
449 |
<bool>false</bool> |
|
450 |
</property> |
|
451 |
</widget> |
|
452 |
</item> |
|
453 |
<item> |
|
454 |
<widget class="QComboBox" name="familysubcombo"> |
|
455 |
<property name="editable"> |
|
456 |
<bool>true</bool> |
|
457 |
</property> |
|
458 |
<property name="autoCompletion"> |
|
459 |
<bool>true</bool> |
|
460 |
</property> |
|
461 |
<property name="duplicatesEnabled"> |
|
462 |
<bool>false</bool> |
|
463 |
</property> |
|
464 |
</widget> |
|
465 |
</item> |
|
466 |
</layout> |
|
467 |
</item> |
|
468 |
<item> |
|
469 |
<widget class="Line" name="Line1"> |
|
470 |
<property name="frameShape"> |
|
471 |
<enum>QFrame::HLine</enum> |
|
472 |
</property> |
|
473 |
<property name="frameShadow"> |
|
474 |
<enum>QFrame::Sunken</enum> |
|
475 |
</property> |
|
476 |
</widget> |
|
477 |
</item> |
|
478 |
<item> |
|
479 |
<widget class="QLabel" name="TextLabel5"> |
|
480 |
<property name="text"> |
|
481 |
<string>Current Substitutions:</string> |
|
482 |
</property> |
|
483 |
<property name="wordWrap"> |
|
484 |
<bool>false</bool> |
|
485 |
</property> |
|
486 |
</widget> |
|
487 |
</item> |
|
488 |
<item> |
|
489 |
<widget class="Q3ListBox" name="sublistbox"/> |
|
490 |
</item> |
|
491 |
<item> |
|
492 |
<layout class="QHBoxLayout"> |
|
493 |
<property name="margin"> |
|
494 |
<number>0</number> |
|
495 |
</property> |
|
496 |
<property name="spacing"> |
|
497 |
<number>4</number> |
|
498 |
</property> |
|
499 |
<item> |
|
500 |
<widget class="QPushButton" name="PushButton2"> |
|
501 |
<property name="text"> |
|
502 |
<string>Up</string> |
|
503 |
</property> |
|
504 |
</widget> |
|
505 |
</item> |
|
506 |
<item> |
|
507 |
<widget class="QPushButton" name="PushButton3"> |
|
508 |
<property name="text"> |
|
509 |
<string>Down</string> |
|
510 |
</property> |
|
511 |
</widget> |
|
512 |
</item> |
|
513 |
<item> |
|
514 |
<widget class="QPushButton" name="PushButton4"> |
|
515 |
<property name="text"> |
|
516 |
<string>Remove</string> |
|
517 |
</property> |
|
518 |
</widget> |
|
519 |
</item> |
|
520 |
</layout> |
|
521 |
</item> |
|
522 |
<item> |
|
523 |
<widget class="Line" name="Line2"> |
|
524 |
<property name="frameShape"> |
|
525 |
<enum>QFrame::HLine</enum> |
|
526 |
</property> |
|
527 |
<property name="frameShadow"> |
|
528 |
<enum>QFrame::Sunken</enum> |
|
529 |
</property> |
|
530 |
</widget> |
|
531 |
</item> |
|
532 |
<item> |
|
533 |
<layout class="QHBoxLayout"> |
|
534 |
<property name="margin"> |
|
535 |
<number>0</number> |
|
536 |
</property> |
|
537 |
<property name="spacing"> |
|
538 |
<number>4</number> |
|
539 |
</property> |
|
540 |
<item> |
|
541 |
<widget class="QLabel" name="choosebuddy"> |
|
542 |
<property name="text"> |
|
543 |
<string>Select s&ubstitute Family:</string> |
|
544 |
</property> |
|
545 |
<property name="buddy" stdset="0"> |
|
546 |
<cstring>choosesubcombo</cstring> |
|
547 |
</property> |
|
548 |
<property name="wordWrap"> |
|
549 |
<bool>false</bool> |
|
550 |
</property> |
|
551 |
</widget> |
|
552 |
</item> |
|
553 |
<item> |
|
554 |
<widget class="QComboBox" name="choosesubcombo"> |
|
555 |
<property name="autoCompletion"> |
|
556 |
<bool>true</bool> |
|
557 |
</property> |
|
558 |
<property name="duplicatesEnabled"> |
|
559 |
<bool>false</bool> |
|
560 |
</property> |
|
561 |
</widget> |
|
562 |
</item> |
|
563 |
<item> |
|
564 |
<widget class="QPushButton" name="PushButton1"> |
|
565 |
<property name="text"> |
|
566 |
<string>Add</string> |
|
567 |
</property> |
|
568 |
</widget> |
|
569 |
</item> |
|
570 |
</layout> |
|
571 |
</item> |
|
572 |
</layout> |
|
573 |
</widget> |
|
574 |
</item> |
|
575 |
</layout> |
|
576 |
</widget> |
|
577 |
<widget class="QWidget" name="tab"> |
|
578 |
<attribute name="title"> |
|
579 |
<string>Interface</string> |
|
580 |
</attribute> |
|
581 |
<layout class="QVBoxLayout"> |
|
582 |
<item> |
|
583 |
<widget class="Q3GroupBox" name="GroupBox4"> |
|
584 |
<property name="title"> |
|
585 |
<string>Feel Settings</string> |
|
586 |
</property> |
|
587 |
<layout class="QGridLayout"> |
|
588 |
<property name="margin"> |
|
589 |
<number>8</number> |
|
590 |
</property> |
|
591 |
<property name="spacing"> |
|
592 |
<number>4</number> |
|
593 |
</property> |
|
594 |
<item row="0" column="1"> |
|
595 |
<widget class="QSpinBox" name="dcispin"> |
|
596 |
<property name="suffix"> |
|
597 |
<string> ms</string> |
|
598 |
</property> |
|
599 |
<property name="maximum"> |
|
600 |
<number>10000</number> |
|
601 |
</property> |
|
602 |
<property name="minimum"> |
|
603 |
<number>10</number> |
|
604 |
</property> |
|
605 |
</widget> |
|
606 |
</item> |
|
607 |
<item row="0" column="0"> |
|
608 |
<widget class="QLabel" name="dcibuddy"> |
|
609 |
<property name="text"> |
|
610 |
<string>&Double Click Interval:</string> |
|
611 |
</property> |
|
612 |
<property name="buddy" stdset="0"> |
|
613 |
<cstring>dcispin</cstring> |
|
614 |
</property> |
|
615 |
<property name="wordWrap"> |
|
616 |
<bool>false</bool> |
|
617 |
</property> |
|
618 |
</widget> |
|
619 |
</item> |
|
620 |
<item row="1" column="1"> |
|
621 |
<widget class="QSpinBox" name="cfispin"> |
|
622 |
<property name="suffix"> |
|
623 |
<string> ms</string> |
|
624 |
</property> |
|
625 |
<property name="maximum"> |
|
626 |
<number>10000</number> |
|
627 |
</property> |
|
628 |
<property name="minimum"> |
|
629 |
<number>9</number> |
|
630 |
</property> |
|
631 |
<property name="specialValueText"> |
|
632 |
<string>No blinking</string> |
|
633 |
</property> |
|
634 |
</widget> |
|
635 |
</item> |
|
636 |
<item row="1" column="0"> |
|
637 |
<widget class="QLabel" name="cfibuddy"> |
|
638 |
<property name="text"> |
|
639 |
<string>&Cursor Flash Time:</string> |
|
640 |
</property> |
|
641 |
<property name="buddy" stdset="0"> |
|
642 |
<cstring>cfispin</cstring> |
|
643 |
</property> |
|
644 |
<property name="wordWrap"> |
|
645 |
<bool>false</bool> |
|
646 |
</property> |
|
647 |
</widget> |
|
648 |
</item> |
|
649 |
<item row="2" column="1"> |
|
650 |
<widget class="QSpinBox" name="wslspin"> |
|
651 |
<property name="suffix"> |
|
652 |
<string> lines</string> |
|
653 |
</property> |
|
654 |
<property name="maximum"> |
|
655 |
<number>20</number> |
|
656 |
</property> |
|
657 |
<property name="minimum"> |
|
658 |
<number>1</number> |
|
659 |
</property> |
|
660 |
</widget> |
|
661 |
</item> |
|
662 |
<item row="2" column="0"> |
|
663 |
<widget class="QLabel" name="wslbuddy"> |
|
664 |
<property name="text"> |
|
665 |
<string>Wheel &Scroll Lines:</string> |
|
666 |
</property> |
|
667 |
<property name="buddy" stdset="0"> |
|
668 |
<cstring>wslspin</cstring> |
|
669 |
</property> |
|
670 |
<property name="wordWrap"> |
|
671 |
<bool>false</bool> |
|
672 |
</property> |
|
673 |
</widget> |
|
674 |
</item> |
|
675 |
<item row="3" column="0" rowspan="1" colspan="2"> |
|
676 |
<widget class="QCheckBox" name="resolvelinks"> |
|
677 |
<property name="text"> |
|
678 |
<string>Resolve symlinks in URLs</string> |
|
679 |
</property> |
|
680 |
</widget> |
|
681 |
</item> |
|
682 |
</layout> |
|
683 |
</widget> |
|
684 |
</item> |
|
685 |
<item> |
|
686 |
<widget class="Q3GroupBox" name="GroupBox3"> |
|
687 |
<property name="title"> |
|
688 |
<string>GUI Effects</string> |
|
689 |
</property> |
|
690 |
<layout class="QVBoxLayout"> |
|
691 |
<property name="margin"> |
|
692 |
<number>8</number> |
|
693 |
</property> |
|
694 |
<property name="spacing"> |
|
695 |
<number>4</number> |
|
696 |
</property> |
|
697 |
<item> |
|
698 |
<widget class="QCheckBox" name="effectcheckbox"> |
|
699 |
<property name="text"> |
|
700 |
<string>&Enable</string> |
|
701 |
</property> |
|
702 |
<property name="shortcut"> |
|
703 |
<string>Alt+E</string> |
|
704 |
</property> |
|
705 |
</widget> |
|
706 |
</item> |
|
707 |
<item> |
|
708 |
<widget class="Q3Frame" name="effectbase"> |
|
709 |
<property name="frameShape"> |
|
710 |
<enum>QFrame::NoFrame</enum> |
|
711 |
</property> |
|
712 |
<property name="frameShadow"> |
|
713 |
<enum>QFrame::Plain</enum> |
|
714 |
</property> |
|
715 |
<layout class="QGridLayout"> |
|
716 |
<property name="margin"> |
|
717 |
<number>0</number> |
|
718 |
</property> |
|
719 |
<property name="spacing"> |
|
720 |
<number>4</number> |
|
721 |
</property> |
|
722 |
<item row="0" column="0"> |
|
723 |
<widget class="QLabel" name="meffectbuddy"> |
|
724 |
<property name="text"> |
|
725 |
<string>&Menu Effect:</string> |
|
726 |
</property> |
|
727 |
<property name="buddy" stdset="0"> |
|
728 |
<cstring>menueffect</cstring> |
|
729 |
</property> |
|
730 |
<property name="wordWrap"> |
|
731 |
<bool>false</bool> |
|
732 |
</property> |
|
733 |
</widget> |
|
734 |
</item> |
|
735 |
<item row="1" column="0"> |
|
736 |
<widget class="QLabel" name="ceffectbuddy"> |
|
737 |
<property name="text"> |
|
738 |
<string>C&omboBox Effect:</string> |
|
739 |
</property> |
|
740 |
<property name="buddy" stdset="0"> |
|
741 |
<cstring>comboeffect</cstring> |
|
742 |
</property> |
|
743 |
<property name="wordWrap"> |
|
744 |
<bool>false</bool> |
|
745 |
</property> |
|
746 |
</widget> |
|
747 |
</item> |
|
748 |
<item row="2" column="0"> |
|
749 |
<widget class="QLabel" name="teffectbuddy"> |
|
750 |
<property name="text"> |
|
751 |
<string>&ToolTip Effect:</string> |
|
752 |
</property> |
|
753 |
<property name="buddy" stdset="0"> |
|
754 |
<cstring>tooltipeffect</cstring> |
|
755 |
</property> |
|
756 |
<property name="wordWrap"> |
|
757 |
<bool>false</bool> |
|
758 |
</property> |
|
759 |
</widget> |
|
760 |
</item> |
|
761 |
<item row="3" column="0"> |
|
762 |
<widget class="QLabel" name="beffectbuddy"> |
|
763 |
<property name="text"> |
|
764 |
<string>Tool&Box Effect:</string> |
|
765 |
</property> |
|
766 |
<property name="buddy" stdset="0"> |
|
767 |
<cstring>toolboxeffect</cstring> |
|
768 |
</property> |
|
769 |
<property name="wordWrap"> |
|
770 |
<bool>false</bool> |
|
771 |
</property> |
|
772 |
</widget> |
|
773 |
</item> |
|
774 |
<item row="0" column="1"> |
|
775 |
<widget class="QComboBox" name="menueffect"> |
|
776 |
<property name="currentIndex"> |
|
777 |
<number>0</number> |
|
778 |
</property> |
|
779 |
<property name="autoCompletion"> |
|
780 |
<bool>true</bool> |
|
781 |
</property> |
|
782 |
<item> |
|
783 |
<property name="text"> |
|
784 |
<string>Disable</string> |
|
785 |
</property> |
|
786 |
</item> |
|
787 |
<item> |
|
788 |
<property name="text"> |
|
789 |
<string>Animate</string> |
|
790 |
</property> |
|
791 |
</item> |
|
792 |
<item> |
|
793 |
<property name="text"> |
|
794 |
<string>Fade</string> |
|
795 |
</property> |
|
796 |
</item> |
|
797 |
</widget> |
|
798 |
</item> |
|
799 |
<item row="1" column="1"> |
|
800 |
<widget class="QComboBox" name="comboeffect"> |
|
801 |
<item> |
|
802 |
<property name="text"> |
|
803 |
<string>Disable</string> |
|
804 |
</property> |
|
805 |
</item> |
|
806 |
<item> |
|
807 |
<property name="text"> |
|
808 |
<string>Animate</string> |
|
809 |
</property> |
|
810 |
</item> |
|
811 |
</widget> |
|
812 |
</item> |
|
813 |
<item row="2" column="1"> |
|
814 |
<widget class="QComboBox" name="tooltipeffect"> |
|
815 |
<item> |
|
816 |
<property name="text"> |
|
817 |
<string>Disable</string> |
|
818 |
</property> |
|
819 |
</item> |
|
820 |
<item> |
|
821 |
<property name="text"> |
|
822 |
<string>Animate</string> |
|
823 |
</property> |
|
824 |
</item> |
|
825 |
<item> |
|
826 |
<property name="text"> |
|
827 |
<string>Fade</string> |
|
828 |
</property> |
|
829 |
</item> |
|
830 |
</widget> |
|
831 |
</item> |
|
832 |
<item row="3" column="1"> |
|
833 |
<widget class="QComboBox" name="toolboxeffect"> |
|
834 |
<item> |
|
835 |
<property name="text"> |
|
836 |
<string>Disable</string> |
|
837 |
</property> |
|
838 |
</item> |
|
839 |
<item> |
|
840 |
<property name="text"> |
|
841 |
<string>Animate</string> |
|
842 |
</property> |
|
843 |
</item> |
|
844 |
</widget> |
|
845 |
</item> |
|
846 |
</layout> |
|
847 |
</widget> |
|
848 |
</item> |
|
849 |
</layout> |
|
850 |
</widget> |
|
851 |
</item> |
|
852 |
<item> |
|
853 |
<widget class="Q3GroupBox" name="GroupBox5"> |
|
854 |
<property name="title"> |
|
855 |
<string>Global Strut</string> |
|
856 |
</property> |
|
857 |
<layout class="QGridLayout"> |
|
858 |
<property name="margin"> |
|
859 |
<number>8</number> |
|
860 |
</property> |
|
861 |
<property name="spacing"> |
|
862 |
<number>4</number> |
|
863 |
</property> |
|
864 |
<item row="0" column="0"> |
|
865 |
<widget class="QLabel" name="swbuddy"> |
|
866 |
<property name="text"> |
|
867 |
<string>Minimum &Width:</string> |
|
868 |
</property> |
|
869 |
<property name="buddy" stdset="0"> |
|
870 |
<cstring>strutwidth</cstring> |
|
871 |
</property> |
|
872 |
<property name="wordWrap"> |
|
873 |
<bool>false</bool> |
|
874 |
</property> |
|
875 |
</widget> |
|
876 |
</item> |
|
877 |
<item row="1" column="0"> |
|
878 |
<widget class="QLabel" name="shbuddy"> |
|
879 |
<property name="text"> |
|
880 |
<string>Minimum Hei&ght:</string> |
|
881 |
</property> |
|
882 |
<property name="buddy" stdset="0"> |
|
883 |
<cstring>strutheight</cstring> |
|
884 |
</property> |
|
885 |
<property name="wordWrap"> |
|
886 |
<bool>false</bool> |
|
887 |
</property> |
|
888 |
</widget> |
|
889 |
</item> |
|
890 |
<item row="0" column="1"> |
|
891 |
<widget class="QSpinBox" name="strutwidth"> |
|
892 |
<property name="suffix"> |
|
893 |
<string> pixels</string> |
|
894 |
</property> |
|
895 |
<property name="maximum"> |
|
896 |
<number>1000</number> |
|
897 |
</property> |
|
898 |
</widget> |
|
899 |
</item> |
|
900 |
<item row="1" column="1"> |
|
901 |
<widget class="QSpinBox" name="strutheight"> |
|
902 |
<property name="suffix"> |
|
903 |
<string> pixels</string> |
|
904 |
</property> |
|
905 |
<property name="maximum"> |
|
906 |
<number>1000</number> |
|
907 |
</property> |
|
908 |
</widget> |
|
909 |
</item> |
|
910 |
</layout> |
|
911 |
</widget> |
|
912 |
</item> |
|
913 |
<item> |
|
914 |
<widget class="QCheckBox" name="rtlExtensions"> |
|
915 |
<property name="text"> |
|
916 |
<string>Enhanced support for languages written right-to-left</string> |
|
917 |
</property> |
|
918 |
</widget> |
|
919 |
</item> |
|
920 |
<item> |
|
921 |
<widget class="QLabel" name="inputStyleLabel"> |
|
922 |
<property name="text"> |
|
923 |
<string>XIM Input Style:</string> |
|
924 |
</property> |
|
925 |
<property name="wordWrap"> |
|
926 |
<bool>false</bool> |
|
927 |
</property> |
|
928 |
</widget> |
|
929 |
</item> |
|
930 |
<item> |
|
931 |
<widget class="QComboBox" name="inputStyle"> |
|
932 |
<property name="currentIndex"> |
|
933 |
<number>0</number> |
|
934 |
</property> |
|
935 |
<item> |
|
936 |
<property name="text"> |
|
937 |
<string>On The Spot</string> |
|
938 |
</property> |
|
939 |
</item> |
|
940 |
<item> |
|
941 |
<property name="text"> |
|
942 |
<string>Over The Spot</string> |
|
943 |
</property> |
|
944 |
</item> |
|
945 |
<item> |
|
946 |
<property name="text"> |
|
947 |
<string>Off The Spot</string> |
|
948 |
</property> |
|
949 |
</item> |
|
950 |
<item> |
|
951 |
<property name="text"> |
|
952 |
<string>Root</string> |
|
953 |
</property> |
|
954 |
</item> |
|
955 |
</widget> |
|
956 |
</item> |
|
957 |
<item> |
|
958 |
<spacer name="spacer5"> |
|
959 |
<property name="sizeHint"> |
|
960 |
<size> |
|
961 |
<width>20</width> |
|
962 |
<height>40</height> |
|
963 |
</size> |
|
964 |
</property> |
|
965 |
<property name="sizeType"> |
|
966 |
<enum>QSizePolicy::Expanding</enum> |
|
967 |
</property> |
|
968 |
<property name="orientation"> |
|
969 |
<enum>Qt::Vertical</enum> |
|
970 |
</property> |
|
971 |
</spacer> |
|
972 |
</item> |
|
973 |
</layout> |
|
974 |
</widget> |
|
975 |
<widget class="QWidget" name="tab"> |
|
976 |
<attribute name="title"> |
|
977 |
<string>Library Paths</string> |
|
978 |
</attribute> |
|
979 |
<layout class="QVBoxLayout"> |
|
980 |
<property name="margin"> |
|
981 |
<number>4</number> |
|
982 |
</property> |
|
983 |
<property name="spacing"> |
|
984 |
<number>4</number> |
|
985 |
</property> |
|
986 |
<item> |
|
987 |
<widget class="Q3GroupBox" name="GroupBox39"> |
|
988 |
<property name="title"> |
|
989 |
<string>Library Paths</string> |
|
990 |
</property> |
|
991 |
<layout class="QVBoxLayout"> |
|
992 |
<property name="margin"> |
|
993 |
<number>8</number> |
|
994 |
</property> |
|
995 |
<property name="spacing"> |
|
996 |
<number>4</number> |
|
997 |
</property> |
|
998 |
<item> |
|
999 |
<layout class="QGridLayout"> |
|
1000 |
<property name="margin"> |
|
1001 |
<number>0</number> |
|
1002 |
</property> |
|
1003 |
<property name="spacing"> |
|
1004 |
<number>4</number> |
|
1005 |
</property> |
|
1006 |
<item row="0" column="0" rowspan="1" colspan="3"> |
|
1007 |
<widget class="Q3ListBox" name="libpathlistbox"> |
|
1008 |
<property name="frameShape"> |
|
1009 |
<enum>QFrame::StyledPanel</enum> |
|
1010 |
</property> |
|
1011 |
<property name="frameShadow"> |
|
1012 |
<enum>QFrame::Sunken</enum> |
|
1013 |
</property> |
|
1014 |
</widget> |
|
1015 |
</item> |
|
1016 |
<item row="1" column="1"> |
|
1017 |
<widget class="QPushButton" name="PushButton8"> |
|
1018 |
<property name="text"> |
|
1019 |
<string>Down</string> |
|
1020 |
</property> |
|
1021 |
</widget> |
|
1022 |
</item> |
|
1023 |
<item row="1" column="2"> |
|
1024 |
<widget class="QPushButton" name="PushButton9"> |
|
1025 |
<property name="text"> |
|
1026 |
<string>Remove</string> |
|
1027 |
</property> |
|
1028 |
</widget> |
|
1029 |
</item> |
|
1030 |
<item row="1" column="0"> |
|
1031 |
<widget class="QPushButton" name="PushButton7"> |
|
1032 |
<property name="text"> |
|
1033 |
<string>Up</string> |
|
1034 |
</property> |
|
1035 |
</widget> |
|
1036 |
</item> |
|
1037 |
</layout> |
|
1038 |
</item> |
|
1039 |
<item> |
|
1040 |
<layout class="QGridLayout"> |
|
1041 |
<property name="margin"> |
|
1042 |
<number>0</number> |
|
1043 |
</property> |
|
1044 |
<property name="spacing"> |
|
1045 |
<number>4</number> |
|
1046 |
</property> |
|
1047 |
<item row="2" column="0"> |
|
1048 |
<spacer name="Spacer1_2"> |
|
1049 |
<property name="sizeHint"> |
|
1050 |
<size> |
|
1051 |
<width>20</width> |
|
1052 |
<height>20</height> |
|
1053 |
</size> |
|
1054 |
</property> |
|
1055 |
<property name="sizeType"> |
|
1056 |
<enum>QSizePolicy::Minimum</enum> |
|
1057 |
</property> |
|
1058 |
<property name="orientation"> |
|
1059 |
<enum>Qt::Horizontal</enum> |
|
1060 |
</property> |
|
1061 |
</spacer> |
|
1062 |
</item> |
|
1063 |
<item row="0" column="0" rowspan="1" colspan="3"> |
|
1064 |
<widget class="QLabel" name="TextLabel15"> |
|
1065 |
<property name="text"> |
|
1066 |
<string>Press the <b>Browse</b> button or enter a directory and press Enter to add them to the list.</string> |
|
1067 |
</property> |
|
1068 |
<property name="wordWrap"> |
|
1069 |
<bool>false</bool> |
|
1070 |
</property> |
|
1071 |
</widget> |
|
1072 |
</item> |
|
1073 |
<item row="1" column="0" rowspan="1" colspan="3"> |
|
1074 |
<widget class="QLineEdit" name="libpathlineedit"/> |
|
1075 |
</item> |
|
1076 |
<item row="2" column="1"> |
|
1077 |
<widget class="QPushButton" name="PushButton5"> |
|
1078 |
<property name="text"> |
|
1079 |
<string>Browse...</string> |
|
1080 |
</property> |
|
1081 |
</widget> |
|
1082 |
</item> |
|
1083 |
<item row="2" column="2"> |
|
1084 |
<widget class="QPushButton" name="PushButton6"> |
|
1085 |
<property name="text"> |
|
1086 |
<string>Add</string> |
|
1087 |
</property> |
|
1088 |
</widget> |
|
1089 |
</item> |
|
1090 |
</layout> |
|
1091 |
</item> |
|
1092 |
</layout> |
|
1093 |
</widget> |
|
1094 |
</item> |
|
1095 |
</layout> |
|
1096 |
</widget> |
|
1097 |
<widget class="QWidget" name="tab"> |
|
1098 |
<attribute name="title"> |
|
1099 |
<string>Printer</string> |
|
1100 |
</attribute> |
|
1101 |
<layout class="QVBoxLayout"> |
|
1102 |
<property name="margin"> |
|
1103 |
<number>8</number> |
|
1104 |
</property> |
|
1105 |
<property name="spacing"> |
|
1106 |
<number>4</number> |
|
1107 |
</property> |
|
1108 |
<item> |
|
1109 |
<widget class="QCheckBox" name="fontembeddingcheckbox"> |
|
1110 |
<property name="text"> |
|
1111 |
<string>Enable Font embedding</string> |
|
1112 |
</property> |
|
1113 |
<property name="checked"> |
|
1114 |
<bool>true</bool> |
|
1115 |
</property> |
|
1116 |
</widget> |
|
1117 |
</item> |
|
1118 |
<item> |
|
1119 |
<widget class="Q3GroupBox" name="GroupBox10"> |
|
1120 |
<property name="sizePolicy"> |
|
1121 |
<sizepolicy> |
|
1122 |
<hsizetype>5</hsizetype> |
|
1123 |
<vsizetype>7</vsizetype> |
|
1124 |
<horstretch>0</horstretch> |
|
1125 |
<verstretch>0</verstretch> |
|
1126 |
</sizepolicy> |
|
1127 |
</property> |
|
1128 |
<property name="title"> |
|
1129 |
<string>Font Paths</string> |
|
1130 |
</property> |
|
1131 |
<layout class="QVBoxLayout"> |
|
1132 |
<property name="margin"> |
|
1133 |
<number>8</number> |
|
1134 |
</property> |
|
1135 |
<property name="spacing"> |
|
1136 |
<number>4</number> |
|
1137 |
</property> |
|
1138 |
<item> |
|
1139 |
<layout class="QGridLayout"> |
|
1140 |
<property name="margin"> |
|
1141 |
<number>0</number> |
|
1142 |
</property> |
|
1143 |
<property name="spacing"> |
|
1144 |
<number>4</number> |
|
1145 |
</property> |
|
1146 |
<item row="1" column="0"> |
|
1147 |
<widget class="QPushButton" name="PushButton11"> |
|
1148 |
<property name="text"> |
|
1149 |
<string>Up</string> |
|
1150 |
</property> |
|
1151 |
</widget> |
|
1152 |
</item> |
|
1153 |
<item row="1" column="2"> |
|
1154 |
<widget class="QPushButton" name="PushButton13"> |
|
1155 |
<property name="text"> |
|
1156 |
<string>Remove</string> |
|
1157 |
</property> |
|
1158 |
</widget> |
|
1159 |
</item> |
|
1160 |
<item row="0" column="0" rowspan="1" colspan="3"> |
|
1161 |
<widget class="Q3ListBox" name="fontpathlistbox"/> |
|
1162 |
</item> |
|
1163 |
<item row="1" column="1"> |
|
1164 |
<widget class="QPushButton" name="PushButton12"> |
|
1165 |
<property name="text"> |
|
1166 |
<string>Down</string> |
|
1167 |
</property> |
|
1168 |
</widget> |
|
1169 |
</item> |
|
1170 |
</layout> |
|
1171 |
</item> |
|
1172 |
<item> |
|
1173 |
<layout class="QGridLayout"> |
|
1174 |
<property name="margin"> |
|
1175 |
<number>0</number> |
|
1176 |
</property> |
|
1177 |
<property name="spacing"> |
|
1178 |
<number>4</number> |
|
1179 |
</property> |
|
1180 |
<item row="2" column="0"> |
|
1181 |
<spacer name="Spacer4"> |
|
1182 |
<property name="sizeHint"> |
|
1183 |
<size> |
|
1184 |
<width>20</width> |
|
1185 |
<height>20</height> |
|
1186 |
</size> |
|
1187 |
</property> |
|
1188 |
<property name="sizeType"> |
|
1189 |
<enum>QSizePolicy::Minimum</enum> |
|
1190 |
</property> |
|
1191 |
<property name="orientation"> |
|
1192 |
<enum>Qt::Horizontal</enum> |
|
1193 |
</property> |
|
1194 |
</spacer> |
|
1195 |
</item> |
|
1196 |
<item row="0" column="0" rowspan="1" colspan="3"> |
|
1197 |
<widget class="QLabel" name="TextLabel15_2"> |
|
1198 |
<property name="text"> |
|
1199 |
<string>Press the <b>Browse</b> button or enter a directory and press Enter to add them to the list.</string> |
|
1200 |
</property> |
|
1201 |
<property name="wordWrap"> |
|
1202 |
<bool>false</bool> |
|
1203 |
</property> |
|
1204 |
</widget> |
|
1205 |
</item> |
|
1206 |
<item row="2" column="2"> |
|
1207 |
<widget class="QPushButton" name="PushButton15"> |
|
1208 |
<property name="text"> |
|
1209 |
<string>Add</string> |
|
1210 |
</property> |
|
1211 |
</widget> |
|
1212 |
</item> |
|
1213 |
<item row="1" column="0" rowspan="1" colspan="3"> |
|
1214 |
<widget class="QLineEdit" name="fontpathlineedit"/> |
|
1215 |
</item> |
|
1216 |
<item row="2" column="1"> |
|
1217 |
<widget class="QPushButton" name="PushButton14"> |
|
1218 |
<property name="text"> |
|
1219 |
<string>Browse...</string> |
|
1220 |
</property> |
|
1221 |
</widget> |
|
1222 |
</item> |
|
1223 |
</layout> |
|
1224 |
</item> |
|
1225 |
</layout> |
|
1226 |
</widget> |
|
1227 |
</item> |
|
1228 |
</layout> |
|
1229 |
</widget> |
|
1230 |
</widget> |
|
1231 |
</item> |
|
1232 |
</layout> |
|
1233 |
</widget> |
|
1234 |
<widget class="QMenuBar" name="menubar"> |
|
1235 |
<widget class="QMenu" name="PopupMenu"> |
|
1236 |
<property name="title"> |
|
1237 |
<string>&File</string> |
|
1238 |
</property> |
|
1239 |
<addaction name="fileSaveAction"/> |
|
1240 |
<addaction name="separator"/> |
|
1241 |
<addaction name="fileExitAction"/> |
|
1242 |
</widget> |
|
1243 |
<widget class="QMenu" name="PopupMenu_2"> |
|
1244 |
<property name="title"> |
|
1245 |
<string>&Help</string> |
|
1246 |
</property> |
|
1247 |
<addaction name="helpAboutAction"/> |
|
1248 |
<addaction name="helpAboutQtAction"/> |
|
1249 |
</widget> |
|
1250 |
<addaction name="PopupMenu"/> |
|
1251 |
<addaction name="PopupMenu_2"/> |
|
1252 |
</widget> |
|
1253 |
<action name="fileSaveAction"> |
|
1254 |
<property name="name"> |
|
1255 |
<cstring>fileSaveAction</cstring> |
|
1256 |
</property> |
|
1257 |
<property name="icon"> |
|
1258 |
<iconset/> |
|
1259 |
</property> |
|
1260 |
<property name="iconText"> |
|
1261 |
<string>Save</string> |
|
1262 |
</property> |
|
1263 |
<property name="text"> |
|
1264 |
<string>&Save</string> |
|
1265 |
</property> |
|
1266 |
<property name="shortcut"> |
|
1267 |
<string>Ctrl+S</string> |
|
1268 |
</property> |
|
1269 |
</action> |
|
1270 |
<action name="fileExitAction"> |
|
1271 |
<property name="name"> |
|
1272 |
<cstring>fileExitAction</cstring> |
|
1273 |
</property> |
|
1274 |
<property name="iconText"> |
|
1275 |
<string>Exit</string> |
|
1276 |
</property> |
|
1277 |
<property name="text"> |
|
1278 |
<string>E&xit</string> |
|
1279 |
</property> |
|
1280 |
<property name="shortcut"> |
|
1281 |
<string/> |
|
1282 |
</property> |
|
1283 |
</action> |
|
1284 |
<action name="helpAboutAction"> |
|
1285 |
<property name="name"> |
|
1286 |
<cstring>helpAboutAction</cstring> |
|
1287 |
</property> |
|
1288 |
<property name="iconText"> |
|
1289 |
<string>About</string> |
|
1290 |
</property> |
|
1291 |
<property name="text"> |
|
1292 |
<string>&About</string> |
|
1293 |
</property> |
|
1294 |
<property name="shortcut"> |
|
1295 |
<string/> |
|
1296 |
</property> |
|
1297 |
</action> |
|
1298 |
<action name="helpAboutQtAction"> |
|
1299 |
<property name="name"> |
|
1300 |
<cstring>helpAboutQtAction</cstring> |
|
1301 |
</property> |
|
1302 |
<property name="iconText"> |
|
1303 |
<string>About Qt</string> |
|
1304 |
</property> |
|
1305 |
<property name="text"> |
|
1306 |
<string>About &Qt</string> |
|
1307 |
</property> |
|
1308 |
</action> |
|
1309 |
</widget> |
|
1310 |
<layoutdefault spacing="4" margin="8"/> |
|
1311 |
<customwidgets> |
|
1312 |
<customwidget> |
|
1313 |
<class>ColorButton</class> |
|
1314 |
<extends>QWidget</extends> |
|
1315 |
<header location="local">colorbutton.h</header> |
|
1316 |
<sizehint> |
|
1317 |
<width>40</width> |
|
1318 |
<height>25</height> |
|
1319 |
</sizehint> |
|
1320 |
<container>0</container> |
|
1321 |
<sizepolicy> |
|
1322 |
<hordata>5</hordata> |
|
1323 |
<verdata>5</verdata> |
|
1324 |
</sizepolicy> |
|
1325 |
<pixmap>image0</pixmap> |
|
1326 |
<properties> |
|
1327 |
<property type="Color">color</property> |
|
1328 |
<property type="Pixmap">pixmap</property> |
|
1329 |
<property type="Bool">scale</property> |
|
1330 |
</properties> |
|
1331 |
</customwidget> |
|
1332 |
<customwidget> |
|
1333 |
<class>PreviewFrame</class> |
|
1334 |
<extends>QWidget</extends> |
|
1335 |
<header location="local">previewframe.h</header> |
|
1336 |
<sizehint> |
|
1337 |
<width>200</width> |
|
1338 |
<height>200</height> |
|
1339 |
</sizehint> |
|
1340 |
<container>0</container> |
|
1341 |
<sizepolicy> |
|
1342 |
<hordata>5</hordata> |
|
1343 |
<verdata>5</verdata> |
|
1344 |
</sizepolicy> |
|
1345 |
<pixmap>image1</pixmap> |
|
1346 |
</customwidget> |
|
1347 |
</customwidgets> |
|
1348 |
<tabstops> |
|
1349 |
<tabstop>helpview</tabstop> |
|
1350 |
<tabstop>TabWidget3</tabstop> |
|
1351 |
<tabstop>familycombo</tabstop> |
|
1352 |
<tabstop>stylecombo</tabstop> |
|
1353 |
<tabstop>psizecombo</tabstop> |
|
1354 |
<tabstop>samplelineedit</tabstop> |
|
1355 |
<tabstop>familysubcombo</tabstop> |
|
1356 |
<tabstop>PushButton2</tabstop> |
|
1357 |
<tabstop>PushButton3</tabstop> |
|
1358 |
<tabstop>PushButton4</tabstop> |
|
1359 |
<tabstop>choosesubcombo</tabstop> |
|
1360 |
<tabstop>PushButton1</tabstop> |
|
1361 |
<tabstop>dcispin</tabstop> |
|
1362 |
<tabstop>cfispin</tabstop> |
|
1363 |
<tabstop>wslspin</tabstop> |
|
1364 |
<tabstop>effectcheckbox</tabstop> |
|
1365 |
<tabstop>menueffect</tabstop> |
|
1366 |
<tabstop>comboeffect</tabstop> |
|
1367 |
<tabstop>tooltipeffect</tabstop> |
|
1368 |
<tabstop>strutwidth</tabstop> |
|
1369 |
<tabstop>strutheight</tabstop> |
|
1370 |
<tabstop>libpathlineedit</tabstop> |
|
1371 |
<tabstop>PushButton5</tabstop> |
|
1372 |
<tabstop>PushButton6</tabstop> |
|
1373 |
<tabstop>PushButton7</tabstop> |
|
1374 |
<tabstop>PushButton8</tabstop> |
|
1375 |
<tabstop>PushButton9</tabstop> |
|
1376 |
<tabstop>sublistbox</tabstop> |
|
1377 |
<tabstop>libpathlistbox</tabstop> |
|
1378 |
</tabstops> |
|
1379 |
<images> |
|
1380 |
<image name="image0"> |
|
1381 |
<data format="XPM.GZ" length="4350">789c6dd7594f23471007f0f7fd14d6d6db2aaaf58c3db647511eb831b7317794879ac30760cc61c010e5bba7dcf5af5688167664fdb66bbaababbb67cccf1f8dab93c3c68f9fdf5e16b298968d7222cf8d1fd5eb6cf6f1e75f7ffcfded7b9a3656ff9aad46fafdb76fdf078b46d9389a3fd42bf04841699e964933b830b79a7019dd0b96955b895b5a703bcd572e08eea576ff6570ae0eedd477b792103f854b8b2fc6d1163f77237e646e37113f89b6f8307e3bf1785a8b0eedbc696eb7ad9db7e01ee6476ee4ffe0c6fd158c7c69182cde4eec6e87fea50dfbf8176e6ba7d07f96669999cfa325ccaf862bcc97a36dbccf60f178cee11cde706761f16917ae30fe6b7488a7851bf14d7327417f676eb4f756eea41e2f57e6d83e83919f6cba117f04235fd9765b3b0fa36dfc398cf973edc67a6fb951ffe768ab6765ee26b8dff213ef5f4630e2b9e7463ea7ee8ee5ff60ee2618af8eb6fe3238437eb91bf1299cdbfacad3cadd5617f5a11738c7fe4adcb8ffd68d7aeec15e8fc3683b9f62ee2518ef33dafa3f75e3bc957086f86eb4d56f3db8e8e6dd56f01a5cc1bbe65e629673d8ebd18d0efdc9058cf9f2c08df9e630ce037db8719ec37c7a9a7fb708f10267b65e7cef46fb3e9ca3fd23dad6ef0cf67abe99f304f95ec3a8871cbb71be52d8d777e8b6fee412f6f958be3adf5ea817b561afe7d86ded7c67ce13c46fc37ede2766c17a17059cd9f38e466e8c3f8eb6fd700f0b9ef7095c37cd3d37de178f2be76dcf876fa343bd790267f012f67a77cc319f69b4ed872e2ca8e732daeabfe3c6fa9cc235f21f9b8bd4f2a5cd687bfedbfd659ee7ede017b842becf6eb44fa3cbd0df8559b0ffe808ceb0ff37e01afba3652e52cc87a26dbe276ecca7097790ff73b4cdef0616ac4fdf6df1c2d1d67ee8c6f80318eb4bd1180ff529513f0ecf7b694b62f5a002ceccb2662e523c2fb7605f9f0fd8fbbf75e3bc2dcd3e9ebcb9f17ce8c05e8f83685bcf701e44eb2db65e4fd1b65eebe62245be53b8c6f3ffdd8dfd3933fbf884761f5f0edcd88f951bf118bf44bde926dae24fe01ae7af76e3f9169e2f45bb143c0f5fdcf6fea23b18f773eac6f3e63ddac6db75e37df5e8c6fbae65aebcde6d37beaf84f528aa52f03c9dc3359ea79939c627d136deab1befaf75b883ef23e76e3ccfaea36d7dc2f795322b05ebfb0ad738af7db7ad371f99fd7e59b8b13f276e9cdf1318f5e54337e6d78cb67cf761ec170efba1acaa1afd9db92d3f3a36d729ea77efc6f33cbccf2beddfe6478fe6d85e45dbfd851bf1577007f5d877e3bc86f5a9ea3a2d6cffdfc1debe116df5db73a39e37b0e777191dda257c7fa83b6e8a2eaae00eeceb13d6b7d69f325b79b058fd32b170c1a55ebffaac2ccae2b9e6118f79c253bd6ef9ee3fd7587fef79c60f7acf3cc617fcc84ffcac6d8ffcc20b7ee5377ee7257ff027aff1bac66ff0269716cf5b1ab7cd3bbcabb17ddee37d3ee0433ee2633ee1019ff290cff89c2ff89229c48b66f1ac3d5df135df7093134eb9c56dcef4b3c35dee71ce393111dbfa8c784a4205955451cd1d1ad1982634a55bbad3f80eddd38c1ef882e66cf52ab5ff2b8d7ea4277aa6175ad06bb866f446efb4d4df0ffad4fed762ffb7b44e1b9cd2266dd142c75e5ddb3cd0bb3e347a477bd9d5f83ee245e3f7689f0ee830f67d44c77412ee186946033aa5e197fecfe85c7bf7be2fe892aee89a6ea84989f6bfa434f4eff9df52c509b5d0779b32ea684d13ea528f728d1e882ebfce37f6cf077422b4ea5b440ad14af1a15452ab473aee52c65ff39789b64fe955f44eb9937b5d858c5b32d377c0c32a7fee7ecd5fe61aff284ff22c2fb290577993775db1443fb53ef2219f5ff2bf93356d5b970dd9d41eb77820dbb223bbab155ed55ffab2f725ffb1eccb81aed6931cca116ab490633909d10339fd5ffdef795d869ae7923bc27226e772415d5986b51d683663b9d4fcfbb1ff190fe54aaec35aeaa577ee20f24673e94b531249a585fc2b69ebfe3ed7dae91f75ba964b5c03e9d344ba1add93bce0826c3f87f3b2a9fb6f18aeba10ba2f563f25eb1b563771a5d17531e2513c5fba538b3111cd690dd73c7ef6a95f4c8aa99de12fe77da4951de9ffffea730be7fd9fdfbffd0b690edc6c</data> |
|
1382 |
</image> |
|
1383 |
<image name="image1"> |
|
1384 |
<data format="XPM.GZ" length="857">789c6d92cd4ec3300c80ef7d8a68b94da8dbba51a9423c02882312e210c7f95d3a241807847877eca4e93a84d54af9fcd5899374b316cf4f0f62bd693eceea1cb4d05ebd8b357e8ee3d7cbebfd77b3ea3a41cfae17bbd54db36a85168f6f27c3634563b9dfedb7db2da3acd8778cb1607f5bd0331ed4411f142330f65db5a1e0301444c64157d41507cd980a6a53d67515cbc723a3c66a6dc5624dc532d5a9a0b5058f8cd6566cdb56aaeba05436a0f43210a4826294369c31c63a4404002f55362c02e50d2f8001207a2f6531d4d131e729128227a32643152ed14ce86c4a09168605440ac031a57031b404091f3d861872d16c6ca9a01d87885cb430b9c29cac8b90122e0c7205094b4dd374b3a16d70056f15fc1f6323d8bc550757b3510680d3fc5e75e0f2b72e00f2212cbb464701d45d449796060199318490079775e8dc4b660e980c9dad9f1dd2f10428b7d02a991d9f58001ec0747374dbf24fa8c9fcff87fcdc35bf3990fd9c</data> |
|
1385 |
</image> |
|
1386 |
</images> |
|
1387 |
<includes> |
|
1388 |
<include location="local">colorbutton.h</include> |
|
1389 |
<include location="local">colorbutton.h</include> |
|
1390 |
<include location="local">previewframe.h</include> |
|
1391 |
</includes> |
|
1392 |
<connections> |
|
1393 |
<connection> |
|
1394 |
<sender>fontpathlineedit</sender> |
|
1395 |
<signal>returnPressed()</signal> |
|
1396 |
<receiver>MainWindowBase</receiver> |
|
1397 |
<slot>addFontpath()</slot> |
|
1398 |
</connection> |
|
1399 |
<connection> |
|
1400 |
<sender>PushButton15</sender> |
|
1401 |
<signal>clicked()</signal> |
|
1402 |
<receiver>MainWindowBase</receiver> |
|
1403 |
<slot>addFontpath()</slot> |
|
1404 |
</connection> |
|
1405 |
<connection> |
|
1406 |
<sender>PushButton6</sender> |
|
1407 |
<signal>clicked()</signal> |
|
1408 |
<receiver>MainWindowBase</receiver> |
|
1409 |
<slot>addLibpath()</slot> |
|
1410 |
</connection> |
|
1411 |
<connection> |
|
1412 |
<sender>libpathlineedit</sender> |
|
1413 |
<signal>returnPressed()</signal> |
|
1414 |
<receiver>MainWindowBase</receiver> |
|
1415 |
<slot>addLibpath()</slot> |
|
1416 |
</connection> |
|
1417 |
<connection> |
|
1418 |
<sender>PushButton1</sender> |
|
1419 |
<signal>clicked()</signal> |
|
1420 |
<receiver>MainWindowBase</receiver> |
|
1421 |
<slot>addSubstitute()</slot> |
|
1422 |
</connection> |
|
1423 |
<connection> |
|
1424 |
<sender>PushButton14</sender> |
|
1425 |
<signal>clicked()</signal> |
|
1426 |
<receiver>MainWindowBase</receiver> |
|
1427 |
<slot>browseFontpath()</slot> |
|
1428 |
</connection> |
|
1429 |
<connection> |
|
1430 |
<sender>PushButton5</sender> |
|
1431 |
<signal>clicked()</signal> |
|
1432 |
<receiver>MainWindowBase</receiver> |
|
1433 |
<slot>browseLibpath()</slot> |
|
1434 |
</connection> |
|
1435 |
<connection> |
|
1436 |
<sender>stylecombo</sender> |
|
1437 |
<signal>activated(int)</signal> |
|
1438 |
<receiver>MainWindowBase</receiver> |
|
1439 |
<slot>buildFont()</slot> |
|
1440 |
</connection> |
|
1441 |
<connection> |
|
1442 |
<sender>psizecombo</sender> |
|
1443 |
<signal>activated(int)</signal> |
|
1444 |
<receiver>MainWindowBase</receiver> |
|
1445 |
<slot>buildFont()</slot> |
|
1446 |
</connection> |
|
1447 |
<connection> |
|
1448 |
<sender>PushButton12</sender> |
|
1449 |
<signal>clicked()</signal> |
|
1450 |
<receiver>MainWindowBase</receiver> |
|
1451 |
<slot>downFontpath()</slot> |
|
1452 |
</connection> |
|
1453 |
<connection> |
|
1454 |
<sender>PushButton8</sender> |
|
1455 |
<signal>clicked()</signal> |
|
1456 |
<receiver>MainWindowBase</receiver> |
|
1457 |
<slot>downLibpath()</slot> |
|
1458 |
</connection> |
|
1459 |
<connection> |
|
1460 |
<sender>PushButton3</sender> |
|
1461 |
<signal>clicked()</signal> |
|
1462 |
<receiver>MainWindowBase</receiver> |
|
1463 |
<slot>downSubstitute()</slot> |
|
1464 |
</connection> |
|
1465 |
<connection> |
|
1466 |
<sender>familycombo</sender> |
|
1467 |
<signal>activated(QString)</signal> |
|
1468 |
<receiver>MainWindowBase</receiver> |
|
1469 |
<slot>familySelected(QString)</slot> |
|
1470 |
</connection> |
|
1471 |
<connection> |
|
1472 |
<sender>fileExitAction</sender> |
|
1473 |
<signal>activated()</signal> |
|
1474 |
<receiver>MainWindowBase</receiver> |
|
1475 |
<slot>fileExit()</slot> |
|
1476 |
</connection> |
|
1477 |
<connection> |
|
1478 |
<sender>fileSaveAction</sender> |
|
1479 |
<signal>activated()</signal> |
|
1480 |
<receiver>MainWindowBase</receiver> |
|
1481 |
<slot>fileSave()</slot> |
|
1482 |
</connection> |
|
1483 |
<connection> |
|
1484 |
<sender>helpAboutAction</sender> |
|
1485 |
<signal>activated()</signal> |
|
1486 |
<receiver>MainWindowBase</receiver> |
|
1487 |
<slot>helpAbout()</slot> |
|
1488 |
</connection> |
|
1489 |
<connection> |
|
1490 |
<sender>helpAboutQtAction</sender> |
|
1491 |
<signal>activated()</signal> |
|
1492 |
<receiver>MainWindowBase</receiver> |
|
1493 |
<slot>helpAboutQt()</slot> |
|
1494 |
</connection> |
|
1495 |
<connection> |
|
1496 |
<sender>TabWidget3</sender> |
|
1497 |
<signal>currentChanged(QWidget*)</signal> |
|
1498 |
<receiver>MainWindowBase</receiver> |
|
1499 |
<slot>pageChanged(QWidget*)</slot> |
|
1500 |
</connection> |
|
1501 |
<connection> |
|
1502 |
<sender>paletteCombo</sender> |
|
1503 |
<signal>activated(int)</signal> |
|
1504 |
<receiver>MainWindowBase</receiver> |
|
1505 |
<slot>paletteSelected(int)</slot> |
|
1506 |
</connection> |
|
1507 |
<connection> |
|
1508 |
<sender>PushButton13</sender> |
|
1509 |
<signal>clicked()</signal> |
|
1510 |
<receiver>MainWindowBase</receiver> |
|
1511 |
<slot>removeFontpath()</slot> |
|
1512 |
</connection> |
|
1513 |
<connection> |
|
1514 |
<sender>PushButton9</sender> |
|
1515 |
<signal>clicked()</signal> |
|
1516 |
<receiver>MainWindowBase</receiver> |
|
1517 |
<slot>removeLibpath()</slot> |
|
1518 |
</connection> |
|
1519 |
<connection> |
|
1520 |
<sender>PushButton4</sender> |
|
1521 |
<signal>clicked()</signal> |
|
1522 |
<receiver>MainWindowBase</receiver> |
|
1523 |
<slot>removeSubstitute()</slot> |
|
1524 |
</connection> |
|
1525 |
<connection> |
|
1526 |
<sender>effectcheckbox</sender> |
|
1527 |
<signal>toggled(bool)</signal> |
|
1528 |
<receiver>effectbase</receiver> |
|
1529 |
<slot>setEnabled(bool)</slot> |
|
1530 |
</connection> |
|
1531 |
<connection> |
|
1532 |
<sender>fontembeddingcheckbox</sender> |
|
1533 |
<signal>toggled(bool)</signal> |
|
1534 |
<receiver>GroupBox10</receiver> |
|
1535 |
<slot>setEnabled(bool)</slot> |
|
1536 |
</connection> |
|
1537 |
<connection> |
|
1538 |
<sender>toolboxeffect</sender> |
|
1539 |
<signal>activated(int)</signal> |
|
1540 |
<receiver>MainWindowBase</receiver> |
|
1541 |
<slot>somethingModified()</slot> |
|
1542 |
</connection> |
|
1543 |
<connection> |
|
1544 |
<sender>dcispin</sender> |
|
1545 |
<signal>valueChanged(int)</signal> |
|
1546 |
<receiver>MainWindowBase</receiver> |
|
1547 |
<slot>somethingModified()</slot> |
|
1548 |
</connection> |
|
1549 |
<connection> |
|
1550 |
<sender>cfispin</sender> |
|
1551 |
<signal>valueChanged(int)</signal> |
|
1552 |
<receiver>MainWindowBase</receiver> |
|
1553 |
<slot>somethingModified()</slot> |
|
1554 |
</connection> |
|
1555 |
<connection> |
|
1556 |
<sender>wslspin</sender> |
|
1557 |
<signal>valueChanged(int)</signal> |
|
1558 |
<receiver>MainWindowBase</receiver> |
|
1559 |
<slot>somethingModified()</slot> |
|
1560 |
</connection> |
|
1561 |
<connection> |
|
1562 |
<sender>menueffect</sender> |
|
1563 |
<signal>activated(int)</signal> |
|
1564 |
<receiver>MainWindowBase</receiver> |
|
1565 |
<slot>somethingModified()</slot> |
|
1566 |
</connection> |
|
1567 |
<connection> |
|
1568 |
<sender>comboeffect</sender> |
|
1569 |
<signal>activated(int)</signal> |
|
1570 |
<receiver>MainWindowBase</receiver> |
|
1571 |
<slot>somethingModified()</slot> |
|
1572 |
</connection> |
|
1573 |
<connection> |
|
1574 |
<sender>tooltipeffect</sender> |
|
1575 |
<signal>activated(int)</signal> |
|
1576 |
<receiver>MainWindowBase</receiver> |
|
1577 |
<slot>somethingModified()</slot> |
|
1578 |
</connection> |
|
1579 |
<connection> |
|
1580 |
<sender>strutwidth</sender> |
|
1581 |
<signal>valueChanged(int)</signal> |
|
1582 |
<receiver>MainWindowBase</receiver> |
|
1583 |
<slot>somethingModified()</slot> |
|
1584 |
</connection> |
|
1585 |
<connection> |
|
1586 |
<sender>strutheight</sender> |
|
1587 |
<signal>valueChanged(int)</signal> |
|
1588 |
<receiver>MainWindowBase</receiver> |
|
1589 |
<slot>somethingModified()</slot> |
|
1590 |
</connection> |
|
1591 |
<connection> |
|
1592 |
<sender>effectcheckbox</sender> |
|
1593 |
<signal>toggled(bool)</signal> |
|
1594 |
<receiver>MainWindowBase</receiver> |
|
1595 |
<slot>somethingModified()</slot> |
|
1596 |
</connection> |
|
1597 |
<connection> |
|
1598 |
<sender>resolvelinks</sender> |
|
1599 |
<signal>toggled(bool)</signal> |
|
1600 |
<receiver>MainWindowBase</receiver> |
|
1601 |
<slot>somethingModified()</slot> |
|
1602 |
</connection> |
|
1603 |
<connection> |
|
1604 |
<sender>fontembeddingcheckbox</sender> |
|
1605 |
<signal>clicked()</signal> |
|
1606 |
<receiver>MainWindowBase</receiver> |
|
1607 |
<slot>somethingModified()</slot> |
|
1608 |
</connection> |
|
1609 |
<connection> |
|
1610 |
<sender>rtlExtensions</sender> |
|
1611 |
<signal>toggled(bool)</signal> |
|
1612 |
<receiver>MainWindowBase</receiver> |
|
1613 |
<slot>somethingModified()</slot> |
|
1614 |
</connection> |
|
1615 |
<connection> |
|
1616 |
<sender>inputStyle</sender> |
|
1617 |
<signal>activated(int)</signal> |
|
1618 |
<receiver>MainWindowBase</receiver> |
|
1619 |
<slot>somethingModified()</slot> |
|
1620 |
</connection> |
|
1621 |
<connection> |
|
1622 |
<sender>gstylecombo</sender> |
|
1623 |
<signal>activated(QString)</signal> |
|
1624 |
<receiver>MainWindowBase</receiver> |
|
1625 |
<slot>styleSelected(QString)</slot> |
|
1626 |
</connection> |
|
1627 |
<connection> |
|
1628 |
<sender>familysubcombo</sender> |
|
1629 |
<signal>activated(QString)</signal> |
|
1630 |
<receiver>MainWindowBase</receiver> |
|
1631 |
<slot>substituteSelected(QString)</slot> |
|
1632 |
</connection> |
|
1633 |
<connection> |
|
1634 |
<sender>btnAdvanced</sender> |
|
1635 |
<signal>clicked()</signal> |
|
1636 |
<receiver>MainWindowBase</receiver> |
|
1637 |
<slot>tunePalette()</slot> |
|
1638 |
</connection> |
|
1639 |
<connection> |
|
1640 |
<sender>PushButton11</sender> |
|
1641 |
<signal>clicked()</signal> |
|
1642 |
<receiver>MainWindowBase</receiver> |
|
1643 |
<slot>upFontpath()</slot> |
|
1644 |
</connection> |
|
1645 |
<connection> |
|
1646 |
<sender>PushButton7</sender> |
|
1647 |
<signal>clicked()</signal> |
|
1648 |
<receiver>MainWindowBase</receiver> |
|
1649 |
<slot>upLibpath()</slot> |
|
1650 |
</connection> |
|
1651 |
<connection> |
|
1652 |
<sender>PushButton2</sender> |
|
1653 |
<signal>clicked()</signal> |
|
1654 |
<receiver>MainWindowBase</receiver> |
|
1655 |
<slot>upSubstitute()</slot> |
|
1656 |
</connection> |
|
1657 |
</connections> |
|
1658 |
</ui> |