Subversion Repositories Scribus

Rev

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