Rev 14762 | Rev 15105 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
13761 | cbradney | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <ui version="4.0"> |
||
3 | <class>Prefs_DocumentSetup</class> |
||
4 | <widget class="QWidget" name="Prefs_DocumentSetup"> |
||
5 | <property name="geometry"> |
||
6 | <rect> |
||
7 | <x>0</x> |
||
8 | <y>0</y> |
||
14762 | cbradney | 9 | <width>485</width> |
10 | <height>567</height> |
||
13761 | cbradney | 11 | </rect> |
12 | </property> |
||
13 | <property name="windowTitle"> |
||
14 | <string>Form</string> |
||
15 | </property> |
||
16 | <layout class="QVBoxLayout" name="verticalLayout"> |
||
17 | <item> |
||
18 | <widget class="QLabel" name="titleLabel"> |
||
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>Document Setup</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> |
||
14762 | cbradney | 39 | <widget class="QTabWidget" name="tabWidget"> |
40 | <property name="currentIndex"> |
||
14764 | cbradney | 41 | <number>0</number> |
13761 | cbradney | 42 | </property> |
14762 | cbradney | 43 | <widget class="QWidget" name="tab"> |
44 | <attribute name="title"> |
||
45 | <string>Size && Layout</string> |
||
46 | </attribute> |
||
47 | <layout class="QVBoxLayout" name="verticalLayout_4"> |
||
13761 | cbradney | 48 | <item> |
49 | <widget class="QLabel" name="label_2"> |
||
50 | <property name="font"> |
||
51 | <font> |
||
52 | <pointsize>13</pointsize> |
||
53 | <weight>75</weight> |
||
54 | <bold>true</bold> |
||
55 | </font> |
||
56 | </property> |
||
57 | <property name="text"> |
||
58 | <string>Page Size</string> |
||
59 | </property> |
||
60 | </widget> |
||
61 | </item> |
||
62 | <item> |
||
63 | <widget class="Line" name="line_2"> |
||
64 | <property name="orientation"> |
||
65 | <enum>Qt::Horizontal</enum> |
||
66 | </property> |
||
67 | </widget> |
||
68 | </item> |
||
69 | <item> |
||
14762 | cbradney | 70 | <layout class="QFormLayout" name="formLayout"> |
71 | <item row="0" column="0"> |
||
72 | <widget class="QLabel" name="pageSizeLabel"> |
||
73 | <property name="text"> |
||
74 | <string>Size:</string> |
||
75 | </property> |
||
76 | <property name="buddy"> |
||
77 | <cstring>pageSizeComboBox</cstring> |
||
78 | </property> |
||
79 | </widget> |
||
13761 | cbradney | 80 | </item> |
14762 | cbradney | 81 | <item row="0" column="1"> |
82 | <widget class="QComboBox" name="pageSizeComboBox"/> |
||
83 | </item> |
||
84 | <item row="1" column="0"> |
||
85 | <widget class="QLabel" name="pageOrientatioLabel"> |
||
86 | <property name="text"> |
||
87 | <string>Orientation:</string> |
||
13761 | cbradney | 88 | </property> |
14762 | cbradney | 89 | <property name="buddy"> |
90 | <cstring>pageOrientationComboBox</cstring> |
||
13761 | cbradney | 91 | </property> |
14762 | cbradney | 92 | </widget> |
13761 | cbradney | 93 | </item> |
14762 | cbradney | 94 | <item row="1" column="1"> |
95 | <widget class="QComboBox" name="pageOrientationComboBox"/> |
||
96 | </item> |
||
97 | <item row="2" column="0"> |
||
98 | <widget class="QLabel" name="pageUnitsLabel"> |
||
99 | <property name="text"> |
||
100 | <string>Units:</string> |
||
101 | </property> |
||
102 | <property name="buddy"> |
||
103 | <cstring>pageUnitsComboBox</cstring> |
||
104 | </property> |
||
105 | </widget> |
||
106 | </item> |
||
107 | <item row="2" column="1"> |
||
108 | <widget class="QComboBox" name="pageUnitsComboBox"/> |
||
109 | </item> |
||
110 | <item row="3" column="0"> |
||
111 | <widget class="QLabel" name="pageWidthLabel"> |
||
112 | <property name="text"> |
||
113 | <string>Width:</string> |
||
114 | </property> |
||
115 | <property name="buddy"> |
||
116 | <cstring>pageWidthSpinBox</cstring> |
||
117 | </property> |
||
118 | </widget> |
||
119 | </item> |
||
120 | <item row="3" column="1"> |
||
121 | <widget class="ScrSpinBox" name="pageWidthSpinBox"/> |
||
122 | </item> |
||
123 | <item row="4" column="0"> |
||
124 | <widget class="QLabel" name="pageHeightLabel"> |
||
125 | <property name="text"> |
||
126 | <string>Height:</string> |
||
127 | </property> |
||
128 | <property name="buddy"> |
||
129 | <cstring>pageHeightSpinBox</cstring> |
||
130 | </property> |
||
131 | </widget> |
||
132 | </item> |
||
133 | <item row="4" column="1"> |
||
134 | <widget class="ScrSpinBox" name="pageHeightSpinBox"/> |
||
135 | </item> |
||
13761 | cbradney | 136 | </layout> |
137 | </item> |
||
138 | <item> |
||
14229 | cbradney | 139 | <widget class="QCheckBox" name="applySizesToAllPagesCheckBox"> |
140 | <property name="text"> |
||
141 | <string>Apply changes to all pages</string> |
||
142 | </property> |
||
143 | </widget> |
||
144 | </item> |
||
145 | <item> |
||
146 | <widget class="QCheckBox" name="applySizesToAllMasterPagesCheckBox"> |
||
147 | <property name="text"> |
||
148 | <string>Apply changes to all master pages</string> |
||
149 | </property> |
||
150 | </widget> |
||
151 | </item> |
||
152 | <item> |
||
13761 | cbradney | 153 | <spacer name="verticalSpacer"> |
154 | <property name="orientation"> |
||
155 | <enum>Qt::Vertical</enum> |
||
156 | </property> |
||
157 | <property name="sizeType"> |
||
158 | <enum>QSizePolicy::Fixed</enum> |
||
159 | </property> |
||
160 | <property name="sizeHint" stdset="0"> |
||
161 | <size> |
||
162 | <width>20</width> |
||
163 | <height>20</height> |
||
164 | </size> |
||
165 | </property> |
||
166 | </spacer> |
||
167 | </item> |
||
168 | <item> |
||
169 | <widget class="QLabel" name="label_7"> |
||
170 | <property name="font"> |
||
171 | <font> |
||
172 | <pointsize>13</pointsize> |
||
173 | <weight>75</weight> |
||
174 | <bold>true</bold> |
||
175 | </font> |
||
176 | </property> |
||
177 | <property name="text"> |
||
14764 | cbradney | 178 | <string>Page Layout</string> |
13761 | cbradney | 179 | </property> |
180 | </widget> |
||
181 | </item> |
||
182 | <item> |
||
183 | <widget class="Line" name="line_3"> |
||
184 | <property name="orientation"> |
||
185 | <enum>Qt::Horizontal</enum> |
||
186 | </property> |
||
187 | </widget> |
||
188 | </item> |
||
189 | <item> |
||
14762 | cbradney | 190 | <layout class="QFormLayout" name="formLayout_2"> |
191 | <property name="sizeConstraint"> |
||
192 | <enum>QLayout::SetDefaultConstraint</enum> |
||
193 | </property> |
||
194 | <item row="0" column="1"> |
||
195 | <widget class="QRadioButton" name="singlePageRadioButton"> |
||
196 | <property name="text"> |
||
197 | <string>Single Page</string> |
||
13761 | cbradney | 198 | </property> |
14762 | cbradney | 199 | <property name="checked"> |
200 | <bool>true</bool> |
||
201 | </property> |
||
202 | <attribute name="buttonGroup"> |
||
203 | <string>pageLayoutButtonGroup</string> |
||
204 | </attribute> |
||
205 | </widget> |
||
13761 | cbradney | 206 | </item> |
14762 | cbradney | 207 | <item row="1" column="1"> |
208 | <widget class="QRadioButton" name="doublePageRadioButton"> |
||
209 | <property name="text"> |
||
210 | <string>Double Page</string> |
||
13761 | cbradney | 211 | </property> |
14762 | cbradney | 212 | <attribute name="buttonGroup"> |
213 | <string>pageLayoutButtonGroup</string> |
||
214 | </attribute> |
||
215 | </widget> |
||
216 | </item> |
||
217 | <item row="2" column="1"> |
||
218 | <widget class="QRadioButton" name="threeFoldRadioButton"> |
||
219 | <property name="text"> |
||
220 | <string>3-Fold</string> |
||
13761 | cbradney | 221 | </property> |
14762 | cbradney | 222 | <attribute name="buttonGroup"> |
223 | <string>pageLayoutButtonGroup</string> |
||
224 | </attribute> |
||
225 | </widget> |
||
13761 | cbradney | 226 | </item> |
14762 | cbradney | 227 | <item row="3" column="1"> |
228 | <widget class="QRadioButton" name="fourFoldRadioButton"> |
||
229 | <property name="text"> |
||
230 | <string>4-Fold</string> |
||
231 | </property> |
||
232 | <attribute name="buttonGroup"> |
||
233 | <string>pageLayoutButtonGroup</string> |
||
234 | </attribute> |
||
235 | </widget> |
||
236 | </item> |
||
237 | <item row="4" column="0"> |
||
238 | <widget class="QLabel" name="layoutFirstPageIsLabel"> |
||
239 | <property name="text"> |
||
240 | <string>First Page is:</string> |
||
241 | </property> |
||
242 | <property name="buddy"> |
||
243 | <cstring>layoutFirstPageIsComboBox</cstring> |
||
244 | </property> |
||
245 | </widget> |
||
246 | </item> |
||
247 | <item row="4" column="1"> |
||
248 | <widget class="QComboBox" name="layoutFirstPageIsComboBox"/> |
||
249 | </item> |
||
13761 | cbradney | 250 | </layout> |
251 | </item> |
||
252 | <item> |
||
14762 | cbradney | 253 | <spacer name="verticalSpacer_5"> |
13761 | cbradney | 254 | <property name="orientation"> |
255 | <enum>Qt::Vertical</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> |
||
14762 | cbradney | 265 | </layout> |
266 | </widget> |
||
267 | <widget class="QWidget" name="tab_2"> |
||
268 | <attribute name="title"> |
||
14764 | cbradney | 269 | <string>Margins && Bleeds</string> |
14762 | cbradney | 270 | </attribute> |
271 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
||
13761 | cbradney | 272 | <item> |
273 | <widget class="QLabel" name="label_8"> |
||
274 | <property name="font"> |
||
275 | <font> |
||
276 | <pointsize>13</pointsize> |
||
277 | <weight>75</weight> |
||
278 | <bold>true</bold> |
||
279 | </font> |
||
280 | </property> |
||
281 | <property name="text"> |
||
282 | <string>Margins</string> |
||
283 | </property> |
||
284 | </widget> |
||
285 | </item> |
||
286 | <item> |
||
287 | <widget class="Line" name="line_5"> |
||
288 | <property name="orientation"> |
||
289 | <enum>Qt::Horizontal</enum> |
||
290 | </property> |
||
291 | </widget> |
||
292 | </item> |
||
293 | <item> |
||
294 | <layout class="QHBoxLayout" name="horizontalLayout_6"> |
||
295 | <item> |
||
296 | <widget class="NewMarginWidget" name="marginsWidget" native="true"/> |
||
297 | </item> |
||
298 | <item> |
||
299 | <spacer name="horizontalSpacer_6"> |
||
300 | <property name="orientation"> |
||
301 | <enum>Qt::Horizontal</enum> |
||
302 | </property> |
||
303 | <property name="sizeHint" stdset="0"> |
||
304 | <size> |
||
305 | <width>40</width> |
||
306 | <height>20</height> |
||
307 | </size> |
||
308 | </property> |
||
309 | </spacer> |
||
310 | </item> |
||
311 | </layout> |
||
312 | </item> |
||
313 | <item> |
||
314 | <widget class="QCheckBox" name="applyMarginsToAllPagesCheckBox"> |
||
315 | <property name="text"> |
||
316 | <string>Apply changes to all pages</string> |
||
317 | </property> |
||
318 | </widget> |
||
319 | </item> |
||
320 | <item> |
||
14229 | cbradney | 321 | <widget class="QCheckBox" name="applyMarginsToAllMasterPagesCheckBox"> |
13761 | cbradney | 322 | <property name="text"> |
323 | <string>Apply changes to all master pages</string> |
||
324 | </property> |
||
325 | </widget> |
||
326 | </item> |
||
327 | <item> |
||
328 | <spacer name="verticalSpacer_3"> |
||
329 | <property name="orientation"> |
||
330 | <enum>Qt::Vertical</enum> |
||
331 | </property> |
||
332 | <property name="sizeType"> |
||
333 | <enum>QSizePolicy::Fixed</enum> |
||
334 | </property> |
||
335 | <property name="sizeHint" stdset="0"> |
||
336 | <size> |
||
337 | <width>20</width> |
||
338 | <height>20</height> |
||
339 | </size> |
||
340 | </property> |
||
341 | </spacer> |
||
342 | </item> |
||
343 | <item> |
||
344 | <widget class="QLabel" name="label_10"> |
||
345 | <property name="font"> |
||
346 | <font> |
||
347 | <pointsize>13</pointsize> |
||
348 | <weight>75</weight> |
||
349 | <bold>true</bold> |
||
350 | </font> |
||
351 | </property> |
||
352 | <property name="text"> |
||
353 | <string>Bleeds</string> |
||
354 | </property> |
||
355 | </widget> |
||
356 | </item> |
||
357 | <item> |
||
358 | <widget class="Line" name="line_4"> |
||
359 | <property name="orientation"> |
||
360 | <enum>Qt::Horizontal</enum> |
||
361 | </property> |
||
362 | </widget> |
||
363 | </item> |
||
364 | <item> |
||
365 | <layout class="QHBoxLayout" name="horizontalLayout_7"> |
||
366 | <item> |
||
367 | <widget class="NewMarginWidget" name="bleedsWidget" native="true"/> |
||
368 | </item> |
||
369 | <item> |
||
370 | <spacer name="horizontalSpacer_7"> |
||
371 | <property name="orientation"> |
||
372 | <enum>Qt::Horizontal</enum> |
||
373 | </property> |
||
374 | <property name="sizeHint" stdset="0"> |
||
375 | <size> |
||
376 | <width>40</width> |
||
377 | <height>20</height> |
||
378 | </size> |
||
379 | </property> |
||
380 | </spacer> |
||
381 | </item> |
||
382 | </layout> |
||
383 | </item> |
||
384 | <item> |
||
385 | <spacer name="verticalSpacer_4"> |
||
386 | <property name="orientation"> |
||
387 | <enum>Qt::Vertical</enum> |
||
388 | </property> |
||
14762 | cbradney | 389 | <property name="sizeHint" stdset="0"> |
390 | <size> |
||
391 | <width>20</width> |
||
14764 | cbradney | 392 | <height>0</height> |
14762 | cbradney | 393 | </size> |
394 | </property> |
||
395 | </spacer> |
||
396 | </item> |
||
397 | </layout> |
||
398 | </widget> |
||
399 | <widget class="QWidget" name="tab_3"> |
||
400 | <attribute name="title"> |
||
401 | <string>Saving && Undo</string> |
||
402 | </attribute> |
||
403 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
||
404 | <item> |
||
405 | <widget class="QCheckBox" name="saveCompressedCheckBox"> |
||
406 | <property name="text"> |
||
407 | <string>Save in Compressed Format</string> |
||
408 | </property> |
||
409 | </widget> |
||
410 | </item> |
||
411 | <item> |
||
412 | <spacer name="verticalSpacer_6"> |
||
413 | <property name="orientation"> |
||
414 | <enum>Qt::Vertical</enum> |
||
415 | </property> |
||
13761 | cbradney | 416 | <property name="sizeType"> |
14762 | cbradney | 417 | <enum>QSizePolicy::Fixed</enum> |
13761 | cbradney | 418 | </property> |
419 | <property name="sizeHint" stdset="0"> |
||
420 | <size> |
||
421 | <width>20</width> |
||
14762 | cbradney | 422 | <height>20</height> |
13761 | cbradney | 423 | </size> |
424 | </property> |
||
425 | </spacer> |
||
426 | </item> |
||
14762 | cbradney | 427 | <item> |
428 | <widget class="QLabel" name="label_4"> |
||
429 | <property name="font"> |
||
430 | <font> |
||
431 | <pointsize>13</pointsize> |
||
432 | <weight>75</weight> |
||
433 | <bold>true</bold> |
||
434 | </font> |
||
435 | </property> |
||
436 | <property name="text"> |
||
437 | <string>Autosave</string> |
||
438 | </property> |
||
439 | </widget> |
||
440 | </item> |
||
441 | <item> |
||
442 | <widget class="Line" name="line_6"> |
||
443 | <property name="orientation"> |
||
444 | <enum>Qt::Horizontal</enum> |
||
445 | </property> |
||
446 | </widget> |
||
447 | </item> |
||
448 | <item> |
||
449 | <widget class="QCheckBox" name="autosaveCheckBox"> |
||
450 | <property name="text"> |
||
14764 | cbradney | 451 | <string>Enable Automatic Saving of Documents</string> |
14762 | cbradney | 452 | </property> |
453 | </widget> |
||
454 | </item> |
||
455 | <item> |
||
456 | <layout class="QHBoxLayout" name="horizontalLayout"> |
||
457 | <item> |
||
458 | <widget class="QLabel" name="label"> |
||
459 | <property name="text"> |
||
460 | <string>Interval:</string> |
||
461 | </property> |
||
462 | </widget> |
||
463 | </item> |
||
464 | <item> |
||
465 | <widget class="QSpinBox" name="autosaveIntervalSpinBox"> |
||
466 | <property name="suffix"> |
||
467 | <string> min</string> |
||
468 | </property> |
||
469 | </widget> |
||
470 | </item> |
||
471 | <item> |
||
472 | <spacer name="horizontalSpacer_2"> |
||
473 | <property name="orientation"> |
||
474 | <enum>Qt::Horizontal</enum> |
||
475 | </property> |
||
476 | <property name="sizeHint" stdset="0"> |
||
477 | <size> |
||
478 | <width>40</width> |
||
479 | <height>20</height> |
||
480 | </size> |
||
481 | </property> |
||
482 | </spacer> |
||
483 | </item> |
||
484 | </layout> |
||
485 | </item> |
||
486 | <item> |
||
487 | <spacer name="verticalSpacer_7"> |
||
488 | <property name="orientation"> |
||
489 | <enum>Qt::Vertical</enum> |
||
490 | </property> |
||
491 | <property name="sizeType"> |
||
492 | <enum>QSizePolicy::Maximum</enum> |
||
493 | </property> |
||
494 | <property name="sizeHint" stdset="0"> |
||
495 | <size> |
||
496 | <width>20</width> |
||
497 | <height>20</height> |
||
498 | </size> |
||
499 | </property> |
||
500 | </spacer> |
||
501 | </item> |
||
502 | <item> |
||
503 | <widget class="QLabel" name="label_5"> |
||
504 | <property name="font"> |
||
505 | <font> |
||
506 | <pointsize>13</pointsize> |
||
507 | <weight>75</weight> |
||
508 | <bold>true</bold> |
||
509 | </font> |
||
510 | </property> |
||
511 | <property name="text"> |
||
512 | <string>Undo / Redo</string> |
||
513 | </property> |
||
514 | </widget> |
||
515 | </item> |
||
516 | <item> |
||
517 | <widget class="Line" name="line_7"> |
||
518 | <property name="orientation"> |
||
519 | <enum>Qt::Horizontal</enum> |
||
520 | </property> |
||
521 | </widget> |
||
522 | </item> |
||
523 | <item> |
||
524 | <widget class="QCheckBox" name="undoCheckBox"> |
||
525 | <property name="text"> |
||
14764 | cbradney | 526 | <string>Enable Undo/Redo System</string> |
14762 | cbradney | 527 | </property> |
528 | </widget> |
||
529 | </item> |
||
530 | <item> |
||
531 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
||
532 | <item> |
||
533 | <widget class="QLabel" name="label_3"> |
||
534 | <property name="text"> |
||
535 | <string>Action History Length:</string> |
||
536 | </property> |
||
537 | </widget> |
||
538 | </item> |
||
539 | <item> |
||
540 | <widget class="QSpinBox" name="undoLengthSpinBox"/> |
||
541 | </item> |
||
542 | <item> |
||
543 | <spacer name="horizontalSpacer"> |
||
544 | <property name="orientation"> |
||
545 | <enum>Qt::Horizontal</enum> |
||
546 | </property> |
||
547 | <property name="sizeHint" stdset="0"> |
||
548 | <size> |
||
549 | <width>40</width> |
||
550 | <height>20</height> |
||
551 | </size> |
||
552 | </property> |
||
553 | </spacer> |
||
554 | </item> |
||
555 | </layout> |
||
556 | </item> |
||
557 | <item> |
||
558 | <spacer name="verticalSpacer_2"> |
||
559 | <property name="orientation"> |
||
560 | <enum>Qt::Vertical</enum> |
||
561 | </property> |
||
562 | <property name="sizeHint" stdset="0"> |
||
563 | <size> |
||
564 | <width>20</width> |
||
565 | <height>20</height> |
||
566 | </size> |
||
567 | </property> |
||
568 | </spacer> |
||
569 | </item> |
||
13761 | cbradney | 570 | </layout> |
571 | </widget> |
||
572 | </widget> |
||
573 | </item> |
||
574 | </layout> |
||
575 | </widget> |
||
576 | <customwidgets> |
||
577 | <customwidget> |
||
578 | <class>ScrSpinBox</class> |
||
579 | <extends>QSpinBox</extends> |
||
580 | <header location="global">ui/scrspinbox.h</header> |
||
581 | </customwidget> |
||
582 | <customwidget> |
||
583 | <class>NewMarginWidget</class> |
||
584 | <extends>QWidget</extends> |
||
585 | <header location="global">ui/newmarginwidget.h</header> |
||
586 | <container>1</container> |
||
587 | </customwidget> |
||
588 | </customwidgets> |
||
589 | <resources/> |
||
590 | <connections/> |
||
14214 | cbradney | 591 | <buttongroups> |
592 | <buttongroup name="pageLayoutButtonGroup"/> |
||
593 | </buttongroups> |
||
13761 | cbradney | 594 | </ui> |