File: selectobjects.ui

package info (click to toggle)
scribus 1.4.6%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 244,196 kB
  • ctags: 25,329
  • sloc: cpp: 273,566; xml: 12,482; python: 3,446; ansic: 3,438; makefile: 1,204; perl: 95; sh: 41
file content (456 lines) | stat: -rw-r--r-- 11,906 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
<ui version="4.0" >
 <class>selectDialog</class>
 <widget class="QDialog" name="selectDialog" >
  <property name="geometry" >
   <rect>
    <x>0</x>
    <y>0</y>
    <width>513</width>
    <height>402</height>
   </rect>
  </property>
  <property name="sizePolicy" >
   <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
  <property name="windowTitle" >
   <string>Select All Items</string>
  </property>
  <property name="modal" >
   <bool>true</bool>
  </property>
  <layout class="QVBoxLayout" >
   <property name="spacing" >
    <number>5</number>
   </property>
   <property name="margin" >
    <number>10</number>
   </property>
   <item>
    <widget class="QGroupBox" name="rangeGroup" >
     <property name="title" >
      <string>Select All Items</string>
     </property>
     <layout class="QHBoxLayout" >
      <property name="spacing" >
       <number>5</number>
      </property>
      <property name="margin" >
       <number>10</number>
      </property>
      <item>
       <widget class="QRadioButton" name="buttonCurrentPage" >
        <property name="toolTip" >
         <string>Select all items on the current page</string>
        </property>
        <property name="text" >
         <string>on Current Page</string>
        </property>
        <property name="checked" >
         <bool>true</bool>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QRadioButton" name="buttonCurrentLayer" >
        <property name="toolTip" >
         <string>Select all items on the current layer on all pages</string>
        </property>
        <property name="text" >
         <string>on Current Layer</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QRadioButton" name="buttonWorkspace" >
        <property name="toolTip" >
         <string>Select all items not on a page</string>
        </property>
        <property name="text" >
         <string>on the Scratch Space</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="attributeGroup" >
     <property name="toolTip" >
      <string>Narrow the selection of items based on various item properties</string>
     </property>
     <property name="title" >
      <string>With the Following Attributes</string>
     </property>
     <property name="checkable" >
      <bool>true</bool>
     </property>
     <property name="checked" >
      <bool>false</bool>
     </property>
     <layout class="QGridLayout" >
      <property name="margin" >
       <number>10</number>
      </property>
      <property name="spacing" >
       <number>5</number>
      </property>
      <item row="0" column="0" >
       <widget class="QCheckBox" name="useItemType" >
        <property name="toolTip" >
         <string>Select based on item type</string>
        </property>
        <property name="text" >
         <string>Item Type</string>
        </property>
       </widget>
      </item>
      <item row="0" column="1" >
       <widget class="QComboBox" name="itemTypeCombo" >
        <property name="enabled" >
         <bool>false</bool>
        </property>
        <item>
         <property name="text" >
          <string>Text Frame</string>
         </property>
        </item>
        <item>
         <property name="text" >
          <string>Image Frame</string>
         </property>
        </item>
        <item>
         <property name="text" >
          <string>Shape</string>
         </property>
        </item>
        <item>
         <property name="text" >
          <string>Polyline</string>
         </property>
        </item>
        <item>
         <property name="text" >
          <string>Line</string>
         </property>
        </item>
        <item>
         <property name="text" >
          <string>Render Frame</string>
         </property>
        </item>
       </widget>
      </item>
      <item row="1" column="0" >
       <widget class="QCheckBox" name="useFillColor" >
        <property name="toolTip" >
         <string>Select based on the color that the item is filled with</string>
        </property>
        <property name="text" >
         <string>Fill Color</string>
        </property>
       </widget>
      </item>
      <item row="1" column="1" >
       <widget class="ColorCombo" name="backgroundCombo" >
        <property name="enabled" >
         <bool>false</bool>
        </property>
       </widget>
      </item>
      <item row="2" column="0" >
       <widget class="QCheckBox" name="useLineColor" >
        <property name="toolTip" >
         <string>Select based on the color of the line or outline</string>
        </property>
        <property name="text" >
         <string>Line Color</string>
        </property>
       </widget>
      </item>
      <item row="2" column="1" >
       <widget class="ColorCombo" name="lineCombo" >
        <property name="enabled" >
         <bool>false</bool>
        </property>
       </widget>
      </item>
      <item row="3" column="0" >
       <widget class="QCheckBox" name="useLineWidth" >
        <property name="toolTip" >
         <string>Select based on the width of the line of the item</string>
        </property>
        <property name="text" >
         <string>Line Width</string>
        </property>
       </widget>
      </item>
      <item row="3" column="1" >
       <widget class="ScrSpinBox" name="lineWidthSpin" >
        <property name="enabled" >
         <bool>false</bool>
        </property>
       </widget>
      </item>
      <item row="4" column="0" >
       <widget class="QCheckBox" name="usePrintState" >
        <property name="toolTip" >
         <string>Select items based on whether they will be printed or not</string>
        </property>
        <property name="text" >
         <string>Printable</string>
        </property>
       </widget>
      </item>
      <item row="4" column="1" >
       <widget class="QComboBox" name="printStateCombo" >
        <property name="enabled" >
         <bool>false</bool>
        </property>
        <item>
         <property name="text" >
          <string>Yes</string>
         </property>
        </item>
        <item>
         <property name="text" >
          <string>No</string>
         </property>
        </item>
       </widget>
      </item>
      <item row="5" column="0" >
       <widget class="QCheckBox" name="useLockedState" >
        <property name="toolTip" >
         <string>Select items based on their locked status</string>
        </property>
        <property name="text" >
         <string>Locked</string>
        </property>
       </widget>
      </item>
      <item row="5" column="1" >
       <widget class="QComboBox" name="lockStateCombo" >
        <property name="enabled" >
         <bool>false</bool>
        </property>
        <property name="currentIndex" >
         <number>1</number>
        </property>
        <item>
         <property name="text" >
          <string>Yes</string>
         </property>
        </item>
        <item>
         <property name="text" >
          <string>No</string>
         </property>
        </item>
       </widget>
      </item>
      <item row="6" column="0" >
       <widget class="QCheckBox" name="useResizeState" >
        <property name="toolTip" >
         <string>Select items based on whether they have their size locked or not</string>
        </property>
        <property name="text" >
         <string>Resizable</string>
        </property>
       </widget>
      </item>
      <item row="6" column="1" >
       <widget class="QComboBox" name="resizeStateCombo" >
        <property name="enabled" >
         <bool>false</bool>
        </property>
        <item>
         <property name="text" >
          <string>Yes</string>
         </property>
        </item>
        <item>
         <property name="text" >
          <string>No</string>
         </property>
        </item>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QDialogButtonBox" name="buttonBox" >
     <property name="orientation" >
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="standardButtons" >
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>ColorCombo</class>
   <extends>QComboBox</extends>
   <header>colorcombo.h</header>
  </customwidget>
  <customwidget>
   <class>ScrSpinBox</class>
   <extends>QDoubleSpinBox</extends>
   <header>scrspinbox.h</header>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections>
  <connection>
   <sender>buttonBox</sender>
   <signal>accepted()</signal>
   <receiver>selectDialog</receiver>
   <slot>accept()</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>307</x>
     <y>545</y>
    </hint>
    <hint type="destinationlabel" >
     <x>157</x>
     <y>208</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>buttonBox</sender>
   <signal>rejected()</signal>
   <receiver>selectDialog</receiver>
   <slot>reject()</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>375</x>
     <y>545</y>
    </hint>
    <hint type="destinationlabel" >
     <x>286</x>
     <y>208</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>useItemType</sender>
   <signal>clicked(bool)</signal>
   <receiver>itemTypeCombo</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>70</x>
     <y>110</y>
    </hint>
    <hint type="destinationlabel" >
     <x>246</x>
     <y>116</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>useFillColor</sender>
   <signal>clicked(bool)</signal>
   <receiver>backgroundCombo</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>69</x>
     <y>141</y>
    </hint>
    <hint type="destinationlabel" >
     <x>265</x>
     <y>143</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>useLineColor</sender>
   <signal>clicked(bool)</signal>
   <receiver>lineCombo</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>52</x>
     <y>175</y>
    </hint>
    <hint type="destinationlabel" >
     <x>243</x>
     <y>179</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>useLineWidth</sender>
   <signal>clicked(bool)</signal>
   <receiver>lineWidthSpin</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>46</x>
     <y>218</y>
    </hint>
    <hint type="destinationlabel" >
     <x>222</x>
     <y>222</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>usePrintState</sender>
   <signal>clicked(bool)</signal>
   <receiver>printStateCombo</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>71</x>
     <y>252</y>
    </hint>
    <hint type="destinationlabel" >
     <x>219</x>
     <y>260</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>useLockedState</sender>
   <signal>clicked(bool)</signal>
   <receiver>lockStateCombo</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>72</x>
     <y>303</y>
    </hint>
    <hint type="destinationlabel" >
     <x>239</x>
     <y>290</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>useResizeState</sender>
   <signal>clicked(bool)</signal>
   <receiver>resizeStateCombo</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>82</x>
     <y>336</y>
    </hint>
    <hint type="destinationlabel" >
     <x>251</x>
     <y>328</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>