Subversion Repositories Scribus

Rev

Rev 23169 | Rev 23717 | 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>
23169 jghali 12
    <width>329</width>
21159 jghali 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>&amp;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>&amp;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>&amp;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>&amp;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 &amp;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>&amp;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 &amp;Rows &amp;&amp; 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>
23169 jghali 353
     <widget class="QWidget" name="tab3">
354
      <attribute name="title">
355
       <string>By &amp;Page</string>
356
      </attribute>
357
      <layout class="QVBoxLayout" name="verticalLayout_8">
358
       <item>
359
        <layout class="QVBoxLayout" name="verticalLayout_7">
360
         <item>
361
          <widget class="QRadioButton" name="radioButtonPageAll">
362
           <property name="text">
23173 jghali 363
            <string>&amp;Following Pages</string>
23169 jghali 364
           </property>
365
           <attribute name="buttonGroup">
366
            <string notr="true">buttonGroup</string>
367
           </attribute>
368
          </widget>
369
         </item>
370
         <item>
371
          <widget class="QRadioButton" name="radioButtonPageEven">
372
           <property name="text">
373
            <string>Following &amp;Even Pages</string>
374
           </property>
375
           <attribute name="buttonGroup">
376
            <string notr="true">buttonGroup</string>
377
           </attribute>
378
          </widget>
379
         </item>
380
         <item>
381
          <widget class="QRadioButton" name="radioButtonPageOdd">
382
           <property name="text">
383
            <string>Following &amp;Odd Pages</string>
384
           </property>
385
           <attribute name="buttonGroup">
386
            <string notr="true">buttonGroup</string>
387
           </attribute>
388
          </widget>
389
         </item>
390
         <item>
391
          <widget class="QRadioButton" name="radioButtonPageRange">
392
           <property name="text">
393
            <string>Ran&amp;ge of Pages:</string>
394
           </property>
395
           <attribute name="buttonGroup">
396
            <string notr="true">buttonGroup</string>
397
           </attribute>
398
          </widget>
399
         </item>
400
         <item>
401
          <layout class="QHBoxLayout" name="horizontalLayout">
402
           <item>
403
            <widget class="QLineEdit" name="lineEditPageRange"/>
404
           </item>
405
           <item>
406
            <widget class="QToolButton" name="toolButtonPageRange">
407
             <property name="text">
408
              <string>...</string>
409
             </property>
410
            </widget>
411
           </item>
412
          </layout>
413
         </item>
414
        </layout>
415
       </item>
416
       <item>
417
        <layout class="QVBoxLayout" name="verticalLayout_9">
418
         <item>
419
          <widget class="QCheckBox" name="checkBoxPageLinkText">
420
           <property name="text">
421
            <string>&amp;Link Text Frames</string>
422
           </property>
423
          </widget>
424
         </item>
425
        </layout>
426
       </item>
427
       <item>
428
        <spacer name="verticalSpacer_5">
429
         <property name="orientation">
430
          <enum>Qt::Vertical</enum>
431
         </property>
432
         <property name="sizeHint" stdset="0">
433
          <size>
434
           <width>20</width>
435
           <height>40</height>
436
          </size>
437
         </property>
438
        </spacer>
439
       </item>
440
      </layout>
441
     </widget>
8524 subik 442
    </widget>
443
   </item>
444
   <item>
15309 cbradney 445
    <layout class="QHBoxLayout">
8524 subik 446
     <item>
447
      <spacer>
15309 cbradney 448
       <property name="orientation">
8524 subik 449
        <enum>Qt::Horizontal</enum>
450
       </property>
15309 cbradney 451
       <property name="sizeType">
8524 subik 452
        <enum>QSizePolicy::Expanding</enum>
453
       </property>
15309 cbradney 454
       <property name="sizeHint" stdset="0">
8524 subik 455
        <size>
456
         <width>20</width>
457
         <height>20</height>
458
        </size>
459
       </property>
460
      </spacer>
461
     </item>
462
     <item>
15309 cbradney 463
      <widget class="QPushButton" name="buttonOk">
464
       <property name="text">
