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