Rev 21187 | Rev 24217 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
21187 | jghali | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <ui version="4.0"> |
||
3 | <class>Prefs_ItemTools</class> |
||
4 | <widget class="QWidget" name="Prefs_ItemTools"> |
||
5 | <property name="geometry"> |
||
6 | <rect> |
||
7 | <x>0</x> |
||
8 | <y>0</y> |
||
9 | <width>659</width> |
||
10 | <height>762</height> |
||
11 | </rect> |
||
12 | </property> |
||
13 | <property name="windowTitle"> |
||
14 | <string notr="true">Form</string> |
||
15 | </property> |
||
16 | <layout class="QVBoxLayout" name="verticalLayout"> |
||
17 | <item> |
||
18 | <widget class="QLabel" name="label"> |
||
19 | <property name="font"> |
||
20 | <font> |
||
21 | <pointsize>14</pointsize> |
||
22 | <weight>75</weight> |
||
23 | <bold>true</bold> |
||
24 | </font> |
||
25 | </property> |
||
26 | <property name="text"> |
||
27 | <string>Item Tools</string> |
||
28 | </property> |
||
29 | </widget> |
||
30 | </item> |
||
31 | <item> |
||
32 | <widget class="Line" name="line"> |
||
33 | <property name="orientation"> |
||
34 | <enum>Qt::Horizontal</enum> |
||
35 | </property> |
||
36 | </widget> |
||
37 | </item> |
||
38 | <item> |
||
39 | <widget class="QTabWidget" name="tabWidget"> |
||
40 | <property name="tabPosition"> |
||
41 | <enum>QTabWidget::North</enum> |
||
42 | </property> |
||
43 | <property name="tabShape"> |
||
44 | <enum>QTabWidget::Rounded</enum> |
||
45 | </property> |
||
46 | <property name="currentIndex"> |
||
47 | <number>0</number> |
||
48 | </property> |
||
49 | <property name="elideMode"> |
||
50 | <enum>Qt::ElideRight</enum> |
||
51 | </property> |
||
52 | <property name="usesScrollButtons"> |
||
53 | <bool>false</bool> |
||
54 | </property> |
||
55 | <widget class="QWidget" name="tabWidgetPage1"> |
||
56 | <attribute name="title"> |
||
57 | <string>Text</string> |
||
58 | </attribute> |
||
59 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
||
60 | <property name="leftMargin"> |
||
61 | <number>0</number> |
||
62 | </property> |
||
63 | <property name="topMargin"> |
||
64 | <number>0</number> |
||
65 | </property> |
||
66 | <property name="rightMargin"> |
||
67 | <number>0</number> |
||
68 | </property> |
||
69 | <property name="bottomMargin"> |
||
70 | <number>0</number> |
||
71 | </property> |
||
72 | <item> |
||
73 | <widget class="QScrollArea" name="scrollArea"> |
||
74 | <property name="frameShape"> |
||
75 | <enum>QFrame::NoFrame</enum> |
||
76 | </property> |
||
77 | <property name="frameShadow"> |
||
78 | <enum>QFrame::Raised</enum> |
||
79 | </property> |
||
80 | <property name="lineWidth"> |
||
81 | <number>0</number> |
||
82 | </property> |
||
83 | <property name="widgetResizable"> |
||
84 | <bool>true</bool> |
||
85 | </property> |
||
86 | <widget class="QWidget" name="scrollAreaWidgetContents"> |
||
87 | <property name="geometry"> |
||
88 | <rect> |
||
89 | <x>0</x> |
||
90 | <y>0</y> |
||
23999 | jghali | 91 | <width>635</width> |
21187 | jghali | 92 | <height>680</height> |
93 | </rect> |
||
94 | </property> |
||
95 | <layout class="QGridLayout" name="gridLayout_5"> |
||
96 | <item row="2" column="1"> |
||
97 | <widget class="QLabel" name="label_43"> |
||
98 | <property name="text"> |
||
99 | <string/> |
||
100 | </property> |
||
101 | </widget> |
||
102 | </item> |
||
103 | <item row="5" column="0" colspan="3"> |
||
104 | <widget class="Line" name="line_6"> |
||
105 | <property name="orientation"> |
||
106 | <enum>Qt::Horizontal</enum> |
||
107 | </property> |
||
108 | </widget> |
||
109 | </item> |
||
110 | <item row="4" column="0"> |
||
111 | <widget class="QLabel" name="ColumnsAndTextDistances"> |
||
112 | <property name="font"> |
||
113 | <font> |
||
114 | <weight>75</weight> |
||
115 | <bold>true</bold> |
||
116 | </font> |
||
117 | </property> |
||
118 | <property name="text"> |
||
119 | <string>Columns & Text Distances</string> |
||
120 | </property> |
||
121 | </widget> |
||
122 | </item> |
||
123 | <item row="9" column="0" colspan="3"> |
||
124 | <widget class="Line" name="line_5"> |
||
125 | <property name="orientation"> |
||
126 | <enum>Qt::Horizontal</enum> |
||
127 | </property> |
||
128 | </widget> |
||
129 | </item> |
||
130 | <item row="16" column="0"> |
||
131 | <spacer name="verticalSpacer_10"> |
||
132 | <property name="orientation"> |
||
133 | <enum>Qt::Vertical</enum> |
||
134 | </property> |
||
135 | <property name="sizeHint" stdset="0"> |
||
136 | <size> |
||
137 | <width>20</width> |
||
138 | <height>40</height> |
||
139 | </size> |
||
140 | </property> |
||
141 | </spacer> |
||
142 | </item> |
||
143 | <item row="14" column="0" colspan="3"> |
||
144 | <widget class="Line" name="line_3"> |
||
145 | <property name="orientation"> |
||
146 | <enum>Qt::Horizontal</enum> |
||
147 | </property> |
||
148 | </widget> |
||
149 | </item> |
||
150 | <item row="13" column="0"> |
||
151 | <widget class="QLabel" name="label_11"> |
||
152 | <property name="font"> |
||
153 | <font> |
||
154 | <weight>75</weight> |
||
155 | <bold>true</bold> |
||
156 | </font> |
||
157 | </property> |
||
158 | <property name="text"> |
||
159 | <string>Preview</string> |
||
160 | </property> |
||
161 | </widget> |
||
162 | </item> |
||
163 | <item row="6" column="2"> |
||
164 | <spacer name="horizontalSpacer_15"> |
||
165 | <property name="orientation"> |
||
166 | <enum>Qt::Horizontal</enum> |
||
167 | </property> |
||
168 | <property name="sizeHint" stdset="0"> |
||
169 | <size> |
||
170 | <width>40</width> |
||
171 | <height>20</height> |
||
172 | </size> |
||
173 | </property> |
||
174 | </spacer> |
||
175 | </item> |
||
176 | <item row="1" column="1"> |
||
177 | <widget class="QLabel" name="label_42"> |
||
178 | <property name="text"> |
||
179 | <string/> |
||
180 | </property> |
||
181 | </widget> |
||
182 | </item> |
||
183 | <item row="6" column="0" colspan="2"> |
||
184 | <layout class="QGridLayout" name="gridLayout_3"> |
||
185 | <item row="2" column="4"> |
||
186 | <widget class="ScrSpinBox" name="rightTextDistanceSpinBox"/> |
||
187 | </item> |
||
188 | <item row="0" column="4"> |
||
189 | <widget class="ScrSpinBox" name="textColumnGapSpinBox"/> |
||
190 | </item> |
||
191 | <item row="0" column="1"> |
||
192 | <widget class="QSpinBox" name="textColumnsSpinBox"> |
||
193 | <property name="minimum"> |
||
194 | <number>1</number> |
||
195 | </property> |
||
196 | </widget> |
||
197 | </item> |
||
198 | <item row="1" column="1"> |
||
199 | <widget class="ScrSpinBox" name="topTextDistanceSpinBox"/> |
||
200 | </item> |
||
201 | <item row="1" column="0"> |
||
202 | <widget class="QLabel" name="TopLabel"> |
||
203 | <property name="text"> |
||
204 | <string>Top:</string> |
||
205 | </property> |
||
206 | </widget> |
||
207 | </item> |
||
208 | <item row="1" column="4"> |
||
209 | <widget class="ScrSpinBox" name="leftTextDistanceSpinBox"/> |
||
210 | </item> |
||
211 | <item row="2" column="0"> |
||
212 | <widget class="QLabel" name="BottomLabel"> |
||
213 | <property name="text"> |
||
214 | <string>Bottom:</string> |
||
215 | </property> |
||
216 | </widget> |
||
217 | </item> |
||
218 | <item row="1" column="3"> |
||
219 | <widget class="QLabel" name="LefLabel"> |
||
220 | <property name="text"> |
||
221 | <string>Left:</string> |
||
222 | </property> |
||
223 | </widget> |
||
224 | </item> |
||
225 | <item row="0" column="0"> |
||
226 | <widget class="QLabel" name="ColumnsLabel"> |
||
227 | <property name="text"> |
||
228 | <string>Columns:</string> |
||
229 | </property> |
||
230 | </widget> |
||
231 | </item> |
||
232 | <item row="0" column="3"> |
||
233 | <widget class="QLabel" name="ColumnGapLabel"> |
||
234 | <property name="text"> |
||
235 | <string>Column Gap:</string> |
||
236 | </property> |
||
237 | </widget> |
||
238 | </item> |
||
239 | <item row="2" column="1"> |
||
240 | <widget class="ScrSpinBox" name="bottomTextDistanceSpinBox"/> |
||
241 | </item> |
||
242 | <item row="2" column="3"> |
||
243 | <widget class="QLabel" name="RightLabel"> |
||
244 | <property name="text"> |
||
245 | <string>Right:</string> |
||
246 | </property> |
||
247 | </widget> |
||
248 | </item> |
||
249 | <item row="0" column="2" rowspan="3"> |
||
250 | <spacer name="horizontalSpacer_9"> |
||
251 | <property name="orientation"> |
||
252 | <enum>Qt::Horizontal</enum> |
||
253 | </property> |
||
254 | <property name="sizeType"> |
||
255 | <enum>QSizePolicy::Fixed</enum> |
||
256 | </property> |
||
257 | <property name="sizeHint" stdset="0"> |
||
258 | <size> |
||
259 | <width>20</width> |
||
260 | <height>20</height> |
||
261 | </size> |
||
262 | </property> |
||
263 | </spacer> |
||
264 | </item> |
||
265 | </layout> |
||
266 | </item> |
||
267 | <item row="10" column="0" colspan="3"> |
||
268 | <layout class="QGridLayout" name="gridLayout_4"> |
||
269 | <item row="3" column="3"> |
||
270 | <widget class="QLabel" name="textColorStrokeLabel"> |
||
271 | <property name="text"> |
||
272 | <string>Shading:</string> |
||
273 | </property> |
||
274 | </widget> |
||
275 | </item> |
||
276 | <item row="3" column="1"> |
||
277 | <widget class="ColorCombo" name="textStrokeColorComboBox"/> |
||
278 | </item> |
||
279 | <item row="3" column="4"> |
||
280 | <widget class="QSpinBox" name="textStrokeShadingSpinBox"> |
||
281 | <property name="suffix"> |
||
282 | <string> %</string> |
||
283 | </property> |
||
284 | <property name="maximum"> |
||
285 | <number>100</number> |
||
286 | </property> |
||
287 | </widget> |
||
288 | </item> |
||
289 | <item row="2" column="3"> |
||
290 | <widget class="QLabel" name="textColorShadingLabel"> |
||
291 | <property name="text"> |
||
292 | <string>Shading:</string> |
||
293 | </property> |
||
294 | </widget> |
||
295 | </item> |
||
296 | <item row="3" column="0"> |
||
297 | <widget class="QLabel" name="StrokeLabel"> |
||
298 | <property name="text"> |
||
299 | <string>Stroke:</string> |
||
300 | </property> |
||
301 | </widget> |
||
302 | </item> |
||
303 | <item row="2" column="4"> |
||
304 | <widget class="QSpinBox" name="textColorShadingSpinBox"> |
||
305 | <property name="suffix"> |
||
306 | <string> %</string> |
||
307 | </property> |
||
308 | <property name="maximum"> |
||
309 | <number>100</number> |
||
310 | </property> |
||
311 | </widget> |
||
312 | </item> |
||
313 | <item row="0" column="0"> |
||
314 | <widget class="QLabel" name="FontLabel"> |
||
315 | <property name="text"> |
||
316 | <string>Font:</string> |
||
317 | </property> |
||
318 | </widget> |
||
319 | </item> |
||
320 | <item row="1" column="1"> |
||
321 | <widget class="ScrSpinBox" name="textSizeSpinBox"/> |
||
322 | </item> |
||
323 | <item row="2" column="0"> |
||
324 | <widget class="QLabel" name="textColorLabel"> |
||
325 | <property name="text"> |
||
326 | <string>Color:</string> |
||
327 | </property> |
||
328 | </widget> |
||
329 | </item> |
||
330 | <item row="2" column="1"> |
||
331 | <widget class="ColorCombo" name="textColorComboBox"/> |
||
332 | </item> |
||
333 | <item row="1" column="0"> |
||
334 | <widget class="QLabel" name="SizeLabel"> |
||
335 | <property name="text"> |
||
336 | <string>Size:</string> |
||
337 | </property> |
||
338 | </widget> |
||
339 | </item> |
||
340 | <item row="2" column="2"> |
||
341 | <spacer name="horizontalSpacer_2"> |
||
342 | <property name="orientation"> |
||
343 | <enum>Qt::Horizontal</enum> |
||
344 | </property> |
||
345 | <property name="sizeType"> |
||
346 | <enum>QSizePolicy::Fixed</enum> |
||
347 | </property> |
||
348 | <property name="sizeHint" stdset="0"> |
||
349 | <size> |
||
350 | <width>20</width> |
||
351 | <height>20</height> |
||
352 | </size> |
||
353 | </property> |
||
354 | </spacer> |
||
355 | </item> |
||
356 | <item row="1" column="5" rowspan="3"> |
||
357 | <spacer name="horizontalSpacer"> |
||
358 | <property name="orientation"> |
||
359 | <enum>Qt::Horizontal</enum> |
||
360 | </property> |
||
361 | <property name="sizeHint" stdset="0"> |
||
362 | <size> |
||
363 | <width>40</width> |
||
364 | <height>20</height> |
||
365 | </size> |
||
366 | </property> |
||
367 | </spacer> |
||
368 | </item> |
||
369 | <item row="0" column="1" colspan="5"> |
||
370 | <widget class="FontCombo" name="textFontComboBox"/> |
||
371 | </item> |
||
372 | </layout> |
||
373 | </item> |
||
374 | <item row="8" column="0"> |
||
375 | <widget class="QLabel" name="label_19"> |
||
376 | <property name="font"> |
||
377 | <font> |
||
378 | <weight>75</weight> |
||
379 | <bold>true</bold> |
||
380 | </font> |
||
381 | </property> |
||
382 | <property name="text"> |
||
383 | <string>Text</string> |
||
384 | </property> |
||
385 | </widget> |
||
386 | </item> |
||
387 | <item row="15" column="0" colspan="3"> |
||
388 | <widget class="QLabel" name="textPreviewWidget"> |
||
389 | <property name="sizePolicy"> |
||
390 | <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
||
391 | <horstretch>0</horstretch> |
||
392 | <verstretch>0</verstretch> |
||
393 | </sizepolicy> |
||
394 | </property> |
||
395 | <property name="minimumSize"> |
||
396 | <size> |
||
397 | <width>400</width> |
||
398 | <height>100</height> |
||
399 | </size> |
||
400 | </property> |
||
401 | <property name="frameShape"> |
||
402 | <enum>QFrame::NoFrame</enum> |
||
403 | </property> |
||
404 | <property name="text"> |
||
405 | <string/> |
||
406 | </property> |
||
407 | </widget> |
||
408 | </item> |
||
409 | <item row="3" column="0" colspan="2"> |
||
410 | <spacer name="verticalSpacer"> |
||
411 | <property name="orientation"> |
||
412 | <enum>Qt::Vertical</enum> |
||
413 | </property> |
||
414 | <property name="sizeType"> |
||
415 | <enum>QSizePolicy::Fixed</enum> |
||
416 | </property> |
||
417 | <property name="sizeHint" stdset="0"> |
||
418 | <size> |
||
419 | <width>20</width> |
||
420 | <height>20</height> |
||
421 | </size> |
||
422 | </property> |
||
423 | </spacer> |
||
424 | </item> |
||
425 | <item row="7" column="0" colspan="2"> |
||
426 | <spacer name="verticalSpacer_2"> |
||
427 | <property name="orientation"> |
||
428 | <enum>Qt::Vertical</enum> |
||
429 | </property> |
||
430 | <property name="sizeType"> |
||
431 | <enum>QSizePolicy::Fixed</enum> |
||
432 | </property> |
||
433 | <property name="sizeHint" stdset="0"> |
||
434 | <size> |
||
435 | <width>20</width> |
||
436 | <height>20</height> |
||
437 | </size> |
||
438 | </property> |
||
439 | </spacer> |
||
440 | </item> |
||
441 | <item row="12" column="0" colspan="3"> |
||
442 | <spacer name="verticalSpacer_3"> |
||
443 | <property name="orientation"> |
||
444 | <enum>Qt::Vertical</enum> |
||
445 | </property> |
||
446 | <property name="sizeType"> |
||
447 | <enum>QSizePolicy::Fixed</enum> |
||
448 | </property> |
||
449 | <property name="sizeHint" stdset="0"> |
||
450 | <size> |
||
451 | <width>20</width> |
||
452 | <height>20</height> |
||
453 | </size> |
||
454 | </property> |
||
455 | </spacer> |
||
456 | </item> |
||
23999 | jghali | 457 | <item row="0" column="0" rowspan="3" colspan="3"> |
458 | <layout class="QGridLayout" name="gridLayout_2"> |
||
459 | <item row="1" column="0"> |
||
460 | <widget class="QLabel" name="textLineColorLabel"> |
||
461 | <property name="text"> |
||
462 | <string>Line Color:</string> |
||
463 | </property> |
||
464 | </widget> |
||
465 | </item> |
||
466 | <item row="3" column="1"> |
||
467 | <widget class="ScrSpinBox" name="textTabWidthSpinBox"/> |
||
468 | </item> |
||
469 | <item row="1" column="1"> |
||
470 | <widget class="ColorCombo" name="textFrameLineColorComboBox"> |
||
471 | <property name="sizePolicy"> |
||
472 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
||
473 | <horstretch>0</horstretch> |
||
474 | <verstretch>0</verstretch> |
||
475 | </sizepolicy> |
||
476 | </property> |
||
477 | </widget> |
||
478 | </item> |
||
479 | <item row="2" column="0"> |
||
480 | <widget class="QLabel" name="TabFillCharacterLabel"> |
||
481 | <property name="text"> |
||
482 | <string>Tab Fill Character:</string> |
||
483 | </property> |
||
484 | </widget> |
||
485 | </item> |
||
21187 | jghali | 486 | <item row="1" column="4"> |
23999 | jghali | 487 | <widget class="QSpinBox" name="textFrameLineShadingSpinBox"> |
21187 | jghali | 488 | <property name="suffix"> |
489 | <string> %</string> |
||
490 | </property> |
||
491 | <property name="maximum"> |
||
492 | <number>100</number> |
||
493 | </property> |
||
494 | </widget> |
||
495 | </item> |
||
23999 | jghali | 496 | <item row="0" column="3"> |
497 | <widget class="QLabel" name="textFillColorShadingLabel"> |
||
498 | <property name="sizePolicy"> |
||
499 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
||
500 | <horstretch>0</horstretch> |
||
501 | <verstretch>0</verstretch> |
||
502 | </sizepolicy> |
||
503 | </property> |
||
21187 | jghali | 504 | <property name="text"> |
23999 | jghali | 505 | <string>Shading:</string> |
21187 | jghali | 506 | </property> |
507 | </widget> |
||
508 | </item> |
||
23999 | jghali | 509 | <item row="0" column="1"> |
510 | <widget class="ColorCombo" name="textFrameFillColorComboBox"> |
||
511 | <property name="sizePolicy"> |
||
512 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
||
513 | <horstretch>0</horstretch> |
||
514 | <verstretch>0</verstretch> |
||
515 | </sizepolicy> |
||
21187 | jghali | 516 | </property> |
517 | </widget> |
||
518 | </item> |
||
23999 | jghali | 519 | <item row="3" column="0"> |
520 | <widget class="QLabel" name="TabWidthLabel"> |
||
21187 | jghali | 521 | <property name="text"> |
23999 | jghali | 522 | <string>Tab Width:</string> |
21187 | jghali | 523 | </property> |
524 | </widget> |
||
525 | </item> |
||
526 | <item row="1" column="3"> |
||
23999 | jghali | 527 | <widget class="QLabel" name="textLineColorShadingLabel"> |
528 | <property name="sizePolicy"> |
||
529 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
||
530 | <horstretch>0</horstretch> |
||
531 | <verstretch>0</verstretch> |
||
532 | </sizepolicy> |
||
533 | </property> |
||
21187 | jghali | 534 | <property name="text"> |
535 | <string>Shading:</string> |
||
536 | </property> |
||
537 | </widget> |
||
538 | </item> |
||
539 | <item row="0" column="4"> |
||
23999 | jghali | 540 | <widget class="QSpinBox" name="textFrameFillShadingSpinBox"> |
21187 | jghali | 541 | <property name="suffix"> |
542 | <string> %</string> |
||
543 | </property> |
||
544 | <property name="maximum"> |
||
545 | <number>100</number> |
||
546 | </property> |
||
547 | </widget> |
||
548 | </item> |
||
23999 | jghali | 549 | <item row="2" column="1"> |
550 | <widget class="QComboBox" name="textTabFillCharComboBox"> |
||
551 | <property name="sizePolicy"> |
||
552 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
||
553 | <horstretch>0</horstretch> |
||
554 | <verstretch>0</verstretch> |
||
555 | </sizepolicy> |
||
556 | </property> |
||
557 | </widget> |
||
21187 | jghali | 558 | </item> |
23999 | jghali | 559 | <item row="0" column="0"> |
560 | <widget class="QLabel" name="textFillColorLabel"> |
||
561 | <property name="text"> |
||
562 | <string>Fill Color:</string> |
||
563 | </property> |
||
564 | </widget> |
||
565 | </item> |
||
566 | <item row="0" column="5"> |
||
567 | <spacer name="horizontalSpacer_13"> |
||
21187 | jghali | 568 | <property name="orientation"> |
569 | <enum>Qt::Horizontal</enum> |
||
570 | </property> |
||
23999 | jghali | 571 | <property name="sizeHint" stdset="0"> |
572 | <size> |
||
573 | <width>40</width> |
||
574 | <height>20</height> |
||
575 | </size> |
||
576 | </property> |
||
577 | </spacer> |
||
578 | </item> |
||
579 | <item row="0" column="2" rowspan="4"> |
||
580 | <spacer name="horizontalSpacer_8"> |
||
581 | <property name="orientation"> |
||
582 | <enum>Qt::Horizontal</enum> |
||
583 | </property> |
||
21187 | jghali | 584 | <property name="sizeType"> |
585 | <enum>QSizePolicy::Fixed</enum> |
||
586 | </property> |
||
587 | <property name="sizeHint" stdset="0"> |
||
588 | <size> |
||
589 | <width>20</width> |
||
590 | <height>20</height> |
||
591 | </size> |
||
592 | </property> |
||
593 | </spacer> |
||
594 | </item> |
||
595 | </layout> |
||
596 | </item> |
||
23999 | jghali | 597 | </layout> |
598 | </widget> |
||
599 | </widget> |
||
600 | </item> |
||
601 | </layout> |
||
602 | </widget> |
||
603 | <widget class="QWidget" name="tab"> |
||
604 | <attribute name="title"> |
||
605 | <string>Images</string> |
||
606 | </attribute> |
||
607 | <layout class="QVBoxLayout" name="verticalLayout_4"> |
||
608 | <property name="leftMargin"> |
||
609 | <number>0</number> |
||
610 | </property> |
||
611 | <property name="topMargin"> |
||
612 | <number>0</number> |
||
613 | </property> |
||
614 | <property name="rightMargin"> |
||
615 | <number>0</number> |
||
616 | </property> |
||
617 | <property name="bottomMargin"> |
||
618 | <number>0</number> |
||
619 | </property> |
||
620 | <item> |
||
621 | <widget class="QScrollArea" name="scrollArea_2"> |
||
622 | <property name="frameShape"> |
||
623 | <enum>QFrame::NoFrame</enum> |
||
624 | </property> |
||
625 | <property name="frameShadow"> |
||
626 | <enum>QFrame::Plain</enum> |
||
627 | </property> |
||
628 | <property name="lineWidth"> |
||
629 | <number>0</number> |
||
630 | </property> |
||
631 | <property name="widgetResizable"> |
||
632 | <bool>true</bool> |
||
633 | </property> |
||
634 | <widget class="QWidget" name="scrollAreaWidgetContents_2"> |
||
635 | <property name="geometry"> |
||
636 | <rect> |
||
637 | <x>0</x> |
||
638 | <y>0</y> |
||
639 | <width>635</width> |
||
640 | <height>680</height> |
||
641 | </rect> |
||
642 | </property> |
||
643 | <layout class="QFormLayout" name="formLayout_6"> |
||
21187 | jghali | 644 | <item row="1" column="0"> |
645 | <widget class="QCheckBox" name="imageUseEmbeddedClippingPathCheckBox"> |
||
646 | <property name="text"> |
||
647 | <string>Use Embedded Clipping Path</string> |
||
648 | </property> |
||
649 | </widget> |
||
650 | </item> |
||
651 | <item row="2" column="0"> |
||
652 | <spacer name="verticalSpacer_4"> |
||
653 | <property name="orientation"> |
||
654 | <enum>Qt::Vertical</enum> |
||
655 | </property> |
||
656 | <property name="sizeType"> |
||
657 | <enum>QSizePolicy::Fixed</enum> |
||
658 | </property> |
||
659 | <property name="sizeHint" stdset="0"> |
||
660 | <size> |
||
661 | <width>20</width> |
||
662 | <height>20</height> |
||
663 | </size> |
||
664 | </property> |
||
665 | </spacer> |
||
666 | </item> |
||
667 | <item row="3" column="0"> |
||
668 | <widget class="QLabel" name="ScalingLabel"> |
||
669 | <property name="font"> |
||
670 | <font> |
||
671 | <weight>75</weight> |
||
672 | <bold>true</bold> |
||
673 | </font> |
||
674 | </property> |
||
675 | <property name="text"> |
||
676 | <string>Scaling</string> |
||
677 | </property> |
||
678 | </widget> |
||
679 | </item> |
||
680 | <item row="4" column="0" colspan="2"> |
||
681 | <widget class="Line" name="line_2"> |
||
682 | <property name="orientation"> |
||
683 | <enum>Qt::Horizontal</enum> |
||
684 | </property> |
||
685 | </widget> |
||
686 | </item> |
||
687 | <item row="5" column="0"> |
||
688 | <widget class="QRadioButton" name="imageFreeScalingRadioButton"> |
||
689 | <property name="text"> |
||
690 | <string>Free Scaling</string> |
||
691 | </property> |
||
692 | <attribute name="buttonGroup"> |
||
693 | <string notr="true">scalingButtonGroup</string> |
||
694 | </attribute> |
||
695 | </widget> |
||
696 | </item> |
||
697 | <item row="7" column="0"> |
||
698 | <widget class="QRadioButton" name="imageFrameScalingRadioButton"> |
||
699 | <property name="text"> |
||
700 | <string>Scale Image to Frame Size</string> |
||
701 | </property> |
||
702 | <attribute name="buttonGroup"> |
||
703 | <string notr="true">scalingButtonGroup</string> |
||
704 | </attribute> |
||
705 | </widget> |
||
706 | </item> |
||
707 | <item row="8" column="0"> |
||
708 | <widget class="QCheckBox" name="imageKeepAspectRatioCheckBox"> |
||
709 | <property name="text"> |
||
710 | <string>Keep Aspect Ratio</string> |
||
711 | </property> |
||
712 | </widget> |
||
713 | </item> |
||
714 | <item row="9" column="0"> |
||
715 | <spacer name="verticalSpacer_5"> |
||
716 | <property name="orientation"> |
||
717 | <enum>Qt::Vertical</enum> |
||
718 | </property> |
||
719 | <property name="sizeType"> |
||
720 | <enum>QSizePolicy::Fixed</enum> |
||
721 | </property> |
||
722 | <property name="sizeHint" stdset="0"> |
||
723 | <size> |
||
724 | <width>20</width> |
||
725 | <height>20</height> |
||
726 | </size> |
||
727 | </property> |
||
728 | </spacer> |
||
729 | </item> |
||
730 | <item row="10" column="0"> |
||
731 | <widget class="QLabel" name="OnScreenPreviewLabel"> |
||
732 | <property name="font"> |
||
733 | <font> |
||
734 | <weight>75</weight> |
||
735 | <bold>true</bold> |
||
736 | </font> |
||
737 | </property> |
||
738 | <property name="text"> |
||
739 | <string>On Screen Preview</string> |
||
740 | </property> |
||
741 | </widget> |
||
742 | </item> |
||
743 | <item row="11" column="0" colspan="2"> |
||
744 | <widget class="Line" name="line_4"> |
||
745 | <property name="orientation"> |
||
746 | <enum>Qt::Horizontal</enum> |
||
747 | </property> |
||
748 | </widget> |
||
749 | </item> |
||
750 | <item row="12" column="0"> |
||
751 | <widget class="QRadioButton" name="onscreenResolutionFullRadioButton"> |
||
752 | <property name="text"> |
||
753 | <string>Full Resolution</string> |
||
754 | </property> |
||
755 | <attribute name="buttonGroup"> |
||
756 | <string notr="true">previewButtonGroup</string> |
||
757 | </attribute> |
||
758 | </widget> |
||
759 | </item> |
||
760 | <item row="13" column="0"> |
||
761 | <widget class="QRadioButton" name="onscreenResolutionNormalRadioButton"> |
||
762 | <property name="text"> |
||
763 | <string>Normal Resolution</string> |
||
764 | </property> |
||
765 | <attribute name="buttonGroup"> |
||
766 | <string notr="true">previewButtonGroup</string> |
||
767 | </attribute> |
||
768 | </widget> |
||
769 | </item> |
||
770 | <item row="14" column="0"> |
||
771 | <widget class="QRadioButton" name="onscreenResolutionLowRadioButton"> |
||
772 | <property name="text"> |
||
773 | <string>Low Resolution</string> |
||
774 | </property> |
||
775 | <attribute name="buttonGroup"> |
||
776 | <string notr="true">previewButtonGroup</string> |
||
777 | </attribute> |
||
778 | </widget> |
||
779 | </item> |
||
780 | <item row="15" column="0"> |
||
781 | <spacer name="verticalSpacer_6"> |
||
782 | <property name="orientation"> |
||
783 | <enum>Qt::Vertical</enum> |
||
784 | </property> |
||
785 | <property name="sizeHint" stdset="0"> |
||
786 | <size> |
||
787 | <width>20</width> |
||
788 | <height>40</height> |
||
789 | </size> |
||
790 | </property> |
||
791 | </spacer> |
||
792 | </item> |
||
793 | <item row="6" column="0"> |
||
794 | <layout class="QFormLayout" name="formLayout_5"> |
||
795 | <item row="0" column="0"> |
||
796 | <layout class="QGridLayout" name="gridLayout_7"> |
||
797 | <item row="1" column="0"> |
||
798 | <widget class="QLabel" name="imageVerticalScaleLabel"> |
||
799 | <property name="text"> |
||
800 | <string>Vertical Scaling:</string> |
||
801 | </property> |
||
802 | </widget> |
||
803 | </item> |
||
804 | <item row="0" column="1"> |
||
805 | <widget class="QSpinBox" name="imageHorizontalScalingSpinBox"> |
||
806 | <property name="sizePolicy"> |
||
807 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
||
808 | <horstretch>0</horstretch> |
||
809 | <verstretch>0</verstretch> |
||
810 | </sizepolicy> |
||
811 | </property> |
||
812 | <property name="suffix"> |
||
813 | <string> %</string> |
||
814 | </property> |
||
815 | <property name="maximum"> |
||
816 | <number>1000</number> |
||
817 | </property> |
||
818 | </widget> |
||
819 | </item> |
||
820 | <item row="0" column="0"> |
||
821 | <widget class="QLabel" name="imageHorizontalScaleLabel"> |
||
822 | <property name="text"> |
||
823 | <string>Horizontal Scaling:</string> |
||
824 | </property> |
||
825 | </widget> |
||
826 | </item> |
||
827 | <item row="0" column="2" rowspan="2"> |
||
828 | <widget class="LinkButton" name="scalingLockToolButton"> |
||
829 | <property name="sizePolicy"> |
||
830 | <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> |
||
831 | <horstretch>0</horstretch> |
||
832 | <verstretch>0</verstretch> |
||
833 | </sizepolicy> |
||
834 | </property> |
||
835 | <property name="minimumSize"> |
||
836 | <size> |
||
837 | <width>15</width> |
||
838 | <height>0</height> |
||
839 | </size> |
||
840 | </property> |
||
841 | <property name="maximumSize"> |
||
842 | <size> |
||
843 | <width>15</width> |
||
844 | <height>16777215</height> |
||
845 | </size> |
||
846 | </property> |
||
847 | <property name="text"> |
||
848 | <string>...</string> |
||
849 | </property> |
||
850 | <property name="checkable"> |
||
851 | <bool>true</bool> |
||
852 | </property> |
||
853 | <property name="autoRaise"> |
||
854 | <bool>true</bool> |
||
855 | </property> |
||
856 | </widget> |
||
857 | </item> |
||
858 | <item row="1" column="1"> |
||
859 | <widget class="QSpinBox" name="imageVerticalScalingSpinBox"> |
||
860 | <property name="sizePolicy"> |
||
861 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
||
862 | <horstretch>0</horstretch> |
||
863 | <verstretch>0</verstretch> |
||
864 | </sizepolicy> |
||
865 | </property> |
||
866 | <property name="suffix"> |
||
867 | <string> %</string> |
||
868 | </property> |
||
869 | <property name="maximum"> |
||
870 | <number>1000</number> |
||
871 | </property> |
||
872 | </widget> |
||
873 | </item> |
||
874 | </layout> |
||
875 | </item> |
||
876 | <item row="0" column="1"> |
||
877 | <spacer name="horizontalSpacer_4"> |
||
878 | <property name="orientation"> |
||
879 | <enum>Qt::Horizontal</enum> |
||
880 | </property> |
||
881 | <property name="sizeHint" stdset="0"> |
||
882 | <size> |
||
883 | <width>40</width> |
||
884 | <height>20</height> |
||
885 | </size> |
||
886 | </property> |
||
887 | </spacer> |
||
888 | </item> |
||
889 | </layout> |
||
890 | </item> |
||
23999 | jghali | 891 | <item row="0" column="0" colspan="2"> |
892 | <layout class="QGridLayout" name="gridLayout_6"> |
||
893 | <item row="1" column="4"> |
||
894 | <widget class="QSpinBox" name="imageFrameLineShadingSpinBox"> |
||
895 | <property name="suffix"> |
||
896 | <string> %</string> |
||
897 | </property> |
||
898 | <property name="maximum"> |
||
899 | <number>100</number> |
||
900 | </property> |
||
901 | </widget> |
||
902 | </item> |
||
903 | <item row="0" column="0"> |
||
904 | <widget class="QLabel" name="imageFillColorLabel"> |
||
905 | <property name="text"> |
||
906 | <string>Fill Color:</string> |
||
907 | </property> |
||
908 | </widget> |
||
909 | </item> |
||
910 | <item row="1" column="3"> |
||
911 | <widget class="QLabel" name="imageLineColorShadeLabel"> |
||
912 | <property name="text"> |
||
913 | <string>Shading:</string> |
||
914 | </property> |
||
915 | </widget> |
||
916 | </item> |
||
917 | <item row="0" column="1"> |
||
918 | <widget class="ColorCombo" name="imageFrameFillColorComboBox"> |
||
919 | <property name="sizePolicy"> |
||
920 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
||
921 | <horstretch>0</horstretch> |
||
922 | <verstretch>0</verstretch> |
||
923 | </sizepolicy> |
||
924 | </property> |
||
925 | </widget> |
||
926 | </item> |
||
927 | <item row="0" column="4"> |
||
928 | <widget class="QSpinBox" name="imageFrameFillShadingSpinBox"> |
||
929 | <property name="suffix"> |
||
930 | <string> %</string> |
||
931 | </property> |
||
932 | <property name="maximum"> |
||
933 | <number>100</number> |
||
934 | </property> |
||
935 | </widget> |
||
936 | </item> |
||
937 | <item row="1" column="0"> |
||
938 | <widget class="QLabel" name="imageLineColorLabel"> |
||
939 | <property name="text"> |
||
940 | <string>Line Color:</string> |
||
941 | </property> |
||
942 | </widget> |
||
943 | </item> |
||
944 | <item row="1" column="1"> |
||
945 | <widget class="ColorCombo" name="imageFrameLineColorComboBox"> |
||
946 | <property name="sizePolicy"> |
||
947 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
||
948 | <horstretch>0</horstretch> |
||
949 | <verstretch>0</verstretch> |
||
950 | </sizepolicy> |
||
951 | </property> |
||
952 | </widget> |
||
953 | </item> |
||
954 | <item row="0" column="2" rowspan="2"> |
||
955 | <spacer name="horizontalSpacer_16"> |
||
956 | <property name="orientation"> |
||
957 | <enum>Qt::Horizontal</enum> |
||
958 | </property> |
||
959 | <property name="sizeType"> |
||
960 | <enum>QSizePolicy::Fixed</enum> |
||
961 | </property> |
||
962 | <property name="sizeHint" stdset="0"> |
||
963 | <size> |
||
964 | <width>20</width> |
||
965 | <height>20</height> |
||
966 | </size> |
||
967 | </property> |
||
968 | </spacer> |
||
969 | </item> |
||
970 | <item row="0" column="3"> |
||
971 | <widget class="QLabel" name="imageFillShadingLabel"> |
||
972 | <property name="text"> |
||
973 | <string>Shading:</string> |
||
974 | </property> |
||
975 | </widget> |
||
976 | </item> |
||
977 | <item row="0" column="5"> |
||
978 | <spacer name="horizontalSpacer_3"> |
||
979 | <property name="orientation"> |
||
980 | <enum>Qt::Horizontal</enum> |
||
981 | </property> |
||
982 | <property name="sizeHint" stdset="0"> |
||
983 | <size> |
||
984 | <width>40</width> |
||
985 | <height>20</height> |
||
986 | </size> |
||
987 | </property> |
||
988 | </spacer> |
||
989 | </item> |
||
990 | </layout> |
||
991 | </item> |
||
21187 | jghali | 992 | </layout> |
993 | </widget> |
||
994 | </widget> |
||
995 | </item> |
||
996 | </layout> |
||
997 | </widget> |
||
998 | <widget class="QWidget" name="tabWidgetPage2"> |
||
999 | <attribute name="title"> |
||
1000 | <string>Shapes</string> |
||
1001 | </attribute> |
||
1002 | <layout class="QFormLayout" name="formLayout"> |
||
23999 | jghali | 1003 | <item row="1" column="0"> |
1004 | <spacer name="verticalSpacer_8"> |
||
1005 | <property name="orientation"> |
||
1006 | <enum>Qt::Vertical</enum> |
||
1007 | </property> |
||
1008 | <property name="sizeHint" stdset="0"> |
||
1009 | <size> |
||
1010 | <width>20</width> |
||
1011 | <height>40</height> |
||
1012 | </size> |
||
1013 | </property> |
||
1014 | </spacer> |
||
1015 | </item> |
||
1016 | <item row="0" column="0" colspan="2"> |
||
21187 | jghali | 1017 | <layout class="QGridLayout" name="gridLayout_9"> |
23999 | jghali | 1018 | <item row="0" column="3"> |
1019 | <widget class="QLabel" name="shapeFillColorShadingLabel"> |
||
1020 | <property name="text"> |
||
1021 | <string>Shading:</string> |
||
1022 | </property> |
||
1023 | </widget> |
||
21187 | jghali | 1024 | </item> |
23999 | jghali | 1025 | <item row="1" column="0"> |
1026 | <widget class="QLabel" name="shapeLineColorLabel"> |
||
21187 | jghali | 1027 | <property name="text"> |
23999 | jghali | 1028 | <string>Line Color:</string> |
21187 | jghali | 1029 | </property> |
1030 | </widget> |
||
1031 | </item> |
||
23999 | jghali | 1032 | <item row="0" column="4"> |
1033 | <widget class="QSpinBox" name="shapeFrameFillShadingSpinBox"> |
||
1034 | <property name="suffix"> |
||
1035 | <string> %</string> |
||
1036 | </property> |
||
1037 | <property name="maximum"> |
||
1038 | <number>100</number> |
||
1039 | </property> |
||
1040 | </widget> |
||
1041 | </item> |
||
1042 | <item row="2" column="0"> |
||
1043 | <widget class="QLabel" name="shapeLineStyleLabel"> |
||
21187 | jghali | 1044 | <property name="text"> |
23999 | jghali | 1045 | <string>Line Style:</string> |
21187 | jghali | 1046 | </property> |
1047 | </widget> |
||
1048 | </item> |
||
23999 | jghali | 1049 | <item row="3" column="0"> |
1050 | <widget class="QLabel" name="shapeLineWidthLabel"> |
||
1051 | <property name="text"> |
||
1052 | <string>Line Width:</string> |
||
1053 | </property> |
||
1054 | </widget> |
||
1055 | </item> |
||
21187 | jghali | 1056 | <item row="1" column="3"> |
1057 | <widget class="QLabel" name="shapeLineColorShadingLabel"> |
||
1058 | <property name="sizePolicy"> |
||
1059 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
||
1060 | <horstretch>0</horstretch> |
||
1061 | <verstretch>0</verstretch> |
||
1062 | </sizepolicy> |
||
1063 | </property> |
||
1064 | <property name="text"> |
||
1065 | <string>Shading:</string> |
||
1066 | </property> |
||
1067 | </widget> |
||
1068 | </item> |
||
23999 | jghali | 1069 | <item row="1" column="1"> |
1070 | <widget class="ColorCombo" name="shapeFrameLineColorComboBox"> |
||
1071 | <property name="sizePolicy"> |
||
1072 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
||
1073 | <horstretch>0</horstretch> |
||
1074 | <verstretch>0</verstretch> |
||
1075 | </sizepolicy> |
||
21187 | jghali | 1076 | </property> |
1077 | </widget> |
||
1078 | </item> |
||
23999 | jghali | 1079 | <item row="1" column="4"> |
1080 | <widget class="QSpinBox" name="shapeFrameLineShadingSpinBox"> |
||
21187 | jghali | 1081 | <property name="suffix"> |
1082 | <string> %</string> |
||
1083 | </property> |
||
1084 | <property name="maximum"> |
||
1085 | <number>100</number> |
||
1086 | </property> |
||
1087 | </widget> |
||
1088 | </item> |
||
23999 | jghali | 1089 | <item row="0" column="2" rowspan="4"> |
1090 | <spacer name="horizontalSpacer_5"> |
||
1091 | <property name="orientation"> |
||
1092 | <enum>Qt::Horizontal</enum> |
||
1093 | </property> |
||
1094 | <property name="sizeType"> |
||
1095 | <enum>QSizePolicy::Fixed</enum> |
||
1096 | </property> |
||
1097 | <property name="sizeHint" stdset="0"> |
||
1098 | <size> |
||
1099 | <width>20</width> |
||
1100 | <height>20</height> |
||
1101 | </size> |
||
1102 | </property> |
||
1103 | </spacer> |
||
21187 | jghali | 1104 | </item> |
23999 | jghali | 1105 | <item row="2" column="1"> |
1106 | <widget class="LineCombo" name="shapeFrameLineStyleComboBox"> |
||
1107 | <property name="sizePolicy"> |
||
1108 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
||
1109 | <horstretch>0</horstretch> |
||
1110 | <verstretch>0</verstretch> |
||
1111 | </sizepolicy> |
||
21187 | jghali | 1112 | </property> |
23999 | jghali | 1113 | </widget> |
1114 | </item> |
||
1115 | <item row="0" column="1"> |
||
1116 | <widget class="ColorCombo" name="shapeFrameFillColorComboBox"> |
||
1117 | <property name="sizePolicy"> |
||
1118 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
||
1119 | <horstretch>0</horstretch> |
||
1120 | <verstretch>0</verstretch> |
||
1121 | </sizepolicy> |
||
21187 | jghali | 1122 | </property> |
1123 | </widget> |
||
1124 | </item> |
||
23999 | jghali | 1125 | <item row="0" column="0"> |
1126 | <widget class="QLabel" name="shapeFillColorLabel"> |
||
21187 | jghali | 1127 | <property name="text"> |
23999 | jghali | 1128 | <string>Fill Color:</string> |
21187 | jghali | 1129 | </property> |
1130 | </widget> |
||
1131 | </item> |
||
1132 | <item row="3" column="1"> |
||
1133 | <widget class="ScrSpinBox" name="shapeLineWidthSpinBox"/> |
||
1134 | </item> |
||
23999 | jghali | 1135 | <item row="0" column="5"> |
1136 | <spacer name="horizontalSpacer_6"> |
||
21187 | jghali | 1137 | <property name="orientation"> |
1138 | <enum>Qt::Horizontal</enum> |
||
1139 | </property> |
||
1140 | <property name="sizeHint" stdset="0"> |
||
1141 | <size> |
||
23999 | jghali | 1142 | <width>40</width> |
21187 | jghali | 1143 | <height>20</height> |
1144 | </size> |
||
1145 | </property> |
||
1146 | </spacer> |
||
1147 | </item> |
||
1148 | </layout> |
||
1149 | </item> |
||
1150 | </layout> |
||
1151 | </widget> |
||
1152 | <widget class="QWidget" name="tab_2"> |
||
1153 | <attribute name="title"> |
||
1154 | <string>Regular Polygons</string> |
||
1155 | </attribute> |
||
1156 | <layout class="QVBoxLayout" name="verticalLayout_6"> |
||
1157 | <item> |
||
1158 | <layout class="QHBoxLayout" name="horizontalLayout_7"> |
||
1159 | <item> |
||
1160 | <widget class="PolygonWidget" name="polygonWidget" native="true"> |
||
1161 | <property name="minimumSize"> |
||
1162 | <size> |
||
1163 | <width>100</width> |
||
1164 | <height>100</height> |
||
1165 | </size> |
||
1166 | </property> |
||
1167 | </widget> |
||
1168 | </item> |
||
1169 | <item> |
||
1170 | <spacer name="horizontalSpacer_12"> |
||
1171 | <property name="orientation"> |
||
1172 | <enum>Qt::Horizontal</enum> |
||
1173 | </property> |
||
1174 | <property name="sizeHint" stdset="0"> |
||
1175 | <size> |
||
1176 | <width>20</width> |
||
1177 | <height>20</height> |
||
1178 | </size> |
||
1179 | </property> |
||
1180 | </spacer> |
||
1181 | </item> |
||
1182 | </layout> |
||
1183 | </item> |
||
1184 | <item> |
||
1185 | <spacer name="verticalSpacer_9"> |
||
1186 | <property name="orientation"> |
||
1187 | <enum>Qt::Vertical</enum> |
||
1188 | </property> |
||
1189 | <property name="sizeHint" stdset="0"> |
||
1190 | <size> |
||
1191 | <width>20</width> |
||
1192 | <height>20</height> |
||
1193 | </size> |
||
1194 | </property> |
||
1195 | </spacer> |
||
1196 | </item> |
||
1197 | </layout> |
||
1198 | </widget> |
||
1199 | <widget class="QWidget" name="tab_3"> |
||
1200 | <attribute name="title"> |
||
1201 | <string>Lines</string> |
||
1202 | </attribute> |
||
1203 | <layout class="QFormLayout" name="formLayout_2"> |
||
23999 | jghali | 1204 | <item row="1" column="0"> |
1205 | <spacer name="verticalSpacer_7"> |
||
1206 | <property name="orientation"> |
||
1207 | <enum>Qt::Vertical</enum> |
||
1208 | </property> |
||
1209 | <property name="sizeHint" stdset="0"> |
||
1210 | <size> |
||
1211 | <width>20</width> |
||
1212 | <height>40</height> |
||
1213 | </size> |
||
1214 | </property> |
||
1215 | </spacer> |
||
1216 | </item> |
||
1217 | <item row="0" column="0" colspan="2"> |
||
21187 | jghali | 1218 | <layout class="QGridLayout" name="gridLayout_10"> |
23999 | jghali | 1219 | <item row="0" column="3"> |
1220 | <widget class="QLabel" name="lineColorShadingLabel"> |
||
21187 | jghali | 1221 | <property name="text"> |
23999 | jghali | 1222 | <string>Shading:</string> |
21187 | jghali | 1223 | </property> |
1224 | </widget> |
||
1225 | </item> |
||
23999 | jghali | 1226 | <item row="0" column="1"> |
1227 | <widget class="ColorCombo" name="lineFillColorComboBox"> |
||
1228 | <property name="sizePolicy"> |
||
1229 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
||
1230 | <horstretch>0</horstretch> |
||
1231 | <verstretch>0</verstretch> |
||
1232 | </sizepolicy> |
||
1233 | </property> |
||
1234 | </widget> |
||
1235 | </item> |
||
1236 | <item row="0" column="2" rowspan="3"> |
||
1237 | <spacer name="horizontalSpacer_7"> |
||
1238 | <property name="orientation"> |
||
1239 | <enum>Qt::Horizontal</enum> |
||
1240 | </property> |
||
1241 | <property name="sizeType"> |
||
1242 | <enum>QSizePolicy::Fixed</enum> |
||
1243 | </property> |
||
1244 | <property name="sizeHint" stdset="0"> |
||
1245 | <size> |
||
1246 | <width>20</width> |
||
1247 | <height>20</height> |
||
1248 | </size> |
||
1249 | </property> |
||
1250 | </spacer> |
||
1251 | </item> |
||
21187 | jghali | 1252 | <item row="4" column="0"> |
1253 | <widget class="QLabel" name="endArrowLabel"> |
||
1254 | <property name="text"> |
||
1255 | <string>End Arrow:</string> |
||
1256 | </property> |
||
1257 | </widget> |
||
1258 | </item> |
||
23999 | jghali | 1259 | <item row="2" column="0"> |
1260 | <widget class="QLabel" name="lineWidthLabel"> |
||
21187 | jghali | 1261 | <property name="text"> |
23999 | jghali | 1262 | <string>Line Width:</string> |
21187 | jghali | 1263 | </property> |
1264 | </widget> |
||
1265 | </item> |
||
1266 | <item row="1" column="0"> |
||
1267 | <widget class="QLabel" name="lineStyleLabel"> |
||
1268 | <property name="text"> |
||
1269 | <string>Line Style:</string> |
||
1270 | </property> |
||
1271 | </widget> |
||
1272 | </item> |
||
1273 | <item row="3" column="0"> |
||
1274 | <widget class="QLabel" name="startArrowLabel"> |
||
1275 | <property name="text"> |
||
1276 | <string>Start Arrow:</string> |
||
1277 | </property> |
||
1278 | </widget> |
||
1279 | </item> |
||
1280 | <item row="0" column="4"> |
||
1281 | <widget class="QSpinBox" name="lineFillColorShadingSpinBox"> |
||
1282 | <property name="suffix"> |
||
1283 | <string> %</string> |
||
1284 | </property> |
||
1285 | <property name="maximum"> |
||
1286 | <number>100</number> |
||
1287 | </property> |
||
1288 | </widget> |
||
1289 | </item> |
||
23999 | jghali | 1290 | <item row="1" column="1"> |
1291 | <widget class="LineCombo" name="lineStyleComboBox"/> |
||
1292 | </item> |
||
1293 | <item row="3" column="1" colspan="2"> |
||
1294 | <widget class="ArrowChooser" name="lineStartArrowComboBox"/> |
||
1295 | </item> |
||
1296 | <item row="4" column="1" colspan="2"> |
||
1297 | <widget class="ArrowChooser" name="lineEndArrowComboBox"/> |
||
1298 | </item> |
||
1299 | <item row="0" column="0"> |
||
1300 | <widget class="QLabel" name="lineColorLabel"> |
||
21187 | jghali | 1301 | <property name="text"> |
23999 | jghali | 1302 | <string>Line Color:</string> |
21187 | jghali | 1303 | </property> |
1304 | </widget> |
||
1305 | </item> |
||
23999 | jghali | 1306 | <item row="2" column="1"> |
1307 | <widget class="ScrSpinBox" name="lineWidthSpinBox"/> |
||
21187 | jghali | 1308 | </item> |
23999 | jghali | 1309 | <item row="0" column="5"> |
1310 | <spacer name="horizontalSpacer_10"> |
||
21187 | jghali | 1311 | <property name="orientation"> |
1312 | <enum>Qt::Horizontal</enum> |
||
1313 | </property> |
||
1314 | <property name="sizeHint" stdset="0"> |
||
1315 | <size> |
||
23999 | jghali | 1316 | <width>40</width> |
21187 | jghali | 1317 | <height>20</height> |
1318 | </size> |
||
1319 | </property> |
||
1320 | </spacer> |
||
1321 | </item> |
||
1322 | </layout> |
||
1323 | </item> |
||
23999 | jghali | 1324 | </layout> |
1325 | </widget> |
||
1326 | <widget class="QWidget" name="tab_4"> |
||
1327 | <attribute name="title"> |
||
1328 | <string>Calligraphic Pen</string> |
||
1329 | </attribute> |
||
1330 | <layout class="QFormLayout" name="formLayout_3"> |
||
21187 | jghali | 1331 | <item row="1" column="0"> |
23999 | jghali | 1332 | <spacer name="verticalSpacer_11"> |
21187 | jghali | 1333 | <property name="orientation"> |
1334 | <enum>Qt::Vertical</enum> |
||
1335 | </property> |
||
1336 | <property name="sizeHint" stdset="0"> |
||
1337 | <size> |
||
1338 | <width>20</width> |
||
1339 | <height>40</height> |
||
1340 | </size> |
||
1341 | </property> |
||
1342 | </spacer> |
||
1343 | </item> |
||
23999 | jghali | 1344 | <item row="0" column="0" colspan="2"> |
21187 | jghali | 1345 | <layout class="QGridLayout" name="gridLayout"> |
23999 | jghali | 1346 | <item row="0" column="4"> |
1347 | <widget class="QSpinBox" name="calPenFillShadingSpinBox"> |
||
1348 | <property name="suffix"> |
||
1349 | <string> %</string> |
||
21187 | jghali | 1350 | </property> |
23999 | jghali | 1351 | <property name="maximum"> |
1352 | <number>100</number> |
||
1353 | </property> |
||
21187 | jghali | 1354 | </widget> |
1355 | </item> |
||
23999 | jghali | 1356 | <item row="2" column="4"> |
1357 | <widget class="ScrSpinBox" name="calPenAngleSpinBox"/> |
||
1358 | </item> |
||
21187 | jghali | 1359 | <item row="2" column="0"> |
1360 | <widget class="QLabel" name="calLineStyleLabel"> |
||
1361 | <property name="text"> |
||
1362 | <string>Line Style:</string> |
||
1363 | </property> |
||
1364 | </widget> |
||
1365 | </item> |
||
23999 | jghali | 1366 | <item row="0" column="1"> |
1367 | <widget class="ColorCombo" name="calPenFillColorComboBox"> |
||
1368 | <property name="sizePolicy"> |
||
1369 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
||
1370 | <horstretch>0</horstretch> |
||
1371 | <verstretch>0</verstretch> |
||
1372 | </sizepolicy> |
||
21187 | jghali | 1373 | </property> |
1374 | </widget> |
||
1375 | </item> |
||
1376 | <item row="0" column="3"> |
||
1377 | <widget class="QLabel" name="calFillColorShadingLabel"> |
||
1378 | <property name="text"> |
||
1379 | <string>Shading:</string> |
||
1380 | </property> |
||
1381 | </widget> |
||
1382 | </item> |
||
1383 | <item row="1" column="0"> |
||
1384 | <widget class="QLabel" name="calLineColorLabel"> |
||
1385 | <property name="text"> |
||
1386 | <string>Line Color:</string> |
||
1387 | </property> |
||
1388 | </widget> |
||
1389 | </item> |
||
23999 | jghali | 1390 | <item row="3" column="1"> |
1391 | <widget class="ScrSpinBox" name="calPenLineWidthSpinBox"/> |
||
21187 | jghali | 1392 | </item> |
23999 | jghali | 1393 | <item row="1" column="4"> |
1394 | <widget class="QSpinBox" name="calPenLineShadingSpinBox"> |
||
1395 | <property name="suffix"> |
||
1396 | <string> %</string> |
||
1397 | </property> |
||
1398 | <property name="maximum"> |
||
1399 | <number>100</number> |
||
1400 | </property> |
||
1401 | </widget> |
||
1402 | </item> |
||
21187 | jghali | 1403 | <item row="2" column="3"> |
1404 | <widget class="QLabel" name="calPenAngleLabel"> |
||
1405 | <property name="text"> |
||
1406 | <string>Pen Angle:</string> |
||
1407 | </property> |
||
1408 | </widget> |
||
1409 | </item> |
||
23999 | jghali | 1410 | <item row="3" column="0"> |
1411 | <widget class="QLabel" name="calLineWidthLabel"> |
||
1412 | <property name="text"> |
||
1413 | <string>Line Width:</string> |
||
1414 | </property> |
||
1415 | </widget> |
||
21187 | jghali | 1416 | </item> |
23999 | jghali | 1417 | <item row="0" column="0"> |
1418 | <widget class="QLabel" name="calFillColorLabel"> |
||
21187 | jghali | 1419 | <property name="text"> |
23999 | jghali | 1420 | <string>Fill Color:</string> |
21187 | jghali | 1421 | </property> |
1422 | </widget> |
||
1423 | </item> |
||
23999 | jghali | 1424 | <item row="1" column="1"> |
1425 | <widget class="ColorCombo" name="calPenColorComboBox"> |
||
1426 | <property name="sizePolicy"> |
||
1427 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
||
1428 | <horstretch>0</horstretch> |
||
1429 | <verstretch>0</verstretch> |
||
1430 | </sizepolicy> |
||
1431 | </property> |
||
1432 | </widget> |
||
21187 | jghali | 1433 | </item> |
1434 | <item row="1" column="3"> |
||
1435 | <widget class="QLabel" name="calLineColorShadingLabel"> |
||
1436 | <property name="text"> |
||
1437 | <string>Shading:</string> |
||
1438 | </property> |
||
1439 | </widget> |
||
1440 | </item> |
||
1441 | <item row="0" column="2" rowspan="4"> |
||
1442 | <spacer name="horizontalSpacer_11"> |
||
1443 | <property name="orientation"> |
||
1444 | <enum>Qt::Horizontal</enum> |
||
1445 | </property> |
||
1446 | <property name="sizeType"> |
||
1447 | <enum>QSizePolicy::Fixed</enum> |
||
1448 | </property> |
||
1449 | <property name="sizeHint" stdset="0"> |
||
1450 | <size> |
||
1451 | <width>20</width> |
||
1452 | <height>20</height> |
||
1453 | </size> |
||
1454 | </property> |
||
1455 | </spacer> |
||
1456 | </item> |
||
23999 | jghali | 1457 | <item row="2" column="1"> |
1458 | <widget class="LineCombo" name="calPenStyleComboBox"> |
||
1459 | <property name="sizePolicy"> |
||
1460 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
||
1461 | <horstretch>0</horstretch> |
||
1462 | <verstretch>0</verstretch> |
||
1463 | </sizepolicy> |
||
1464 | </property> |
||
1465 | </widget> |
||
1466 | </item> |
||
1467 | <item row="3" column="4"> |
||
1468 | <widget class="ScrSpinBox" name="calPenWidthSpinBox"/> |
||
1469 | </item> |
||
1470 | <item row="3" column="3"> |
||
1471 | <widget class="QLabel" name="calPenWidthLabel"> |
||
1472 | <property name="text"> |
||
1473 | <string>Pen Width:</string> |
||
1474 | </property> |
||
1475 | </widget> |
||
1476 | </item> |
||
1477 | <item row="0" column="5"> |
||
1478 | <spacer name="horizontalSpacer_14"> |
||
1479 | <property name="orientation"> |
||
1480 | <enum>Qt::Horizontal</enum> |
||
1481 | </property> |
||
1482 | <property name="sizeHint" stdset="0"> |
||
1483 | <size> |
||
1484 | <width>40</width> |
||
1485 | <height>20</height> |
||
1486 | </size> |
||
1487 | </property> |
||
1488 | </spacer> |
||
1489 | </item> |
||
21187 | jghali | 1490 | </layout> |
1491 | </item> |
||
1492 | </layout> |
||
1493 | </widget> |
||
1494 | <widget class="QWidget" name="tab_5"> |
||
1495 | <attribute name="title"> |
||
1496 | <string>Arc</string> |
||
1497 | </attribute> |
||
1498 | <layout class="QVBoxLayout" name="verticalLayout_10"> |
||
1499 | <item> |
||
1500 | <layout class="QHBoxLayout" name="horizontalLayout_11"> |
||
1501 | <item> |
||
1502 | <widget class="ArcWidget" name="arcDisplay" native="true"> |
||
1503 | <property name="minimumSize"> |
||
1504 | <size> |
||
1505 | <width>100</width> |
||
1506 | <height>100</height> |
||
1507 | </size> |
||
1508 | </property> |
||
1509 | </widget> |
||
1510 | </item> |
||
1511 | <item> |
||
1512 | <spacer name="horizontalSpacer_17"> |
||
1513 | <property name="orientation"> |
||
1514 | <enum>Qt::Horizontal</enum> |
||
1515 | </property> |
||
1516 | <property name="sizeHint" stdset="0"> |
||
1517 | <size> |
||
1518 | <width>40</width> |
||
1519 | <height>20</height> |
||
1520 | </size> |
||
1521 | </property> |
||
1522 | </spacer> |
||
1523 | </item> |
||
1524 | </layout> |
||
1525 | </item> |
||
1526 | <item> |
||
1527 | <spacer name="verticalSpacer_12"> |
||
1528 | <property name="orientation"> |
||
1529 | <enum>Qt::Vertical</enum> |
||
1530 | </property> |
||
1531 | <property name="sizeHint" stdset="0"> |
||
1532 | <size> |
||
1533 | <width>20</width> |
||
1534 | <height>10</height> |
||
1535 | </size> |
||
1536 | </property> |
||
1537 | </spacer> |
||
1538 | </item> |
||
1539 | </layout> |
||
1540 | </widget> |
||
1541 | <widget class="QWidget" name="tab_6"> |
||
1542 | <attribute name="title"> |
||
1543 | <string>Spiral</string> |
||
1544 | </attribute> |
||
1545 | <layout class="QVBoxLayout" name="verticalLayout_11"> |
||
1546 | <item> |
||
1547 | <layout class="QHBoxLayout" name="horizontalLayout_12"> |
||
1548 | <item> |
||
1549 | <widget class="SpiralWidget" name="spiralDisplay" native="true"> |
||
1550 | <property name="sizePolicy"> |
||
1551 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
||
1552 | <horstretch>0</horstretch> |
||
1553 | <verstretch>0</verstretch> |
||
1554 | </sizepolicy> |
||
1555 | </property> |
||
1556 | <property name="minimumSize"> |
||
1557 | <size> |
||
1558 | <width>100</width> |
||
1559 | <height>100</height> |
||
1560 | </size> |
||
1561 | </property> |
||
1562 | </widget> |
||
1563 | </item> |
||
1564 | <item> |
||
1565 | <spacer name="horizontalSpacer_18"> |
||
1566 | <property name="orientation"> |
||
1567 | <enum>Qt::Horizontal</enum> |
||
1568 | </property> |
||
1569 | <property name="sizeHint" stdset="0"> |
||
1570 | <size> |
||
1571 | <width>40</width> |
||
1572 | <height>20</height> |
||
1573 | </size> |
||
1574 | </property> |
||
1575 | </spacer> |
||
1576 | </item> |
||
1577 | </layout> |
||
1578 | </item> |
||
1579 | </layout> |
||
1580 | </widget> |
||
1581 | </widget> |
||
1582 | </item> |
||
1583 | </layout> |
||
1584 | </widget> |
||
1585 | <customwidgets> |
||
1586 | <customwidget> |
||
1587 | <class>ScrSpinBox</class> |
||
1588 | <extends>QDoubleSpinBox</extends> |
||
1589 | <header>ui/scrspinbox.h</header> |
||
1590 | </customwidget> |
||
1591 | <customwidget> |
||
1592 | <class>FontCombo</class> |
||
1593 | <extends>QComboBox</extends> |
||
1594 | <header>ui/fontcombo.h</header> |
||
1595 | </customwidget> |
||
1596 | <customwidget> |
||
1597 | <class>ColorCombo</class> |
||
1598 | <extends>QComboBox</extends> |
||
1599 | <header>ui/colorcombo.h</header> |
||
1600 | </customwidget> |
||
1601 | <customwidget> |
||
1602 | <class>ArrowChooser</class> |
||
1603 | <extends>QComboBox</extends> |
||
1604 | <header>ui/arrowchooser.h</header> |
||
1605 | </customwidget> |
||
1606 | <customwidget> |
||
1607 | <class>LineCombo</class> |
||
1608 | <extends>QComboBox</extends> |
||
1609 | <header>ui/linecombo.h</header> |
||
1610 | </customwidget> |
||
1611 | <customwidget> |
||
1612 | <class>PolygonWidget</class> |
||
1613 | <extends>QWidget</extends> |
||
1614 | <header>ui/polygonwidget.h</header> |
||
1615 | <container>1</container> |
||
1616 | </customwidget> |
||
1617 | <customwidget> |
||
1618 | <class>LinkButton</class> |
||
1619 | <extends>QToolButton</extends> |
||
1620 | <header>ui/linkbutton.h</header> |
||
1621 | </customwidget> |
||
1622 | <customwidget> |
||
1623 | <class>ArcWidget</class> |
||
1624 | <extends>QWidget</extends> |
||
1625 | <header>ui/arcwidget.h</header> |
||
1626 | <container>1</container> |
||
1627 | </customwidget> |
||
1628 | <customwidget> |
||
1629 | <class>SpiralWidget</class> |
||
1630 | <extends>QWidget</extends> |
||
1631 | <header>ui/spiralwidget.h</header> |
||
1632 | <container>1</container> |
||
1633 | </customwidget> |
||
1634 | </customwidgets> |
||
1635 | <tabstops> |
||
1636 | <tabstop>tabWidget</tabstop> |
||
1637 | <tabstop>scrollArea</tabstop> |
||
1638 | <tabstop>textFrameFillColorComboBox</tabstop> |
||
1639 | <tabstop>textFrameFillShadingSpinBox</tabstop> |
||
1640 | <tabstop>textFrameLineColorComboBox</tabstop> |
||
1641 | <tabstop>textFrameLineShadingSpinBox</tabstop> |
||
1642 | <tabstop>textTabFillCharComboBox</tabstop> |
||
1643 | <tabstop>textTabWidthSpinBox</tabstop> |
||
1644 | <tabstop>textColumnsSpinBox</tabstop> |
||
1645 | <tabstop>textColumnGapSpinBox</tabstop> |
||
1646 | <tabstop>topTextDistanceSpinBox</tabstop> |
||
1647 | <tabstop>leftTextDistanceSpinBox</tabstop> |
||
1648 | <tabstop>bottomTextDistanceSpinBox</tabstop> |
||
1649 | <tabstop>rightTextDistanceSpinBox</tabstop> |
||
1650 | <tabstop>textFontComboBox</tabstop> |
||
1651 | <tabstop>textSizeSpinBox</tabstop> |
||
1652 | <tabstop>textColorComboBox</tabstop> |
||
1653 | <tabstop>textColorShadingSpinBox</tabstop> |
||
1654 | <tabstop>textStrokeColorComboBox</tabstop> |
||
1655 | <tabstop>textStrokeShadingSpinBox</tabstop> |
||
1656 | <tabstop>scrollArea_2</tabstop> |
||
1657 | <tabstop>imageFrameFillColorComboBox</tabstop> |
||
1658 | <tabstop>imageFrameFillShadingSpinBox</tabstop> |
||
1659 | <tabstop>imageFrameLineColorComboBox</tabstop> |
||
1660 | <tabstop>imageFrameLineShadingSpinBox</tabstop> |
||
1661 | <tabstop>imageUseEmbeddedClippingPathCheckBox</tabstop> |
||
1662 | <tabstop>imageFreeScalingRadioButton</tabstop> |
||
1663 | <tabstop>imageHorizontalScalingSpinBox</tabstop> |
||
1664 | <tabstop>scalingLockToolButton</tabstop> |
||
1665 | <tabstop>imageVerticalScalingSpinBox</tabstop> |
||
1666 | <tabstop>imageFrameScalingRadioButton</tabstop> |
||
1667 | <tabstop>imageKeepAspectRatioCheckBox</tabstop> |
||
1668 | <tabstop>onscreenResolutionFullRadioButton</tabstop> |
||
1669 | <tabstop>onscreenResolutionNormalRadioButton</tabstop> |
||
1670 | <tabstop>onscreenResolutionLowRadioButton</tabstop> |
||
1671 | <tabstop>shapeFrameFillColorComboBox</tabstop> |
||
1672 | <tabstop>shapeFrameFillShadingSpinBox</tabstop> |
||
1673 | <tabstop>shapeFrameLineColorComboBox</tabstop> |
||
1674 | <tabstop>shapeFrameLineShadingSpinBox</tabstop> |
||
1675 | <tabstop>shapeFrameLineStyleComboBox</tabstop> |
||
1676 | <tabstop>shapeLineWidthSpinBox</tabstop> |
||
1677 | <tabstop>lineFillColorComboBox</tabstop> |
||
1678 | <tabstop>lineFillColorShadingSpinBox</tabstop> |
||
1679 | <tabstop>lineStyleComboBox</tabstop> |
||
1680 | <tabstop>lineWidthSpinBox</tabstop> |
||
1681 | <tabstop>lineStartArrowComboBox</tabstop> |
||
1682 | <tabstop>lineEndArrowComboBox</tabstop> |
||
1683 | <tabstop>calPenFillColorComboBox</tabstop> |
||
1684 | <tabstop>calPenFillShadingSpinBox</tabstop> |
||
1685 | <tabstop>calPenColorComboBox</tabstop> |
||
1686 | <tabstop>calPenLineShadingSpinBox</tabstop> |
||
1687 | <tabstop>calPenStyleComboBox</tabstop> |
||
1688 | <tabstop>calPenAngleSpinBox</tabstop> |
||
1689 | <tabstop>calPenLineWidthSpinBox</tabstop> |
||
1690 | <tabstop>calPenWidthSpinBox</tabstop> |
||
1691 | </tabstops> |
||
1692 | <resources/> |
||
1693 | <connections/> |
||
1694 | <buttongroups> |
||
23999 | jghali | 1695 | <buttongroup name="previewButtonGroup"/> |
21187 | jghali | 1696 | <buttongroup name="scalingButtonGroup"/> |
1697 | </buttongroups> |
||
1698 | </ui> |