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