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