Rev 23717 | Rev 24386 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
15309 | cbradney | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <ui version="4.0"> |
||
8524 | subik | 3 | <class>MultipleDuplicate</class> |
15309 | cbradney | 4 | <widget class="QDialog" name="MultipleDuplicate"> |
21159 | jghali | 5 | <property name="enabled"> |
6 | <bool>true</bool> |
||
7 | </property> |
||
15309 | cbradney | 8 | <property name="geometry"> |
8524 | subik | 9 | <rect> |
10 | <x>0</x> |
||
11 | <y>0</y> |
||
24328 | jghali | 12 | <width>426</width> |
13 | <height>291</height> |
||
8524 | subik | 14 | </rect> |
15 | </property> |
||
21159 | jghali | 16 | <property name="sizePolicy"> |
17 | <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> |
||
18 | <horstretch>0</horstretch> |
||
19 | <verstretch>0</verstretch> |
||
20 | </sizepolicy> |
||
21 | </property> |
||
15309 | cbradney | 22 | <property name="windowTitle"> |
8524 | subik | 23 | <string>Multiple Duplicate</string> |
24 | </property> |
||
15309 | cbradney | 25 | <property name="sizeGripEnabled"> |
21159 | jghali | 26 | <bool>false</bool> |
8524 | subik | 27 | </property> |
15309 | cbradney | 28 | <layout class="QVBoxLayout"> |
21159 | jghali | 29 | <property name="spacing"> |
30 | <number>7</number> |
||
31 | </property> |
||
32 | <property name="sizeConstraint"> |
||
33 | <enum>QLayout::SetMinimumSize</enum> |
||
34 | </property> |
||
8524 | subik | 35 | <item> |
15309 | cbradney | 36 | <widget class="QTabWidget" name="tabWidget"> |
37 | <property name="sizePolicy"> |
||
21159 | jghali | 38 | <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> |
8524 | subik | 39 | <horstretch>0</horstretch> |
40 | <verstretch>0</verstretch> |
||
41 | </sizepolicy> |
||
42 | </property> |
||
21159 | jghali | 43 | <property name="tabPosition"> |
44 | <enum>QTabWidget::North</enum> |
||
45 | </property> |
||
15309 | cbradney | 46 | <property name="currentIndex"> |
9728 | fschmid | 47 | <number>0</number> |
48 | </property> |
||
21159 | jghali | 49 | <property name="elideMode"> |
50 | <enum>Qt::ElideNone</enum> |
||
51 | </property> |
||
17709 | craig | 52 | <property name="usesScrollButtons"> |
53 | <bool>false</bool> |
||
54 | </property> |
||
15309 | cbradney | 55 | <widget class="QWidget" name="tab"> |
56 | <attribute name="title"> |
||
8524 | subik | 57 | <string>&By Number of Copies</string> |
58 | </attribute> |
||
21159 | jghali | 59 | <layout class="QVBoxLayout" name="verticalLayout"> |
8524 | subik | 60 | <item> |
21159 | jghali | 61 | <layout class="QGridLayout" name="gridLayout_2"> |
24328 | jghali | 62 | <item row="5" column="1"> |
63 | <widget class="ScrSpinBox" name="rotationSpinBox"> |
||
21159 | jghali | 64 | <property name="minimumSize"> |
65 | <size> |
||
66 | <width>0</width> |
||
67 | <height>23</height> |
||
68 | </size> |
||
69 | </property> |
||
70 | </widget> |
||
71 | </item> |
||
24328 | jghali | 72 | <item row="0" column="0"> |
73 | <widget class="QLabel" name="numberOfCopiesLabel"> |
||
21159 | jghali | 74 | <property name="text"> |
24328 | jghali | 75 | <string>&Number of Copies:</string> |
21159 | jghali | 76 | </property> |
77 | <property name="wordWrap"> |
||
78 | <bool>false</bool> |
||
79 | </property> |
||
80 | <property name="buddy"> |
||
24328 | jghali | 81 | <cstring>numberOfCopiesSpinBox</cstring> |
21159 | jghali | 82 | </property> |
83 | </widget> |
||
84 | </item> |
||
24328 | jghali | 85 | <item row="2" column="0" colspan="2"> |
86 | <widget class="QRadioButton" name="shiftCreatedItemsRadioButton"> |
||
21159 | jghali | 87 | <property name="text"> |
24328 | jghali | 88 | <string>&Shift Created Items By</string> |
21159 | jghali | 89 | </property> |
24328 | jghali | 90 | <property name="shortcut"> |
91 | <string>Alt+S</string> |
||
21159 | jghali | 92 | </property> |
93 | </widget> |
||
94 | </item> |
||
24328 | jghali | 95 | <item row="0" column="1"> |
96 | <widget class="QSpinBox" name="numberOfCopiesSpinBox"> |
||
21159 | jghali | 97 | <property name="minimumSize"> |
98 | <size> |
||
99 | <width>0</width> |
||
100 | <height>23</height> |
||
101 | </size> |
||
102 | </property> |
||
24328 | jghali | 103 | <property name="minimum"> |
104 | <number>1</number> |
||
21159 | jghali | 105 | </property> |
24328 | jghali | 106 | <property name="maximum"> |
107 | <number>999</number> |
||
21159 | jghali | 108 | </property> |
109 | </widget> |
||
110 | </item> |
||
24328 | jghali | 111 | <item row="4" column="1"> |
112 | <widget class="ScrSpinBox" name="vertShiftSpinBox"> |
||
21159 | jghali | 113 | <property name="minimumSize"> |
114 | <size> |
||
115 | <width>0</width> |
||
116 | <height>23</height> |
||
117 | </size> |
||
118 | </property> |
||
119 | </widget> |
||
120 | </item> |
||
24328 | jghali | 121 | <item row="3" column="1"> |
122 | <widget class="ScrSpinBox" name="horizShiftSpinBox"> |
||
21159 | jghali | 123 | <property name="minimumSize"> |
124 | <size> |
||
125 | <width>0</width> |
||
126 | <height>23</height> |
||
127 | </size> |
||
128 | </property> |
||
129 | </widget> |
||
130 | </item> |
||
24328 | jghali | 131 | <item row="4" column="0"> |
132 | <widget class="QLabel" name="vertShiftLabel"> |
||
21159 | jghali | 133 | <property name="text"> |
24328 | jghali | 134 | <string>&Vertical Shift:</string> |
21159 | jghali | 135 | </property> |
136 | <property name="wordWrap"> |
||
137 | <bool>false</bool> |
||
138 | </property> |
||
139 | <property name="buddy"> |
||
24328 | jghali | 140 | <cstring>vertShiftSpinBox</cstring> |
21159 | jghali | 141 | </property> |
142 | </widget> |
||
143 | </item> |
||
24328 | jghali | 144 | <item row="5" column="0"> |
145 | <widget class="QLabel" name="rotationLabel"> |
||
146 | <property name="text"> |
||
147 | <string>Rotation:</string> |
||
148 | </property> |
||
149 | <property name="wordWrap"> |
||
150 | <bool>false</bool> |
||
151 | </property> |
||
152 | </widget> |
||
153 | </item> |
||
21159 | jghali | 154 | <item row="1" column="0" colspan="2"> |
24328 | jghali | 155 | <widget class="QRadioButton" name="createGapRadioButton"> |
156 | <property name="text"> |
||
157 | <string>Create &Gap Between Items Of</string> |
||
21159 | jghali | 158 | </property> |
24328 | jghali | 159 | <property name="shortcut"> |
160 | <string>Alt+G</string> |
||
21159 | jghali | 161 | </property> |
24328 | jghali | 162 | </widget> |
163 | </item> |
||
164 | <item row="3" column="0"> |
||
165 | <widget class="QLabel" name="horizShiftLabel"> |
||
166 | <property name="text"> |
||
167 | <string>&Horizontal Shift:</string> |
||
21159 | jghali | 168 | </property> |
24328 | jghali | 169 | <property name="wordWrap"> |
170 | <bool>false</bool> |
||
21159 | jghali | 171 | </property> |
24328 | jghali | 172 | <property name="buddy"> |
173 | <cstring>horizShiftSpinBox</cstring> |
||
174 | </property> |
||
21159 | jghali | 175 | </widget> |
8524 | subik | 176 | </item> |
177 | </layout> |
||
178 | </item> |
||
179 | <item> |
||
21159 | jghali | 180 | <spacer name="verticalSpacer_2"> |
15309 | cbradney | 181 | <property name="orientation"> |
8524 | subik | 182 | <enum>Qt::Vertical</enum> |
183 | </property> |
||
15309 | cbradney | 184 | <property name="sizeHint" stdset="0"> |
8524 | subik | 185 | <size> |
21159 | jghali | 186 | <width>20</width> |
24328 | jghali | 187 | <height>0</height> |
8524 | subik | 188 | </size> |
189 | </property> |
||
190 | </spacer> |
||
191 | </item> |
||
24328 | jghali | 192 | </layout> |
193 | </widget> |
||
194 | <widget class="QWidget" name="tab2"> |
||
195 | <attribute name="title"> |
||
196 | <string>By &Rows && Columns</string> |
||
197 | </attribute> |
||
198 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
||
8524 | subik | 199 | <item> |
21159 | jghali | 200 | <layout class="QGridLayout" name="gridLayout"> |
201 | <item row="1" column="0"> |
||
202 | <widget class="QLabel" name="numberOfColumnsLabel"> |
||
203 | <property name="text"> |
||
204 | <string>Number of Columns:</string> |
||
8524 | subik | 205 | </property> |
21159 | jghali | 206 | <property name="wordWrap"> |
207 | <bool>false</bool> |
||
19979 | craig | 208 | </property> |
21159 | jghali | 209 | </widget> |
210 | </item> |
||
211 | <item row="2" column="1"> |
||
212 | <widget class="ScrSpinBox" name="horizRCGapSpinBox"> |
||
213 | <property name="sizePolicy"> |
||
214 | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
||
215 | <horstretch>0</horstretch> |
||
216 | <verstretch>0</verstretch> |
||
217 | </sizepolicy> |
||
19979 | craig | 218 | </property> |
21159 | jghali | 219 | <property name="minimumSize"> |
220 | <size> |
||
221 | <width>0</width> |
||
222 | <height>23</height> |
||
223 | </size> |
||
19979 | craig | 224 | </property> |
21159 | jghali | 225 | </widget> |
226 | </item> |
||
227 | <item row="0" column="0"> |
||
228 | <widget class="QLabel" name="numberOfRowsLabel"> |
||
229 | <property name="text"> |
||
230 | <string>Number of Rows:</string> |
||
8524 | subik | 231 | </property> |
21159 | jghali | 232 | <property name="wordWrap"> |
233 | <bool>false</bool> |
||
234 | </property> |
||
235 | </widget> |
||
8524 | subik | 236 | </item> |
21159 | jghali | 237 | <item row="0" column="1"> |
238 | <widget class="QSpinBox" name="gridRowsSpinBox"> |
||
239 | <property name="minimumSize"> |
||
240 | <size> |
||
241 | <width>0</width> |
||
242 | <height>23</height> |
||
243 | </size> |
||
8524 | subik | 244 | </property> |
21159 | jghali | 245 | <property name="minimum"> |
246 | <number>1</number> |
||
8524 | subik | 247 | </property> |
21159 | jghali | 248 | <property name="maximum"> |
249 | <number>999</number> |
||
250 | </property> |
||
251 | </widget> |
||
252 | </item> |
||
253 | <item row="1" column="1"> |
||
254 | <widget class="QSpinBox" name="gridColsSpinBox"> |
||
255 | <property name="minimumSize"> |
||
8524 | subik | 256 | <size> |
21159 | jghali | 257 | <width>0</width> |
258 | <height>23</height> |
||
8524 | subik | 259 | </size> |
260 | </property> |
||
21159 | jghali | 261 | <property name="minimum"> |
262 | <number>1</number> |
||
263 | </property> |
||
264 | <property name="maximum"> |
||
265 | <number>999</number> |
||
266 | </property> |
||
267 | </widget> |
||
8524 | subik | 268 | </item> |
21159 | jghali | 269 | <item row="2" column="0"> |
270 | <widget class="QLabel" name="horizRCLabel"> |
||
271 | <property name="text"> |
||
272 | <string>Horizontal Gap:</string> |
||
273 | </property> |
||
274 | <property name="wordWrap"> |
||
275 | <bool>false</bool> |
||
276 | </property> |
||
277 | </widget> |
||
278 | </item> |
||
279 | <item row="3" column="0"> |
||
280 | <widget class="QLabel" name="vertRCLabel"> |
||
281 | <property name="text"> |
||
282 | <string>Vertical Gap:</string> |
||
283 | </property> |
||
284 | <property name="wordWrap"> |
||
285 | <bool>false</bool> |
||
286 | </property> |
||
287 | </widget> |
||
288 | </item> |
||
289 | <item row="3" column="1"> |
||
290 | <widget class="ScrSpinBox" name="vertRCGapSpinBox"> |
||
291 | <property name="minimumSize"> |
||
292 | <size> |
||
293 | <width>0</width> |
||
294 | <height>23</height> |
||
295 | </size> |
||
296 | </property> |
||
297 | </widget> |
||
298 | </item> |
||
8524 | subik | 299 | </layout> |
300 | </item> |
||
301 | <item> |
||
21159 | jghali | 302 | <spacer name="verticalSpacer"> |
15309 | cbradney | 303 | <property name="orientation"> |
8524 | subik | 304 | <enum>Qt::Vertical</enum> |
305 | </property> |
||
15309 | cbradney | 306 | <property name="sizeHint" stdset="0"> |
8524 | subik | 307 | <size> |
308 | <width>20</width> |
||
24328 | jghali | 309 | <height>0</height> |
8524 | subik | 310 | </size> |
311 | </property> |
||
312 | </spacer> |
||
313 | </item> |
||
314 | </layout> |
||
315 | </widget> |
||
23169 | jghali | 316 | <widget class="QWidget" name="tab3"> |
317 | <attribute name="title"> |
||
318 | <string>By &Page</string> |
||
319 | </attribute> |
||
320 | <layout class="QVBoxLayout" name="verticalLayout_8"> |
||
321 | <item> |
||
322 | <layout class="QVBoxLayout" name="verticalLayout_7"> |
||
323 | <item> |
||
324 | <widget class="QRadioButton" name="radioButtonPageAll"> |
||
325 | <property name="text"> |
||
23173 | jghali | 326 | <string>&Following Pages</string> |
23169 | jghali | 327 | </property> |
328 | <attribute name="buttonGroup"> |
||
329 | <string notr="true">buttonGroup</string> |
||
330 | </attribute> |
||
331 | </widget> |
||
332 | </item> |
||
333 | <item> |
||
334 | <widget class="QRadioButton" name="radioButtonPageEven"> |
||
335 | <property name="text"> |
||
336 | <string>Following &Even Pages</string> |
||
337 | </property> |
||
338 | <attribute name="buttonGroup"> |
||
339 | <string notr="true">buttonGroup</string> |
||
340 | </attribute> |
||
341 | </widget> |
||
342 | </item> |
||
343 | <item> |
||
344 | <widget class="QRadioButton" name="radioButtonPageOdd"> |
||
345 | <property name="text"> |
||
346 | <string>Following &Odd Pages</string> |
||
347 | </property> |
||
348 | <attribute name="buttonGroup"> |
||
349 | <string notr="true">buttonGroup</string> |
||
350 | </attribute> |
||
351 | </widget> |
||
352 | </item> |
||
353 | <item> |
||
354 | <widget class="QRadioButton" name="radioButtonPageRange"> |
||
355 | <property name="text"> |
||
356 | <string>Ran&ge of Pages:</string> |
||
357 | </property> |
||
358 | <attribute name="buttonGroup"> |
||
359 | <string notr="true">buttonGroup</string> |
||
360 | </attribute> |
||
361 | </widget> |
||
362 | </item> |
||
363 | <item> |
||
364 | <layout class="QHBoxLayout" name="horizontalLayout"> |
||
365 | <item> |
||
366 | <widget class="QLineEdit" name="lineEditPageRange"/> |
||
367 | </item> |
||
368 | <item> |
||
369 | <widget class="QToolButton" name="toolButtonPageRange"> |
||
370 | <property name="text"> |
||
371 | <string>...</string> |
||
372 | </property> |
||
373 | </widget> |
||
374 | </item> |
||
375 | </layout> |
||
376 | </item> |
||
377 | </layout> |
||
378 | </item> |
||
379 | <item> |
||
380 | <layout class="QVBoxLayout" name="verticalLayout_9"> |
||
381 | <item> |
||
382 | <widget class="QCheckBox" name="checkBoxPageLinkText"> |
||
383 | <property name="text"> |
||
384 | <string>&Link Text Frames</string> |
||
385 | </property> |
||
386 | </widget> |
||
387 | </item> |
||
388 | </layout> |
||
389 | </item> |
||
390 | <item> |
||
391 | <spacer name="verticalSpacer_5"> |
||
392 | <property name="orientation"> |
||
393 | <enum>Qt::Vertical</enum> |
||
394 | </property> |
||
395 | <property name="sizeHint" stdset="0"> |
||
396 | <size> |
||
397 | <width>20</width> |
||
24328 | jghali | 398 | <height>0</height> |
23169 | jghali | 399 | </size> |
400 | </property> |
||
401 | </spacer> |
||
402 | </item> |
||
403 | </layout> |
||
404 | </widget> |
||
8524 | subik | 405 | </widget> |
406 | </item> |
||
407 | <item> |
||
15309 | cbradney | 408 | <layout class="QHBoxLayout"> |
8524 | subik | 409 | <item> |
410 | <spacer> |
||
15309 | cbradney | 411 | <property name="orientation"> |
8524 | subik | 412 | <enum>Qt::Horizontal</enum> |
413 | </property> |
||
15309 | cbradney | 414 | <property name="sizeType"> |
8524 | subik | 415 | <enum>QSizePolicy::Expanding</enum> |
416 | </property> |
||
15309 | cbradney | 417 | <property name="sizeHint" stdset="0"> |
8524 | subik | 418 | <size> |
419 | <width>20</width> |
||
420 | <height>20</height> |
||
421 | </size> |
||
422 | </property> |
||
423 | </spacer> |
||
424 | </item> |
||
425 | <item> |
||
15309 | cbradney | 426 | <widget class="QPushButton" name="buttonOk"> |
427 | <property name="text"> |
||
8524 | subik | 428 | <string>&OK</string> |
429 | </property> |
||
15309 | cbradney | 430 | <property name="shortcut"> |
8524 | subik | 431 | <string/> |
432 | </property> |
||
15309 | cbradney | 433 | <property name="autoDefault"> |
8524 | subik | 434 | <bool>true</bool> |
435 | </property> |
||
15309 | cbradney | 436 | <property name="default"> |
8524 | subik | 437 | <bool>true</bool> |
438 | </property> |
||
439 | </widget> |
||
440 | </item> |
||
441 | <item> |
||
15309 | cbradney | 442 | <widget class="QPushButton" name="buttonCancel"> |
443 | <property name="text"> |
||
8524 | subik | 444 | <string>&Cancel</string> |
445 | </property> |
||
15309 | cbradney | 446 | <property name="shortcut"> |
8524 | subik | 447 | <string/> |
448 | </property> |
||
15309 | cbradney | 449 | <property name="autoDefault"> |
8524 | subik | 450 | <bool>true</bool> |
451 | </property> |
||
452 | </widget> |
||
453 | </item> |
||
454 | </layout> |
||
455 | </item> |
||
456 | </layout> |
||
457 | </widget> |
||
15309 | cbradney | 458 | <layoutdefault spacing="6" margin="11"/> |
8524 | subik | 459 | <customwidgets> |
460 | <customwidget> |
||
8602 | cbradney | 461 | <class>ScrSpinBox</class> |
23717 | jghali | 462 | <extends>QDoubleSpinBox</extends> |
21159 | jghali | 463 | <header location="global">ui/scrspinbox.h</header> |
8524 | subik | 464 | </customwidget> |
465 | </customwidgets> |
||
466 | <tabstops> |
||
467 | <tabstop>tabWidget</tabstop> |
||
468 | <tabstop>numberOfCopiesSpinBox</tabstop> |
||
15309 | cbradney | 469 | <tabstop>horizShiftSpinBox</tabstop> |
470 | <tabstop>vertShiftSpinBox</tabstop> |
||
471 | <tabstop>rotationSpinBox</tabstop> |
||
8524 | subik | 472 | <tabstop>gridRowsSpinBox</tabstop> |
473 | <tabstop>gridColsSpinBox</tabstop> |
||
15309 | cbradney | 474 | <tabstop>horizRCGapSpinBox</tabstop> |
475 | <tabstop>vertRCGapSpinBox</tabstop> |
||
8524 | subik | 476 | <tabstop>buttonOk</tabstop> |
477 | <tabstop>buttonCancel</tabstop> |
||
478 | </tabstops> |
||
479 | <includes> |
||
15309 | cbradney | 480 | <include location="local">ui/scrspinbox.h</include> |
481 | <include location="local">ui/scrspinbox.h</include> |
||
482 | <include location="local">ui/scrspinbox.h</include> |
||
483 | <include location="local">ui/scrspinbox.h</include> |
||
484 | <include location="local">ui/scrspinbox.h</include> |
||
8524 | subik | 485 | </includes> |
486 | <resources/> |
||
487 | <connections> |
||
488 | <connection> |
||
489 | <sender>buttonOk</sender> |
||
490 | <signal>clicked()</signal> |
||
491 | <receiver>MultipleDuplicate</receiver> |
||
492 | <slot>accept()</slot> |
||
493 | <hints> |
||
15309 | cbradney | 494 | <hint type="sourcelabel"> |
495 | <x>147</x> |
||
496 | <y>326</y> |
||
8524 | subik | 497 | </hint> |
15309 | cbradney | 498 | <hint type="destinationlabel"> |
8524 | subik | 499 | <x>20</x> |
500 | <y>20</y> |
||
501 | </hint> |
||
502 | </hints> |
||
503 | </connection> |
||
504 | <connection> |
||
505 | <sender>buttonCancel</sender> |
||
506 | <signal>clicked()</signal> |
||
507 | <receiver>MultipleDuplicate</receiver> |
||
508 | <slot>reject()</slot> |
||
509 | <hints> |
||
15309 | cbradney | 510 | <hint type="sourcelabel"> |
511 | <x>230</x> |
||
512 | <y>326</y> |
||
8524 | subik | 513 | </hint> |
15309 | cbradney | 514 | <hint type="destinationlabel"> |
8524 | subik | 515 | <x>20</x> |
516 | <y>20</y> |
||
517 | </hint> |
||
518 | </hints> |
||
519 | </connection> |
||
520 | </connections> |
||
23169 | jghali | 521 | <buttongroups> |
522 | <buttongroup name="buttonGroup"/> |
||
523 | </buttongroups> |
||
8524 | subik | 524 | </ui> |