~ubuntu-branches/ubuntu/trusty/scribus/trusty

« back to all changes in this revision

Viewing changes to scribus/plugins/tools/pathfinder/pathfinderbase.ui

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-05-16 20:34:07 UTC
  • mfrom: (1.1.13) (32.1.2 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130516203407-ztj7ebsivoo41dih
Tags: 1.4.2.dfsg+r18267-1ubuntu2
Avoid qreal/double type clashes on ARM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
2
3
 <class>PathFinderBase</class>
3
 
 <widget class="QDialog" name="PathFinderBase" >
4
 
  <property name="geometry" >
 
4
 <widget class="QDialog" name="PathFinderBase">
 
5
  <property name="geometry">
5
6
   <rect>
6
7
    <x>0</x>
7
8
    <y>0</y>
8
 
    <width>410</width>
9
 
    <height>368</height>
 
9
    <width>442</width>
 
10
    <height>386</height>
10
11
   </rect>
11
12
  </property>
12
 
  <property name="windowTitle" >
 
13
  <property name="windowTitle">
13
14
   <string>Boolean Path Operations</string>
14
15
  </property>
15
 
  <layout class="QVBoxLayout" name="verticalLayout_2" >
 
16
  <layout class="QVBoxLayout" name="verticalLayout_4">
16
17
   <item>
17
 
    <layout class="QHBoxLayout" >
18
 
     <property name="spacing" >
 
18
    <layout class="QHBoxLayout">
 
19
     <property name="spacing">
19
20
      <number>5</number>
20
21
     </property>
21
22
     <item>
22
 
      <layout class="QVBoxLayout" >
23
 
       <property name="spacing" >
 
23
      <layout class="QVBoxLayout">
 
24
       <property name="spacing">
24
25
        <number>5</number>
25
26
       </property>
26
27
       <item>
27
 
        <widget class="QLabel" name="sourceShape" >
28
 
         <property name="minimumSize" >
29
 
          <size>
30
 
           <width>100</width>
31
 
           <height>100</height>
32
 
          </size>
33
 
         </property>
34
 
         <property name="maximumSize" >
35
 
          <size>
36
 
           <width>100</width>
37
 
           <height>100</height>
38
 
          </size>
39
 
         </property>
40
 
         <property name="toolTip" >
 
28
        <widget class="QLabel" name="sourceShape">
 
29
         <property name="minimumSize">
 
30
          <size>
 
31
           <width>100</width>
 
32
           <height>100</height>
 
33
          </size>
 
34
         </property>
 
35
         <property name="maximumSize">
 
36
          <size>
 
37
           <width>100</width>
 
38
           <height>100</height>
 
39
          </size>
 
40
         </property>
 
41
         <property name="toolTip">
41
42
          <string>First source shape.</string>
42
43
         </property>
43
 
         <property name="autoFillBackground" >
 
44
         <property name="autoFillBackground">
44
45
          <bool>true</bool>
45
46
         </property>
46
 
         <property name="frameShape" >
 
47
         <property name="frameShape">
47
48
          <enum>QFrame::Panel</enum>
48
49
         </property>
49
 
         <property name="frameShadow" >
 
50
         <property name="frameShadow">
50
51
          <enum>QFrame::Sunken</enum>
51
52
         </property>
52
 
         <property name="text" >
 
53
         <property name="text">
53
54
          <string/>
54
55
         </property>
55
56
        </widget>
56
57
       </item>
57
58
       <item>
58
 
        <widget class="QCheckBox" name="keepSource1" >
59
 
         <property name="toolTip" >
 
59
        <widget class="QCheckBox" name="keepSource1">
 
60
         <property name="toolTip">
60
61
          <string>Keep a copy of the original item after applying the operation</string>
61
62
         </property>
62
 
         <property name="text" >
 
63
         <property name="text">
63
64
          <string>Keep</string>
64
65
         </property>
65
66
        </widget>
66
67
       </item>
 
68
       <item>
 
69
        <spacer name="verticalSpacer_4">
 
70
         <property name="orientation">
 
71
          <enum>Qt::Vertical</enum>
 
72
         </property>
 
73
         <property name="sizeHint" stdset="0">
 
74
          <size>
 
75
           <width>20</width>
 
76
           <height>40</height>
 
77
          </size>
 
78
         </property>
 
79
        </spacer>
 
80
       </item>
67
81
      </layout>
68
82
     </item>
69
83
     <item>
70
 
      <layout class="QVBoxLayout" >
71
 
       <property name="spacing" >
 
84
      <layout class="QVBoxLayout">
 
85
       <property name="spacing">
72
86
        <number>0</number>
73
87
       </property>
74
88
       <item>
75
89
        <spacer>
76
 
         <property name="orientation" >
 
90
         <property name="orientation">
77
91
          <enum>Qt::Vertical</enum>
78
92
         </property>
79
 
         <property name="sizeHint" stdset="0" >
 
93
         <property name="sizeHint" stdset="0">
80
94
          <size>
81
95
           <width>2</width>
82
96
           <height>2</height>
85
99
        </spacer>
86
100
       </item>
87
101
       <item>
88
 
        <widget class="QLabel" name="label" >
89
 
         <property name="font" >
 
102
        <widget class="QLabel" name="label">
 
103
         <property name="font">
90
104
          <font>
91
105
           <pointsize>30</pointsize>
92
106
           <weight>75</weight>
93
107
           <bold>true</bold>
94
108
          </font>
95
109
         </property>
96
 
         <property name="text" >
 
110
         <property name="text">
97
111
          <string>+</string>
98
112
         </property>
99
 
         <property name="alignment" >
 
113
         <property name="alignment">
100
114
          <set>Qt::AlignCenter</set>
101
115
         </property>
102
116
        </widget>
103
117
       </item>
104
118
       <item>
105
119
        <spacer>
106
 
         <property name="orientation" >
 
120
         <property name="orientation">
107
121
          <enum>Qt::Vertical</enum>
108
122
         </property>
109
 
         <property name="sizeHint" stdset="0" >
 
123
         <property name="sizeHint" stdset="0">
110
124
          <size>
111
125
           <width>2</width>
112
126
           <height>2</height>
117
131
      </layout>
118
132
     </item>
119
133
     <item>
120
 
      <layout class="QVBoxLayout" >
121
 
       <property name="spacing" >
 
134
      <layout class="QVBoxLayout">
 
135
       <property name="spacing">
122
136
        <number>5</number>
123
137
       </property>
124
138
       <item>
125
 
        <widget class="QLabel" name="sourceShape2" >
126
 
         <property name="minimumSize" >
127
 
          <size>
128
 
           <width>100</width>
129
 
           <height>100</height>
130
 
          </size>
131
 
         </property>
132
 
         <property name="maximumSize" >
133
 
          <size>
134
 
           <width>100</width>
135
 
           <height>100</height>
136
 
          </size>
137
 
         </property>
138
 
         <property name="toolTip" >
 
139
        <widget class="QLabel" name="sourceShape2">
 
140
         <property name="minimumSize">
 
141
          <size>
 
142
           <width>100</width>
 
143
           <height>100</height>
 
144
          </size>
 
145
         </property>
 
146
         <property name="maximumSize">
 
147
          <size>
 
148
           <width>100</width>
 
149
           <height>100</height>
 
150
          </size>
 
151
         </property>
 
152
         <property name="toolTip">
139
153
          <string>Second source shape.</string>
140
154
         </property>
141
 
         <property name="autoFillBackground" >
 
155
         <property name="autoFillBackground">
142
156
          <bool>true</bool>
143
157
         </property>
144
 
         <property name="frameShape" >
 
158
         <property name="frameShape">
145
159
          <enum>QFrame::Panel</enum>
146
160
         </property>
147
 
         <property name="frameShadow" >
 
161
         <property name="frameShadow">
148
162
          <enum>QFrame::Sunken</enum>
149
163
         </property>
150
 
         <property name="text" >
 
164
         <property name="text">
151
165
          <string/>
152
166
         </property>
153
167
        </widget>
154
168
       </item>
155
169
       <item>
156
 
        <widget class="QCheckBox" name="keepSource2" >
157
 
         <property name="toolTip" >
 
170
        <widget class="QCheckBox" name="keepSource2">
 
171
         <property name="toolTip">
158
172
          <string>Keep a copy of the original item after applying the operation</string>
159
173
         </property>
160
 
         <property name="text" >
 
174
         <property name="text">
161
175
          <string>Keep</string>
162
176
         </property>
163
177
        </widget>
164
178
       </item>
 
179
       <item>
 
180
        <spacer name="verticalSpacer_5">
 
181
         <property name="orientation">
 
182
          <enum>Qt::Vertical</enum>
 
183
         </property>
 
184
         <property name="sizeHint" stdset="0">
 
185
          <size>
 
186
           <width>20</width>
 
187
           <height>40</height>
 
188
          </size>
 
189
         </property>
 
190
        </spacer>
 
191
       </item>
165
192
      </layout>
166
193
     </item>
167
194
     <item>
168
 
      <layout class="QVBoxLayout" >
169
 
       <property name="spacing" >
 
195
      <layout class="QVBoxLayout">
 
196
       <property name="spacing">
170
197
        <number>0</number>
171
198
       </property>
172
199
       <item>
173
200
        <spacer>
174
 
         <property name="orientation" >
 
201
         <property name="orientation">
175
202
          <enum>Qt::Vertical</enum>
176
203
         </property>
177
 
         <property name="sizeHint" stdset="0" >
 
204
         <property name="sizeHint" stdset="0">
178
205
          <size>
179
206
           <width>2</width>
180
207
           <height>2</height>
183
210
        </spacer>
184
211
       </item>
185
212
       <item>
186
 
        <widget class="QLabel" name="label_2" >
187
 
         <property name="font" >
 
213
        <widget class="QLabel" name="label_2">
 
214
         <property name="font">
188
215
          <font>
189
216
           <pointsize>30</pointsize>
190
217
           <weight>75</weight>
191
218
           <bold>true</bold>
192
219
          </font>
193
220
         </property>
194
 
         <property name="text" >
 
221
         <property name="text">
195
222
          <string>=</string>
196
223
         </property>
197
 
         <property name="alignment" >
 
224
         <property name="alignment">
198
225
          <set>Qt::AlignCenter</set>
199
226
         </property>
200
227
        </widget>
201
228
       </item>
202
229
       <item>
203
230
        <spacer>
204
 
         <property name="orientation" >
 
231
         <property name="orientation">
205
232
          <enum>Qt::Vertical</enum>
206
233
         </property>
207
 
         <property name="sizeHint" stdset="0" >
 
234
         <property name="sizeHint" stdset="0">
208
235
          <size>
209
236
           <width>2</width>
210
237
           <height>2</height>
215
242
      </layout>
216
243
     </item>
217
244
     <item>
218
 
      <layout class="QVBoxLayout" >
 
245
      <layout class="QVBoxLayout">
219
246
       <item>
220
 
        <widget class="QLabel" name="resultShape" >
221
 
         <property name="minimumSize" >
222
 
          <size>
223
 
           <width>100</width>
224
 
           <height>100</height>
225
 
          </size>
226
 
         </property>
227
 
         <property name="maximumSize" >
228
 
          <size>
229
 
           <width>100</width>
230
 
           <height>100</height>
231
 
          </size>
232
 
         </property>
233
 
         <property name="toolTip" >
 
247
        <widget class="QLabel" name="resultShape">
 
248
         <property name="minimumSize">
 
249
          <size>
 
250
           <width>100</width>
 
251
           <height>100</height>
 
252
          </size>
 
253
         </property>
 
254
         <property name="maximumSize">
 
255
          <size>
 
256
           <width>100</width>
 
257
           <height>100</height>
 
258
          </size>
 
259
         </property>
 
260
         <property name="toolTip">
234
261
          <string>The resulting shape.</string>
235
262
         </property>
236
 
         <property name="autoFillBackground" >
 
263
         <property name="autoFillBackground">
237
264
          <bool>true</bool>
238
265
         </property>
239
 
         <property name="frameShape" >
 
266
         <property name="frameShape">
240
267
          <enum>QFrame::Panel</enum>
241
268
         </property>
242
 
         <property name="frameShadow" >
 
269
         <property name="frameShadow">
243
270
          <enum>QFrame::Sunken</enum>
244
271
         </property>
245
 
         <property name="text" >
 
272
         <property name="text">
246
273
          <string/>
247
274
         </property>
248
275
        </widget>
249
276
       </item>
250
277
       <item>
251
 
        <spacer>
252
 
         <property name="orientation" >
 
278
        <spacer name="verticalSpacer_3">
 
279
         <property name="orientation">
253
280
          <enum>Qt::Vertical</enum>
254
281
         </property>
255
 
         <property name="sizeHint" stdset="0" >
 
282
         <property name="sizeType">
 
283
          <enum>QSizePolicy::Expanding</enum>
 
284
         </property>
 
285
         <property name="sizeHint" stdset="0">
256
286
          <size>
257
287
           <width>20</width>
258
 
           <height>40</height>
 
288
           <height>20</height>
259
289
          </size>
260
290
         </property>
261
291
        </spacer>
265
295
    </layout>
266
296
   </item>
267
297
   <item>
268
 
    <layout class="QHBoxLayout" name="horizontalLayout" >
 
298
    <layout class="QHBoxLayout" name="horizontalLayout">
269
299
     <item>
270
 
      <layout class="QVBoxLayout" name="verticalLayout" >
 
300
      <layout class="QVBoxLayout" name="verticalLayout">
271
301
       <item>
272
 
        <widget class="QGroupBox" name="groupBox" >
273
 
         <property name="title" >
 
302
        <widget class="QGroupBox" name="groupBox">
 
303
         <property name="title">
274
304
          <string>Operation</string>
275
305
         </property>
276
 
         <layout class="QHBoxLayout" >
277
 
          <property name="spacing" >
 
306
         <layout class="QHBoxLayout">
 
307
          <property name="spacing">
278
308
           <number>5</number>
279
309
          </property>
280
 
          <property name="margin" >
 
310
          <property name="margin">
281
311
           <number>10</number>
282
312
          </property>
283
313
          <item>
284
 
           <widget class="QToolButton" name="opCombine" >
285
 
            <property name="toolTip" >
 
314
           <widget class="QToolButton" name="opCombine">
 
315
            <property name="toolTip">
286
316
             <string>Unites the shapes</string>
287
317
            </property>
288
 
            <property name="text" >
 
318
            <property name="text">
289
319
             <string>...</string>
290
320
            </property>
291
 
            <property name="checkable" >
292
 
             <bool>true</bool>
293
 
            </property>
294
 
            <property name="checked" >
295
 
             <bool>true</bool>
296
 
            </property>
297
 
            <property name="autoExclusive" >
 
321
            <property name="checkable">
 
322
             <bool>true</bool>
 
323
            </property>
 
324
            <property name="checked">
 
325
             <bool>true</bool>
 
326
            </property>
 
327
            <property name="autoExclusive">
298
328
             <bool>true</bool>
299
329
            </property>
300
330
           </widget>
301
331
          </item>
302
332
          <item>
303
 
           <widget class="QToolButton" name="opSubtraction" >
304
 
            <property name="toolTip" >
 
333
           <widget class="QToolButton" name="opSubtraction">
 
334
            <property name="toolTip">
305
335
             <string>Subtracts the second shape from the first shape</string>
306
336
            </property>
307
 
            <property name="text" >
 
337
            <property name="text">
308
338
             <string>...</string>
309
339
            </property>
310
 
            <property name="checkable" >
 
340
            <property name="checkable">
311
341
             <bool>true</bool>
312
342
            </property>
313
 
            <property name="autoExclusive" >
 
343
            <property name="autoExclusive">
314
344
             <bool>true</bool>
315
345
            </property>
316
346
           </widget>
317
347
          </item>
318
348
          <item>
319
 
           <widget class="QToolButton" name="opIntersection" >
320
 
            <property name="toolTip" >
 
349
           <widget class="QToolButton" name="opIntersection">
 
350
            <property name="toolTip">
321
351
             <string>Intersection of the shapes</string>
322
352
            </property>
323
 
            <property name="text" >
 
353
            <property name="text">
324
354
             <string>...</string>
325
355
            </property>
326
 
            <property name="checkable" >
 
356
            <property name="checkable">
327
357
             <bool>true</bool>
328
358
            </property>
329
 
            <property name="autoExclusive" >
 
359
            <property name="autoExclusive">
330
360
             <bool>true</bool>
331
361
            </property>
332
362
           </widget>
333
363
          </item>
334
364
          <item>
335
 
           <widget class="QToolButton" name="opExclusion" >
336
 
            <property name="toolTip" >
 
365
           <widget class="QToolButton" name="opExclusion">
 
366
            <property name="toolTip">
337
367
             <string>Result is the area where the two shapes do not intersect</string>
338
368
            </property>
339
 
            <property name="text" >
 
369
            <property name="text">
340
370
             <string>...</string>
341
371
            </property>
342
 
            <property name="checkable" >
 
372
            <property name="checkable">
343
373
             <bool>true</bool>
344
374
            </property>
345
 
            <property name="autoExclusive" >
 
375
            <property name="autoExclusive">
346
376
             <bool>true</bool>
347
377
            </property>
348
378
           </widget>
349
379
          </item>
350
380
          <item>
351
 
           <widget class="QToolButton" name="opParts" >
352
 
            <property name="toolTip" >
 
381
           <widget class="QToolButton" name="opParts">
 
382
            <property name="toolTip">
353
383
             <string>Break apart,
354
 
The result is a combination of "Intersection" and "Exclusion"</string>
 
384
The result is a combination of &quot;Intersection&quot; and &quot;Exclusion&quot;</string>
355
385
            </property>
356
 
            <property name="text" >
 
386
            <property name="text">
357
387
             <string>...</string>
358
388
            </property>
359
 
            <property name="checkable" >
 
389
            <property name="checkable">
360
390
             <bool>true</bool>
361
391
            </property>
362
 
            <property name="autoExclusive" >
 
392
            <property name="autoExclusive">
363
393
             <bool>true</bool>
364
394
            </property>
365
395
           </widget>
368
398
        </widget>
369
399
       </item>
370
400
       <item>
371
 
        <layout class="QHBoxLayout" >
372
 
         <property name="spacing" >
 
401
        <layout class="QHBoxLayout">
 
402
         <property name="spacing">
373
403
          <number>0</number>
374
404
         </property>
375
405
         <item>
376
 
          <widget class="QPushButton" name="swapShapes" >
377
 
           <property name="toolTip" >
 
406
          <widget class="QCheckBox" name="swapShapes">
 
407
           <property name="toolTip">
378
408
            <string>Exchange the Source Shapes</string>
379
409
           </property>
380
 
           <property name="text" >
 
410
           <property name="text">
381
411
            <string>Swap Shapes</string>
382
412
           </property>
383
413
          </widget>
384
414
         </item>
385
415
         <item>
386
416
          <spacer>
387
 
           <property name="orientation" >
 
417
           <property name="orientation">
388
418
            <enum>Qt::Horizontal</enum>
389
419
           </property>
390
 
           <property name="sizeHint" stdset="0" >
 
420
           <property name="sizeHint" stdset="0">
391
421
            <size>
392
422
             <width>40</width>
393
423
             <height>20</height>
398
428
        </layout>
399
429
       </item>
400
430
       <item>
401
 
        <spacer name="verticalSpacer" >
402
 
         <property name="orientation" >
 
431
        <spacer name="verticalSpacer">
 
432
         <property name="orientation">
403
433
          <enum>Qt::Vertical</enum>
404
434
         </property>
405
 
         <property name="sizeHint" stdset="0" >
 
435
         <property name="sizeHint" stdset="0">
406
436
          <size>
407
437
           <width>20</width>
408
438
           <height>40</height>
413
443
      </layout>
414
444
     </item>
415
445
     <item>
416
 
      <widget class="QGroupBox" name="optionGroup" >
417
 
       <property name="title" >
418
 
        <string>Result Takes Color from:</string>
419
 
       </property>
420
 
       <layout class="QGridLayout" name="gridLayout_2" >
421
 
        <item row="0" column="0" >
422
 
         <widget class="QRadioButton" name="targetGetsSource1Color" >
423
 
          <property name="toolTip" >
424
 
           <string>The resulting shape uses the color of the first source shape</string>
425
 
          </property>
426
 
          <property name="text" >
427
 
           <string>First Shape</string>
428
 
          </property>
429
 
          <property name="checked" >
430
 
           <bool>true</bool>
431
 
          </property>
432
 
         </widget>
433
 
        </item>
434
 
        <item row="1" column="0" >
435
 
         <widget class="QRadioButton" name="targetGetsSource2Color" >
436
 
          <property name="toolTip" >
437
 
           <string>The resulting shape uses the color of the second source shape</string>
438
 
          </property>
439
 
          <property name="text" >
440
 
           <string>Second Shape</string>
441
 
          </property>
442
 
         </widget>
443
 
        </item>
444
 
        <item row="2" column="0" >
445
 
         <widget class="QRadioButton" name="targetGetsOtherColor" >
446
 
          <property name="toolTip" >
447
 
           <string>The resulting shape uses the colors listed below</string>
448
 
          </property>
449
 
          <property name="text" >
450
 
           <string>Custom Colors</string>
451
 
          </property>
452
 
         </widget>
453
 
        </item>
454
 
        <item row="3" column="0" >
455
 
         <layout class="QGridLayout" name="gridLayout" >
456
 
          <item row="0" column="0" >
457
 
           <widget class="QLabel" name="label_3" >
458
 
            <property name="enabled" >
459
 
             <bool>false</bool>
460
 
            </property>
461
 
            <property name="text" >
462
 
             <string>Stroke:</string>
463
 
            </property>
464
 
           </widget>
465
 
          </item>
466
 
          <item row="0" column="1" >
467
 
           <widget class="ColorCombo" name="otherColorComboLine" >
468
 
            <property name="enabled" >
469
 
             <bool>false</bool>
470
 
            </property>
471
 
            <property name="sizePolicy" >
472
 
             <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
473
 
              <horstretch>0</horstretch>
474
 
              <verstretch>0</verstretch>
475
 
             </sizepolicy>
476
 
            </property>
477
 
            <property name="toolTip" >
478
 
             <string>Stroke Color</string>
479
 
            </property>
480
 
           </widget>
481
 
          </item>
482
 
          <item row="1" column="0" >
483
 
           <widget class="QLabel" name="label_4" >
484
 
            <property name="enabled" >
485
 
             <bool>false</bool>
486
 
            </property>
487
 
            <property name="text" >
488
 
             <string>Fill:</string>
489
 
            </property>
490
 
           </widget>
491
 
          </item>
492
 
          <item row="1" column="1" >
493
 
           <widget class="ColorCombo" name="otherColorComboFill" >
494
 
            <property name="enabled" >
495
 
             <bool>false</bool>
496
 
            </property>
497
 
            <property name="toolTip" >
498
 
             <string>Fill Color</string>
499
 
            </property>
500
 
           </widget>
 
446
      <layout class="QVBoxLayout" name="verticalLayout_3">
 
447
       <item>
 
448
        <widget class="QGroupBox" name="optionGroup">
 
449
         <property name="title">
 
450
          <string>Result Takes Color from:</string>
 
451
         </property>
 
452
         <layout class="QVBoxLayout" name="verticalLayout_2">
 
453
          <item>
 
454
           <widget class="QRadioButton" name="targetGetsSource1Color">
 
455
            <property name="toolTip">
 
456
             <string>The resulting shape uses the color of the first source shape</string>
 
457
            </property>
 
458
            <property name="text">
 
459
             <string>First Shape</string>
 
460
            </property>
 
461
            <property name="checked">
 
462
             <bool>true</bool>
 
463
            </property>
 
464
           </widget>
 
465
          </item>
 
466
          <item>
 
467
           <widget class="QRadioButton" name="targetGetsSource2Color">
 
468
            <property name="toolTip">
 
469
             <string>The resulting shape uses the color of the second source shape</string>
 
470
            </property>
 
471
            <property name="text">
 
472
             <string>Second Shape</string>
 
473
            </property>
 
474
           </widget>
 
475
          </item>
 
476
          <item>
 
477
           <widget class="QRadioButton" name="targetGetsOtherColor">
 
478
            <property name="toolTip">
 
479
             <string>The resulting shape uses the colors listed below</string>
 
480
            </property>
 
481
            <property name="text">
 
482
             <string>Custom Colors</string>
 
483
            </property>
 
484
           </widget>
 
485
          </item>
 
486
          <item>
 
487
           <layout class="QGridLayout" name="gridLayout">
 
488
            <item row="0" column="0">
 
489
             <widget class="QLabel" name="label_3">
 
490
              <property name="enabled">
 
491
               <bool>false</bool>
 
492
              </property>
 
493
              <property name="text">
 
494
               <string>Stroke:</string>
 
495
              </property>
 
496
             </widget>
 
497
            </item>
 
498
            <item row="0" column="1">
 
499
             <widget class="ColorCombo" name="otherColorComboLine">
 
500
              <property name="enabled">
 
501
               <bool>false</bool>
 
502
              </property>
 
503
              <property name="sizePolicy">
 
504
               <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
505
                <horstretch>0</horstretch>
 
506
                <verstretch>0</verstretch>
 
507
               </sizepolicy>
 
508
              </property>
 
509
              <property name="toolTip">
 
510
               <string>Stroke Color</string>
 
511
              </property>
 
512
             </widget>
 
513
            </item>
 
514
            <item row="1" column="0">
 
515
             <widget class="QLabel" name="label_4">
 
516
              <property name="enabled">
 
517
               <bool>false</bool>
 
518
              </property>
 
519
              <property name="text">
 
520
               <string>Fill:</string>
 
521
              </property>
 
522
             </widget>
 
523
            </item>
 
524
            <item row="1" column="1">
 
525
             <widget class="ColorCombo" name="otherColorComboFill">
 
526
              <property name="enabled">
 
527
               <bool>false</bool>
 
528
              </property>
 
529
              <property name="toolTip">
 
530
               <string>Fill Color</string>
 
531
              </property>
 
532
             </widget>
 
533
            </item>
 
534
           </layout>
501
535
          </item>
502
536
         </layout>
503
 
        </item>
504
 
       </layout>
505
 
      </widget>
 
537
        </widget>
 
538
       </item>
 
539
       <item>
 
540
        <spacer name="verticalSpacer_2">
 
541
         <property name="orientation">
 
542
          <enum>Qt::Vertical</enum>
 
543
         </property>
 
544
         <property name="sizeType">
 
545
          <enum>QSizePolicy::Minimum</enum>
 
546
         </property>
 
547
         <property name="sizeHint" stdset="0">
 
548
          <size>
 
549
           <width>17</width>
 
550
           <height>0</height>
 
551
          </size>
 
552
         </property>
 
553
        </spacer>
 
554
       </item>
 
555
      </layout>
506
556
     </item>
507
557
    </layout>
508
558
   </item>
509
559
   <item>
510
 
    <widget class="QDialogButtonBox" name="buttonBox" >
511
 
     <property name="orientation" >
 
560
    <widget class="QDialogButtonBox" name="buttonBox">
 
561
     <property name="orientation">
512
562
      <enum>Qt::Horizontal</enum>
513
563
     </property>
514
 
     <property name="standardButtons" >
 
564
     <property name="standardButtons">
515
565
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
516
566
     </property>
517
567
    </widget>
518
568
   </item>
519
569
  </layout>
520
570
 </widget>
521
 
 <layoutdefault spacing="5" margin="10" />
 
571
 <layoutdefault spacing="5" margin="10"/>
522
572
 <customwidgets>
523
573
  <customwidget>
524
574
   <class>ColorCombo</class>
534
584
   <receiver>PathFinderBase</receiver>
535
585
   <slot>accept()</slot>
536
586
   <hints>
537
 
    <hint type="sourcelabel" >
 
587
    <hint type="sourcelabel">
538
588
     <x>307</x>
539
589
     <y>344</y>
540
590
    </hint>
541
 
    <hint type="destinationlabel" >
 
591
    <hint type="destinationlabel">
542
592
     <x>157</x>
543
593
     <y>274</y>
544
594
    </hint>
550
600
   <receiver>PathFinderBase</receiver>
551
601
   <slot>reject()</slot>
552
602
   <hints>
553
 
    <hint type="sourcelabel" >
 
603
    <hint type="sourcelabel">
554
604
     <x>375</x>
555
605
     <y>344</y>
556
606
    </hint>
557
 
    <hint type="destinationlabel" >
 
607
    <hint type="destinationlabel">
558
608
     <x>286</x>
559
609
     <y>274</y>
560
610
    </hint>
566
616
   <receiver>otherColorComboLine</receiver>
567
617
   <slot>setDisabled(bool)</slot>
568
618
   <hints>
569
 
    <hint type="sourcelabel" >
 
619
    <hint type="sourcelabel">
570
620
     <x>388</x>
571
621
     <y>192</y>
572
622
    </hint>
573
 
    <hint type="destinationlabel" >
 
623
    <hint type="destinationlabel">
574
624
     <x>387</x>
575
625
     <y>266</y>
576
626
    </hint>
582
632
   <receiver>otherColorComboFill</receiver>
583
633
   <slot>setDisabled(bool)</slot>
584
634
   <hints>
585
 
    <hint type="sourcelabel" >
 
635
    <hint type="sourcelabel">
586
636
     <x>388</x>
587
637
     <y>192</y>
588
638
    </hint>
589
 
    <hint type="destinationlabel" >
590
 
     <x>387</x>
591
 
     <y>294</y>
592
 
    </hint>
593
 
   </hints>
594
 
  </connection>
595
 
  <connection>
596
 
   <sender>targetGetsSource2Color</sender>
597
 
   <signal>clicked(bool)</signal>
598
 
   <receiver>otherColorComboLine</receiver>
599
 
   <slot>setDisabled(bool)</slot>
600
 
   <hints>
601
 
    <hint type="sourcelabel" >
602
 
     <x>388</x>
603
 
     <y>215</y>
604
 
    </hint>
605
 
    <hint type="destinationlabel" >
606
 
     <x>387</x>
607
 
     <y>266</y>
608
 
    </hint>
609
 
   </hints>
610
 
  </connection>
611
 
  <connection>
612
 
   <sender>targetGetsSource2Color</sender>
613
 
   <signal>clicked(bool)</signal>
614
 
   <receiver>otherColorComboFill</receiver>
615
 
   <slot>setDisabled(bool)</slot>
616
 
   <hints>
617
 
    <hint type="sourcelabel" >
618
 
     <x>388</x>
619
 
     <y>215</y>
620
 
    </hint>
621
 
    <hint type="destinationlabel" >
622
 
     <x>387</x>
623
 
     <y>294</y>
624
 
    </hint>
625
 
   </hints>
626
 
  </connection>
627
 
  <connection>
628
 
   <sender>targetGetsOtherColor</sender>
629
 
   <signal>clicked(bool)</signal>
630
 
   <receiver>otherColorComboLine</receiver>
631
 
   <slot>setEnabled(bool)</slot>
632
 
   <hints>
633
 
    <hint type="sourcelabel" >
634
 
     <x>388</x>
635
 
     <y>238</y>
636
 
    </hint>
637
 
    <hint type="destinationlabel" >
638
 
     <x>387</x>
639
 
     <y>266</y>
640
 
    </hint>
641
 
   </hints>
642
 
  </connection>
643
 
  <connection>
644
 
   <sender>targetGetsOtherColor</sender>
645
 
   <signal>clicked(bool)</signal>
646
 
   <receiver>otherColorComboFill</receiver>
647
 
   <slot>setEnabled(bool)</slot>
648
 
   <hints>
649
 
    <hint type="sourcelabel" >
650
 
     <x>388</x>
651
 
     <y>238</y>
652
 
    </hint>
653
 
    <hint type="destinationlabel" >
 
639
    <hint type="destinationlabel">
 
640
     <x>387</x>
 
641
     <y>294</y>
 
642
    </hint>
 
643
   </hints>
 
644
  </connection>
 
645
  <connection>
 
646
   <sender>targetGetsSource2Color</sender>
 
647
   <signal>clicked(bool)</signal>
 
648
   <receiver>otherColorComboLine</receiver>
 
649
   <slot>setDisabled(bool)</slot>
 
650
   <hints>
 
651
    <hint type="sourcelabel">
 
652
     <x>388</x>
 
653
     <y>215</y>
 
654
    </hint>
 
655
    <hint type="destinationlabel">
 
656
     <x>387</x>
 
657
     <y>266</y>
 
658
    </hint>
 
659
   </hints>
 
660
  </connection>
 
661
  <connection>
 
662
   <sender>targetGetsSource2Color</sender>
 
663
   <signal>clicked(bool)</signal>
 
664
   <receiver>otherColorComboFill</receiver>
 
665
   <slot>setDisabled(bool)</slot>
 
666
   <hints>
 
667
    <hint type="sourcelabel">
 
668
     <x>388</x>
 
669
     <y>215</y>
 
670
    </hint>
 
671
    <hint type="destinationlabel">
 
672
     <x>387</x>
 
673
     <y>294</y>
 
674
    </hint>
 
675
   </hints>
 
676
  </connection>
 
677
  <connection>
 
678
   <sender>targetGetsOtherColor</sender>
 
679
   <signal>clicked(bool)</signal>
 
680
   <receiver>otherColorComboLine</receiver>
 
681
   <slot>setEnabled(bool)</slot>
 
682
   <hints>
 
683
    <hint type="sourcelabel">
 
684
     <x>388</x>
 
685
     <y>238</y>
 
686
    </hint>
 
687
    <hint type="destinationlabel">
 
688
     <x>387</x>
 
689
     <y>266</y>
 
690
    </hint>
 
691
   </hints>
 
692
  </connection>
 
693
  <connection>
 
694
   <sender>targetGetsOtherColor</sender>
 
695
   <signal>clicked(bool)</signal>
 
696
   <receiver>otherColorComboFill</receiver>
 
697
   <slot>setEnabled(bool)</slot>
 
698
   <hints>
 
699
    <hint type="sourcelabel">
 
700
     <x>388</x>
 
701
     <y>238</y>
 
702
    </hint>
 
703
    <hint type="destinationlabel">
654
704
     <x>387</x>
655
705
     <y>294</y>
656
706
    </hint>
662
712
   <receiver>label_3</receiver>
663
713
   <slot>setDisabled(bool)</slot>
664
714
   <hints>
665
 
    <hint type="sourcelabel" >
 
715
    <hint type="sourcelabel">
666
716
     <x>262</x>
667
717
     <y>182</y>
668
718
    </hint>
669
 
    <hint type="destinationlabel" >
 
719
    <hint type="destinationlabel">
670
720
     <x>245</x>
671
721
     <y>257</y>
672
722
    </hint>
678
728
   <receiver>label_3</receiver>
679
729
   <slot>setDisabled(bool)</slot>
680
730
   <hints>
681
 
    <hint type="sourcelabel" >
 
731
    <hint type="sourcelabel">
682
732
     <x>282</x>
683
733
     <y>211</y>
684
734
    </hint>
685
 
    <hint type="destinationlabel" >
 
735
    <hint type="destinationlabel">
686
736
     <x>260</x>
687
737
     <y>253</y>
688
738
    </hint>
694
744
   <receiver>label_3</receiver>
695
745
   <slot>setEnabled(bool)</slot>
696
746
   <hints>
697
 
    <hint type="sourcelabel" >
 
747
    <hint type="sourcelabel">
698
748
     <x>273</x>
699
749
     <y>225</y>
700
750
    </hint>
701
 
    <hint type="destinationlabel" >
 
751
    <hint type="destinationlabel">
702
752
     <x>264</x>
703
753
     <y>259</y>
704
754
    </hint>
710
760
   <receiver>label_4</receiver>
711
761
   <slot>setDisabled(bool)</slot>
712
762
   <hints>
713
 
    <hint type="sourcelabel" >
 
763
    <hint type="sourcelabel">
714
764
     <x>319</x>
715
765
     <y>185</y>
716
766
    </hint>
717
 
    <hint type="destinationlabel" >
 
767
    <hint type="destinationlabel">
718
768
     <x>243</x>
719
769
     <y>282</y>
720
770
    </hint>
726
776
   <receiver>label_4</receiver>
727
777
   <slot>setDisabled(bool)</slot>
728
778
   <hints>
729
 
    <hint type="sourcelabel" >
 
779
    <hint type="sourcelabel">
730
780
     <x>298</x>
731
781
     <y>207</y>
732
782
    </hint>
733
 
    <hint type="destinationlabel" >
 
783
    <hint type="destinationlabel">
734
784
     <x>259</x>
735
785
     <y>284</y>
736
786
    </hint>
742
792
   <receiver>label_4</receiver>
743
793
   <slot>setEnabled(bool)</slot>
744
794
   <hints>
745
 
    <hint type="sourcelabel" >
 
795
    <hint type="sourcelabel">
746
796
     <x>257</x>
747
797
     <y>234</y>
748
798
    </hint>
749
 
    <hint type="destinationlabel" >
 
799
    <hint type="destinationlabel">
750
800
     <x>256</x>
751
801
     <y>286</y>
752
802
    </hint>