Rev 13761 | Rev 14229 | 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> |
||
9 | <width>729</width> |
||
10 | <height>778</height> |
||
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> |
||
39 | <widget class="QScrollArea" name="scrollArea"> |
||
40 | <property name="widgetResizable"> |
||
41 | <bool>true</bool> |
||
42 | </property> |
||
43 | <widget class="QWidget" name="scrollAreaWidgetContents"> |
||
44 | <property name="geometry"> |
||
45 | <rect> |
||
46 | <x>0</x> |
||
47 | <y>0</y> |
||
48 | <width>686</width> |
||
49 | <height>713</height> |
||
50 | </rect> |
||
51 | </property> |
||
52 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
||
53 | <item> |
||
54 | <widget class="QLabel" name="label_2"> |
||
55 | <property name="font"> |
||
56 | <font> |
||
57 | <pointsize>13</pointsize> |
||
58 | <weight>75</weight> |
||
59 | <bold>true</bold> |
||
60 | </font> |
||
61 | </property> |
||
62 | <property name="text"> |
||
63 | <string>Page Size</string> |
||
64 | </property> |
||
65 | </widget> |
||
66 | </item> |
||
67 | <item> |
||
68 | <widget class="Line" name="line_2"> |
||
69 | <property name="orientation"> |
||
70 | <enum>Qt::Horizontal</enum> |
||
71 | </property> |
||
72 | </widget> |
||
73 | </item> |
||
74 | <item> |
||
75 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
||
76 | <item> |
||
77 | <layout class="QFormLayout" name="formLayout"> |
||
78 | <item row="0" column="0"> |
||
79 | <widget class="QLabel" name="pageSizeLabel"> |
||
80 | <property name="text"> |
||
81 | <string>Size:</string> |
||
82 | </property> |
||
83 | <property name="buddy"> |
||
84 | <cstring>pageSizeComboBox</cstring> |
||
85 | </property> |
||
86 | </widget> |
||
87 | </item> |
||
88 | <item row="0" column="1"> |
||
89 | <widget class="QComboBox" name="pageSizeComboBox"/> |
||
90 | </item> |
||
91 | <item row="1" column="0"> |
||
92 | <widget class="QLabel" name="pageOrientatioLabel"> |
||
93 | <property name="text"> |
||
94 | <string>Orientation:</string> |
||
95 | </property> |
||
96 | <property name="buddy"> |
||
97 | <cstring>pageOrientationComboBox</cstring> |
||
98 | </property> |
||
99 | </widget> |
||
100 | </item> |
||
101 | <item row="1" column="1"> |
||
102 | <widget class="QComboBox" name="pageOrientationComboBox"/> |
||
103 | </item> |
||
104 | <item row="2" column="0"> |
||
105 | <widget class="QLabel" name="pageUnitsLabel"> |
||
106 | <property name="text"> |
||
107 | <string>Units:</string> |
||
108 | </property> |
||
109 | <property name="buddy"> |
||
110 | <cstring>pageUnitsComboBox</cstring> |
||
111 | </property> |
||
112 | </widget> |
||
113 | </item> |
||
114 | <item row="2" column="1"> |
||
115 | <widget class="QComboBox" name="pageUnitsComboBox"/> |
||
116 | </item> |
||
117 | <item row="3" column="0"> |
||
118 | <widget class="QLabel" name="pageWidthLabel"> |
||
119 | <property name="text"> |
||
120 | <string>Width:</string> |
||
121 | </property> |
||
122 | <property name="buddy"> |
||
123 | <cstring>pageWidthSpinBox</cstring> |
||
124 | </property> |
||
125 | </widget> |
||
126 | </item> |
||
127 | <item row="3" column="1"> |
||
128 | <widget class="ScrSpinBox" name="pageWidthSpinBox"/> |
||
129 | </item> |
||
130 | <item row="4" column="0"> |
||
131 | <widget class="QLabel" name="pageHeightLabel"> |
||
132 | <property name="text"> |
||
133 | <string>Height:</string> |
||
134 | </property> |
||
135 | <property name="buddy"> |
||
136 | <cstring>pageHeightSpinBox</cstring> |
||
137 | </property> |
||
138 | </widget> |
||
139 | </item> |
||
140 | <item row="4" column="1"> |
||
141 | <widget class="ScrSpinBox" name="pageHeightSpinBox"/> |
||
142 | </item> |
||
143 | </layout> |
||
144 | </item> |
||
145 | <item> |
||
146 | <spacer name="horizontalSpacer"> |
||
147 | <property name="orientation"> |
||
148 | <enum>Qt::Horizontal</enum> |
||
149 | </property> |
||
150 | <property name="sizeHint" stdset="0"> |
||
151 | <size> |
||
152 | <width>40</width> |
||
153 | <height>20</height> |
||
154 | </size> |
||
155 | </property> |
||
156 | </spacer> |
||
157 | </item> |
||
158 | </layout> |
||
159 | </item> |
||
160 | <item> |
||
161 | <spacer name="verticalSpacer"> |
||
162 | <property name="orientation"> |
||
163 | <enum>Qt::Vertical</enum> |
||
164 | </property> |
||
165 | <property name="sizeType"> |
||
166 | <enum>QSizePolicy::Fixed</enum> |
||
167 | </property> |
||
168 | <property name="sizeHint" stdset="0"> |
||
169 | <size> |
||
170 | <width>20</width> |
||
171 | <height>20</height> |
||
172 | </size> |
||
173 | </property> |
||
174 | </spacer> |
||
175 | </item> |
||
176 | <item> |
||
177 | <widget class="QLabel" name="label_7"> |
||
178 | <property name="font"> |
||
179 | <font> |
||
180 | <pointsize>13</pointsize> |
||
181 | <weight>75</weight> |
||
182 | <bold>true</bold> |
||
183 | </font> |
||
184 | </property> |
||
185 | <property name="text"> |
||
186 | <string>Page Layouts</string> |
||
187 | </property> |
||
188 | </widget> |
||
189 | </item> |
||
190 | <item> |
||
191 | <widget class="Line" name="line_3"> |
||
192 | <property name="orientation"> |
||
193 | <enum>Qt::Horizontal</enum> |
||
194 | </property> |
||
195 | </widget> |
||
196 | </item> |
||
197 | <item> |
||
198 | <layout class="QFormLayout" name="formLayout_2"> |
||
199 | <item row="0" column="0" colspan="2"> |
||
200 | <widget class="QRadioButton" name="singlePageRadioButton"> |
||
201 | <property name="text"> |
||
202 | <string>Single Page</string> |
||
203 | </property> |
||
14214 | cbradney | 204 | <property name="checked"> |
205 | <bool>true</bool> |
||
206 | </property> |
||
207 | <attribute name="buttonGroup"> |
||
208 | <string>pageLayoutButtonGroup</string> |
||
209 | </attribute> |
||
13761 | cbradney | 210 | </widget> |
211 | </item> |
||
212 | <item row="1" column="0" colspan="2"> |
||
213 | <widget class="QRadioButton" name="doublePageRadioButton"> |
||
214 | <property name="text"> |
||
215 | <string>Double Page</string> |
||
216 | </property> |
||
14214 | cbradney | 217 | <attribute name="buttonGroup"> |
218 | <string>pageLayoutButtonGroup</string> |
||
219 | </attribute> |
||
13761 | cbradney | 220 | </widget> |
221 | </item> |
||
222 | <item row="2" column="0" colspan="2"> |
||
223 | <widget class="QRadioButton" name="threeFoldRadioButton"> |
||
224 | <property name="text"> |
||
225 | <string>3-Fold</string> |
||
226 | </property> |
||
14214 | cbradney | 227 | <attribute name="buttonGroup"> |
228 | <string>pageLayoutButtonGroup</string> |
||
229 | </attribute> |
||
13761 | cbradney | 230 | </widget> |
231 | </item> |
||
232 | <item row="3" column="0" colspan="2"> |
||
233 | <widget class="QRadioButton" name="fourFoldRadioButton"> |
||
234 | <property name="text"> |
||
235 | <string>4-Fold</string> |
||
236 | </property> |
||
14214 | cbradney | 237 | <attribute name="buttonGroup"> |
238 | <string>pageLayoutButtonGroup</string> |
||
239 | </attribute> |
||
13761 | cbradney | 240 | </widget> |
241 | </item> |
||
242 | <item row="4" column="0"> |
||
243 | <widget class="QLabel" name="layoutFirstPageIsLabel"> |
||
244 | <property name="text"> |
||
245 | <string>First Page is:</string> |
||
246 | </property> |
||
247 | <property name="buddy"> |
||
248 | <cstring>layoutFirstPageIsComboBox</cstring> |
||
249 | </property> |
||
250 | </widget> |
||
251 | </item> |
||
252 | <item row="4" column="1"> |
||
253 | <widget class="QComboBox" name="layoutFirstPageIsComboBox"/> |
||
254 | </item> |
||
255 | </layout> |
||
256 | </item> |
||
257 | <item> |
||
258 | <spacer name="verticalSpacer_2"> |
||
259 | <property name="orientation"> |
||
260 | <enum>Qt::Vertical</enum> |
||
261 | </property> |
||
262 | <property name="sizeType"> |
||
263 | <enum>QSizePolicy::Fixed</enum> |
||
264 | </property> |
||
265 | <property name="sizeHint" stdset="0"> |
||
266 | <size> |
||
267 | <width>20</width> |
||
268 | <height>20</height> |
||
269 | </size> |
||
270 | </property> |
||
271 | </spacer> |
||
272 | </item> |
||
273 | <item> |
||
274 | <widget class="QLabel" name="label_8"> |
||
275 | <property name="font"> |
||
276 | <font> |
||
277 | <pointsize>13</pointsize> |
||
278 | <weight>75</weight> |
||
279 | <bold>true</bold> |
||
280 | </font> |
||
281 | </property> |
||
282 | <property name="text"> |
||
283 | <string>Margins</string> |
||
284 | </property> |
||
285 | </widget> |
||
286 | </item> |
||
287 | <item> |
||
288 | <widget class="Line" name="line_5"> |
||
289 | <property name="orientation"> |
||
290 | <enum>Qt::Horizontal</enum> |
||
291 | </property> |
||
292 | </widget> |
||
293 | </item> |
||
294 | <item> |
||
295 | <layout class="QHBoxLayout" name="horizontalLayout_6"> |
||
296 | <item> |
||
297 | <widget class="NewMarginWidget" name="marginsWidget" native="true"/> |
||
298 | </item> |
||
299 | <item> |
||
300 | <spacer name="horizontalSpacer_6"> |
||
301 | <property name="orientation"> |
||
302 | <enum>Qt::Horizontal</enum> |
||
303 | </property> |
||
304 | <property name="sizeHint" stdset="0"> |
||
305 | <size> |
||
306 | <width>40</width> |
||
307 | <height>20</height> |
||
308 | </size> |
||
309 | </property> |
||
310 | </spacer> |
||
311 | </item> |
||
312 | </layout> |
||
313 | </item> |
||
314 | <item> |
||
315 | <widget class="QCheckBox" name="applyMarginsToAllPagesCheckBox"> |
||
316 | <property name="text"> |
||
317 | <string>Apply changes to all pages</string> |
||
318 | </property> |
||
319 | </widget> |
||
320 | </item> |
||
321 | <item> |
||
322 | <widget class="QCheckBox" name="appleMarginsToAllMasterPagesCheckBox"> |
||
323 | <property name="text"> |
||
324 | <string>Apply changes to all master pages</string> |
||
325 | </property> |
||
326 | </widget> |
||
327 | </item> |
||
328 | <item> |
||
329 | <spacer name="verticalSpacer_3"> |
||
330 | <property name="orientation"> |
||
331 | <enum>Qt::Vertical</enum> |
||
332 | </property> |
||
333 | <property name="sizeType"> |
||
334 | <enum>QSizePolicy::Fixed</enum> |
||
335 | </property> |
||
336 | <property name="sizeHint" stdset="0"> |
||
337 | <size> |
||
338 | <width>20</width> |
||
339 | <height>20</height> |
||
340 | </size> |
||
341 | </property> |
||
342 | </spacer> |
||
343 | </item> |
||
344 | <item> |
||
345 | <widget class="QLabel" name="label_10"> |
||
346 | <property name="font"> |
||
347 | <font> |
||
348 | <pointsize>13</pointsize> |
||
349 | <weight>75</weight> |
||
350 | <bold>true</bold> |
||
351 | </font> |
||
352 | </property> |
||
353 | <property name="text"> |
||
354 | <string>Bleeds</string> |
||
355 | </property> |
||
356 | </widget> |
||
357 | </item> |
||
358 | <item> |
||
359 | <widget class="Line" name="line_4"> |
||
360 | <property name="orientation"> |
||
361 | <enum>Qt::Horizontal</enum> |
||
362 | </property> |
||
363 | </widget> |
||
364 | </item> |
||
365 | <item> |
||
366 | <layout class="QHBoxLayout" name="horizontalLayout_7"> |
||
367 | <item> |
||
368 | <widget class="NewMarginWidget" name="bleedsWidget" native="true"/> |
||
369 | </item> |
||
370 | <item> |
||
371 | <spacer name="horizontalSpacer_7"> |
||
372 | <property name="orientation"> |
||
373 | <enum>Qt::Horizontal</enum> |
||
374 | </property> |
||
375 | <property name="sizeHint" stdset="0"> |
||
376 | <size> |
||
377 | <width>40</width> |
||
378 | <height>20</height> |
||
379 | </size> |
||
380 | </property> |
||
381 | </spacer> |
||
382 | </item> |
||
383 | </layout> |
||
384 | </item> |
||
385 | <item> |
||
386 | <spacer name="verticalSpacer_4"> |
||
387 | <property name="orientation"> |
||
388 | <enum>Qt::Vertical</enum> |
||
389 | </property> |
||
390 | <property name="sizeType"> |
||
391 | <enum>QSizePolicy::MinimumExpanding</enum> |
||
392 | </property> |
||
393 | <property name="sizeHint" stdset="0"> |
||
394 | <size> |
||
395 | <width>20</width> |
||
396 | <height>40</height> |
||
397 | </size> |
||
398 | </property> |
||
399 | </spacer> |
||
400 | </item> |
||
401 | </layout> |
||
402 | </widget> |
||
403 | </widget> |
||
404 | </item> |
||
405 | </layout> |
||
406 | </widget> |
||
407 | <customwidgets> |
||
408 | <customwidget> |
||
409 | <class>ScrSpinBox</class> |
||
410 | <extends>QSpinBox</extends> |
||
411 | <header location="global">ui/scrspinbox.h</header> |
||
412 | </customwidget> |
||
413 | <customwidget> |
||
414 | <class>NewMarginWidget</class> |
||
415 | <extends>QWidget</extends> |
||
416 | <header location="global">ui/newmarginwidget.h</header> |
||
417 | <container>1</container> |
||
418 | </customwidget> |
||
419 | </customwidgets> |
||
420 | <resources/> |
||
421 | <connections/> |
||
14214 | cbradney | 422 | <buttongroups> |
423 | <buttongroup name="pageLayoutButtonGroup"/> |
||
424 | </buttongroups> |
||
13761 | cbradney | 425 | </ui> |