8524 subik 465
        <string>&amp;OK</string>
466
       </property>
15309 cbradney 467
       <property name="shortcut">
8524 subik 468
        <string/>
469
       </property>
15309 cbradney 470
       <property name="autoDefault">
8524 subik 471
        <bool>true</bool>
472
       </property>
15309 cbradney 473
       <property name="default">
8524 subik 474
        <bool>true</bool>
475
       </property>
476
      </widget>
477
     </item>
478
     <item>
15309 cbradney 479
      <widget class="QPushButton" name="buttonCancel">
480
       <property name="text">
8524 subik 481
        <string>&amp;Cancel</string>
482
       </property>
15309 cbradney 483
       <property name="shortcut">
8524 subik 484
        <string/>
485
       </property>
15309 cbradney 486
       <property name="autoDefault">
8524 subik 487
        <bool>true</bool>
488
       </property>
489
      </widget>
490
     </item>
491
    </layout>
492
   </item>
493
  </layout>
494
 </widget>
15309 cbradney 495
 <layoutdefault spacing="6" margin="11"/>
8524 subik 496
 <customwidgets>
497
  <customwidget>
8602 cbradney 498
   <class>ScrSpinBox</class>
21159 jghali 499
   <extends>QSpinBox</extends>
500
   <header location="global">ui/scrspinbox.h</header>
8524 subik 501
  </customwidget>
502
 </customwidgets>
503
 <tabstops>
504
  <tabstop>tabWidget</tabstop>
505
  <tabstop>numberOfCopiesSpinBox</tabstop>
15309 cbradney 506
  <tabstop>createGapRadioButton</tabstop>
8524 subik 507
  <tabstop>shiftCreatedItemsRadioButton</tabstop>
15309 cbradney 508
  <tabstop>horizShiftSpinBox</tabstop>
509
  <tabstop>vertShiftSpinBox</tabstop>
510
  <tabstop>rotationSpinBox</tabstop>
8524 subik 511
  <tabstop>gridRowsSpinBox</tabstop>
512
  <tabstop>gridColsSpinBox</tabstop>
15309 cbradney 513
  <tabstop>horizRCGapSpinBox</tabstop>
514
  <tabstop>vertRCGapSpinBox</tabstop>
8524 subik 515
  <tabstop>buttonOk</tabstop>
516
  <tabstop>buttonCancel</tabstop>
517
 </tabstops>
518
 <includes>
15309 cbradney 519
  <include location="local">ui/scrspinbox.h</include>
520
  <include location="local">ui/scrspinbox.h</include>
521
  <include location="local">ui/scrspinbox.h</include>
522
  <include location="local">ui/scrspinbox.h</include>
523
  <include location="local">ui/scrspinbox.h</include>
8524 subik 524
 </includes>
525
 <resources/>
526
 <connections>
527
  <connection>
528
   <sender>buttonOk</sender>
529
   <signal>clicked()</signal>
530
   <receiver>MultipleDuplicate</receiver>
531
   <slot>accept()</slot>
532
   <hints>
15309 cbradney 533
    <hint type="sourcelabel">
534
     <x>147</x>
535
     <y>326</y>
8524 subik 536
    </hint>
15309 cbradney 537
    <hint type="destinationlabel">
8524 subik 538
     <x>20</x>
539
     <y>20</y>
540
    </hint>
541
   </hints>
542
  </connection>
543
  <connection>
544
   <sender>buttonCancel</sender>
545
   <signal>clicked()</signal>
546
   <receiver>MultipleDuplicate</receiver>
547
   <slot>reject()</slot>
548
   <hints>
15309 cbradney 549
    <hint type="sourcelabel">
550
     <x>230</x>
551
     <y>326</y>
8524 subik 552
    </hint>
15309 cbradney 553
    <hint type="destinationlabel">
8524 subik 554
     <x>20</x>
555
     <y>20</y>
556
    </hint>
557
   </hints>
558
  </connection>
559
 </connections>
23169 jghali 560
 <buttongroups>
561
  <buttongroup name="buttonGroup"/>
562
 </buttongroups>
8524 subik 563
</ui>