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