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