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