~librecad-dev/librecad/librecad

« back to all changes in this revision

Viewing changes to librecad/src/ui/forms/qg_cadtoolbarmodify.ui

  • Committer: Scott Howard
  • Date: 2014-02-21 19:07:55 UTC
  • Revision ID: showard@debian.org-20140221190755-csjax9wb146hgdq4
first commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>QG_CadToolBarModify</class>
 
4
 <widget class="QWidget" name="QG_CadToolBarModify">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>65</width>
 
10
    <height>448</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="sizePolicy">
 
14
   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
 
15
    <horstretch>0</horstretch>
 
16
    <verstretch>0</verstretch>
 
17
   </sizepolicy>
 
18
  </property>
 
19
  <property name="minimumSize">
 
20
   <size>
 
21
    <width>65</width>
 
22
    <height>336</height>
 
23
   </size>
 
24
  </property>
 
25
  <property name="windowTitle">
 
26
   <string>Modify</string>
 
27
  </property>
 
28
  <widget class="QToolButton" name="bBack">
 
29
   <property name="geometry">
 
30
    <rect>
 
31
     <x>0</x>
 
32
     <y>0</y>
 
33
     <width>65</width>
 
34
     <height>20</height>
 
35
    </rect>
 
36
   </property>
 
37
   <property name="maximumSize">
 
38
    <size>
 
39
     <width>16777215</width>
 
40
     <height>20</height>
 
41
    </size>
 
42
   </property>
 
43
   <property name="toolTip">
 
44
    <string>Back to main menu</string>
 
45
   </property>
 
46
   <property name="text">
 
47
    <string/>
 
48
   </property>
 
49
   <property name="icon">
 
50
    <iconset resource="../../../res/extui/extui.qrc">
 
51
     <normaloff>:/extui/back.png</normaloff>:/extui/back.png</iconset>
 
52
   </property>
 
53
   <property name="iconSize">
 
54
    <size>
 
55
     <width>65</width>
 
56
     <height>20</height>
 
57
    </size>
 
58
   </property>
 
59
  </widget>
 
60
  <widget class="QToolButton" name="bMove">
 
61
   <property name="geometry">
 
62
    <rect>
 
63
     <x>0</x>
 
64
     <y>21</y>
 
65
     <width>32</width>
 
66
     <height>32</height>
 
67
    </rect>
 
68
   </property>
 
69
   <property name="maximumSize">
 
70
    <size>
 
71
     <width>32</width>
 
72
     <height>32</height>
 
73
    </size>
 
74
   </property>
 
75
   <property name="toolTip">
 
76
    <string>Move / Copy</string>
 
77
   </property>
 
78
   <property name="text">
 
79
    <string/>
 
80
   </property>
 
81
   <property name="icon">
 
82
    <iconset resource="../../../res/extui/extui.qrc">
 
83
     <normaloff>:/extui/modifymove.png</normaloff>:/extui/modifymove.png</iconset>
 
84
   </property>
 
85
   <property name="iconSize">
 
86
    <size>
 
87
     <width>32</width>
 
88
     <height>32</height>
 
89
    </size>
 
90
   </property>
 
91
   <property name="checkable">
 
92
    <bool>true</bool>
 
93
   </property>
 
94
   <property name="autoExclusive">
 
95
    <bool>true</bool>
 
96
   </property>
 
97
  </widget>
 
98
  <widget class="QToolButton" name="bRotate">
 
99
   <property name="geometry">
 
100
    <rect>
 
101
     <x>33</x>
 
102
     <y>21</y>
 
103
     <width>32</width>
 
104
     <height>32</height>
 
105
    </rect>
 
106
   </property>
 
107
   <property name="maximumSize">
 
108
    <size>
 
109
     <width>32</width>
 
110
     <height>32</height>
 
111
    </size>
 
112
   </property>
 
113
   <property name="toolTip">
 
114
    <string>Rotate</string>
 
115
   </property>
 
116
   <property name="text">
 
117
    <string/>
 
118
   </property>
 
119
   <property name="icon">
 
120
    <iconset resource="../../../res/extui/extui.qrc">
 
121
     <normaloff>:/extui/modifyrotate.png</normaloff>:/extui/modifyrotate.png</iconset>
 
122
   </property>
 
123
   <property name="iconSize">
 
124
    <size>
 
125
     <width>32</width>
 
126
     <height>32</height>
 
127
    </size>
 
128
   </property>
 
129
   <property name="checkable">
 
130
    <bool>true</bool>
 
131
   </property>
 
132
   <property name="autoExclusive">
 
133
    <bool>true</bool>
 
134
   </property>
 
135
  </widget>
 
136
  <widget class="QToolButton" name="bScale">
 
137
   <property name="geometry">
 
138
    <rect>
 
139
     <x>0</x>
 
140
     <y>54</y>
 
141
     <width>32</width>
 
142
     <height>32</height>
 
143
    </rect>
 
144
   </property>
 
145
   <property name="maximumSize">
 
146
    <size>
 
147
     <width>32</width>
 
148
     <height>32</height>
 
149
    </size>
 
150
   </property>
 
151
   <property name="toolTip">
 
152
    <string>Scale</string>
 
153
   </property>
 
154
   <property name="text">
 
155
    <string/>
 
156
   </property>
 
157
   <property name="icon">
 
158
    <iconset resource="../../../res/extui/extui.qrc">
 
159
     <normaloff>:/extui/modifyscale.png</normaloff>:/extui/modifyscale.png</iconset>
 
160
   </property>
 
161
   <property name="iconSize">
 
162
    <size>
 
163
     <width>32</width>
 
164
     <height>32</height>
 
165
    </size>
 
166
   </property>
 
167
   <property name="checkable">
 
168
    <bool>true</bool>
 
169
   </property>
 
170
   <property name="autoExclusive">
 
171
    <bool>true</bool>
 
172
   </property>
 
173
  </widget>
 
174
  <widget class="QToolButton" name="bMirror">
 
175
   <property name="geometry">
 
176
    <rect>
 
177
     <x>33</x>
 
178
     <y>54</y>
 
179
     <width>32</width>
 
180
     <height>32</height>
 
181
    </rect>
 
182
   </property>
 
183
   <property name="maximumSize">
 
184
    <size>
 
185
     <width>32</width>
 
186
     <height>32</height>
 
187
    </size>
 
188
   </property>
 
189
   <property name="toolTip">
 
190
    <string>Mirror</string>
 
191
   </property>
 
192
   <property name="text">
 
193
    <string/>
 
194
   </property>
 
195
   <property name="icon">
 
196
    <iconset resource="../../../res/extui/extui.qrc">
 
197
     <normaloff>:/extui/modifymirror.png</normaloff>:/extui/modifymirror.png</iconset>
 
198
   </property>
 
199
   <property name="iconSize">
 
200
    <size>
 
201
     <width>32</width>
 
202
     <height>32</height>
 
203
    </size>
 
204
   </property>
 
205
   <property name="checkable">
 
206
    <bool>true</bool>
 
207
   </property>
 
208
   <property name="autoExclusive">
 
209
    <bool>true</bool>
 
210
   </property>
 
211
  </widget>
 
212
  <widget class="QToolButton" name="bMoveRotate">
 
213
   <property name="geometry">
 
214
    <rect>
 
215
     <x>0</x>
 
216
     <y>87</y>
 
217
     <width>32</width>
 
218
     <height>32</height>
 
219
    </rect>
 
220
   </property>
 
221
   <property name="maximumSize">
 
222
    <size>
 
223
     <width>32</width>
 
224
     <height>32</height>
 
225
    </size>
 
226
   </property>
 
227
   <property name="toolTip">
 
228
    <string>Move and Rotate</string>
 
229
   </property>
 
230
   <property name="text">
 
231
    <string/>
 
232
   </property>
 
233
   <property name="icon">
 
234
    <iconset resource="../../../res/extui/extui.qrc">
 
235
     <normaloff>:/extui/modifymoverotate.png</normaloff>:/extui/modifymoverotate.png</iconset>
 
236
   </property>
 
237
   <property name="iconSize">
 
238
    <size>
 
239
     <width>32</width>
 
240
     <height>32</height>
 
241
    </size>
 
242
   </property>
 
243
   <property name="checkable">
 
244
    <bool>true</bool>
 
245
   </property>
 
246
   <property name="autoExclusive">
 
247
    <bool>true</bool>
 
248
   </property>
 
249
  </widget>
 
250
  <widget class="QToolButton" name="bRotate2">
 
251
   <property name="geometry">
 
252
    <rect>
 
253
     <x>33</x>
 
254
     <y>87</y>
 
255
     <width>32</width>
 
256
     <height>32</height>
 
257
    </rect>
 
258
   </property>
 
259
   <property name="maximumSize">
 
260
    <size>
 
261
     <width>32</width>
 
262
     <height>32</height>
 
263
    </size>
 
264
   </property>
 
265
   <property name="toolTip">
 
266
    <string>Rotate Two</string>
 
267
   </property>
 
268
   <property name="text">
 
269
    <string/>
 
270
   </property>
 
271
   <property name="icon">
 
272
    <iconset resource="../../../res/extui/extui.qrc">
 
273
     <normaloff>:/extui/modifyrotate2.png</normaloff>:/extui/modifyrotate2.png</iconset>
 
274
   </property>
 
275
   <property name="iconSize">
 
276
    <size>
 
277
     <width>32</width>
 
278
     <height>32</height>
 
279
    </size>
 
280
   </property>
 
281
   <property name="checkable">
 
282
    <bool>true</bool>
 
283
   </property>
 
284
   <property name="autoExclusive">
 
285
    <bool>true</bool>
 
286
   </property>
 
287
  </widget>
 
288
  <widget class="QToolButton" name="bTrim">
 
289
   <property name="geometry">
 
290
    <rect>
 
291
     <x>0</x>
 
292
     <y>120</y>
 
293
     <width>32</width>
 
294
     <height>32</height>
 
295
    </rect>
 
296
   </property>
 
297
   <property name="maximumSize">
 
298
    <size>
 
299
     <width>32</width>
 
300
     <height>32</height>
 
301
    </size>
 
302
   </property>
 
303
   <property name="toolTip">
 
304
    <string>Trim / Extend</string>
 
305
   </property>
 
306
   <property name="text">
 
307
    <string/>
 
308
   </property>
 
309
   <property name="icon">
 
310
    <iconset resource="../../../res/extui/extui.qrc">
 
311
     <normaloff>:/extui/modifytrim.png</normaloff>:/extui/modifytrim.png</iconset>
 
312
   </property>
 
313
   <property name="iconSize">
 
314
    <size>
 
315
     <width>32</width>
 
316
     <height>32</height>
 
317
    </size>
 
318
   </property>
 
319
   <property name="checkable">
 
320
    <bool>true</bool>
 
321
   </property>
 
322
   <property name="autoExclusive">
 
323
    <bool>true</bool>
 
324
   </property>
 
325
  </widget>
 
326
  <widget class="QToolButton" name="bTrim2">
 
327
   <property name="geometry">
 
328
    <rect>
 
329
     <x>33</x>
 
330
     <y>120</y>
 
331
     <width>32</width>
 
332
     <height>32</height>
 
333
    </rect>
 
334
   </property>
 
335
   <property name="maximumSize">
 
336
    <size>
 
337
     <width>32</width>
 
338
     <height>32</height>
 
339
    </size>
 
340
   </property>
 
341
   <property name="toolTip">
 
342
    <string>Trim / Extend two</string>
 
343
   </property>
 
344
   <property name="text">
 
345
    <string/>
 
346
   </property>
 
347
   <property name="icon">
 
348
    <iconset resource="../../../res/extui/extui.qrc">
 
349
     <normaloff>:/extui/modifytrim2.png</normaloff>:/extui/modifytrim2.png</iconset>
 
350
   </property>
 
351
   <property name="iconSize">
 
352
    <size>
 
353
     <width>32</width>
 
354
     <height>32</height>
 
355
    </size>
 
356
   </property>
 
357
   <property name="checkable">
 
358
    <bool>true</bool>
 
359
   </property>
 
360
   <property name="autoExclusive">
 
361
    <bool>true</bool>
 
362
   </property>
 
363
  </widget>
 
364
  <widget class="QToolButton" name="bTrimAmount">
 
365
   <property name="geometry">
 
366
    <rect>
 
367
     <x>0</x>
 
368
     <y>153</y>
 
369
     <width>32</width>
 
370
     <height>32</height>
 
371
    </rect>
 
372
   </property>
 
373
   <property name="maximumSize">
 
374
    <size>
 
375
     <width>32</width>
 
376
     <height>32</height>
 
377
    </size>
 
378
   </property>
 
379
   <property name="toolTip">
 
380
    <string>Trim by amount</string>
 
381
   </property>
 
382
   <property name="text">
 
383
    <string/>
 
384
   </property>
 
385
   <property name="icon">
 
386
    <iconset resource="../../../res/extui/extui.qrc">
 
387
     <normaloff>:/extui/modifytrimamount.png</normaloff>:/extui/modifytrimamount.png</iconset>
 
388
   </property>
 
389
   <property name="iconSize">
 
390
    <size>
 
391
     <width>32</width>
 
392
     <height>32</height>
 
393
    </size>
 
394
   </property>
 
395
   <property name="checkable">
 
396
    <bool>true</bool>
 
397
   </property>
 
398
   <property name="autoExclusive">
 
399
    <bool>true</bool>
 
400
   </property>
 
401
  </widget>
 
402
  <widget class="QToolButton" name="bOffset">
 
403
   <property name="geometry">
 
404
    <rect>
 
405
     <x>33</x>
 
406
     <y>153</y>
 
407
     <width>32</width>
 
408
     <height>32</height>
 
409
    </rect>
 
410
   </property>
 
411
   <property name="maximumSize">
 
412
    <size>
 
413
     <width>32</width>
 
414
     <height>32</height>
 
415
    </size>
 
416
   </property>
 
417
   <property name="toolTip">
 
418
    <string>Offset (Experimental Feature, work in progress)</string>
 
419
   </property>
 
420
   <property name="text">
 
421
    <string notr="true"/>
 
422
   </property>
 
423
   <property name="icon">
 
424
    <iconset resource="../../../res/extui/extui.qrc">
 
425
     <normaloff>:/extui/arcspara.png</normaloff>:/extui/arcspara.png</iconset>
 
426
   </property>
 
427
   <property name="iconSize">
 
428
    <size>
 
429
     <width>32</width>
 
430
     <height>32</height>
 
431
    </size>
 
432
   </property>
 
433
   <property name="checkable">
 
434
    <bool>true</bool>
 
435
   </property>
 
436
   <property name="autoExclusive">
 
437
    <bool>true</bool>
 
438
   </property>
 
439
  </widget>
 
440
  <widget class="QToolButton" name="bBevel">
 
441
   <property name="geometry">
 
442
    <rect>
 
443
     <x>0</x>
 
444
     <y>186</y>
 
445
     <width>32</width>
 
446
     <height>32</height>
 
447
    </rect>
 
448
   </property>
 
449
   <property name="maximumSize">
 
450
    <size>
 
451
     <width>32</width>
 
452
     <height>32</height>
 
453
    </size>
 
454
   </property>
 
455
   <property name="toolTip">
 
456
    <string>Bevel</string>
 
457
   </property>
 
458
   <property name="text">
 
459
    <string/>
 
460
   </property>
 
461
   <property name="icon">
 
462
    <iconset resource="../../../res/extui/extui.qrc">
 
463
     <normaloff>:/extui/modifybevel.png</normaloff>:/extui/modifybevel.png</iconset>
 
464
   </property>
 
465
   <property name="iconSize">
 
466
    <size>
 
467
     <width>32</width>
 
468
     <height>32</height>
 
469
    </size>
 
470
   </property>
 
471
   <property name="checkable">
 
472
    <bool>true</bool>
 
473
   </property>
 
474
   <property name="autoExclusive">
 
475
    <bool>true</bool>
 
476
   </property>
 
477
  </widget>
 
478
  <widget class="QToolButton" name="bRound">
 
479
   <property name="geometry">
 
480
    <rect>
 
481
     <x>33</x>
 
482
     <y>186</y>
 
483
     <width>32</width>
 
484
     <height>32</height>
 
485
    </rect>
 
486
   </property>
 
487
   <property name="maximumSize">
 
488
    <size>
 
489
     <width>32</width>
 
490
     <height>32</height>
 
491
    </size>
 
492
   </property>
 
493
   <property name="toolTip">
 
494
    <string>Round</string>
 
495
   </property>
 
496
   <property name="text">
 
497
    <string/>
 
498
   </property>
 
499
   <property name="icon">
 
500
    <iconset resource="../../../res/extui/extui.qrc">
 
501
     <normaloff>:/extui/modifyround.png</normaloff>:/extui/modifyround.png</iconset>
 
502
   </property>
 
503
   <property name="iconSize">
 
504
    <size>
 
505
     <width>32</width>
 
506
     <height>32</height>
 
507
    </size>
 
508
   </property>
 
509
   <property name="checkable">
 
510
    <bool>true</bool>
 
511
   </property>
 
512
   <property name="autoExclusive">
 
513
    <bool>true</bool>
 
514
   </property>
 
515
  </widget>
 
516
  <widget class="QToolButton" name="bCut">
 
517
   <property name="geometry">
 
518
    <rect>
 
519
     <x>0</x>
 
520
     <y>219</y>
 
521
     <width>32</width>
 
522
     <height>32</height>
 
523
    </rect>
 
524
   </property>
 
525
   <property name="maximumSize">
 
526
    <size>
 
527
     <width>32</width>
 
528
     <height>32</height>
 
529
    </size>
 
530
   </property>
 
531
   <property name="toolTip">
 
532
    <string>Divide</string>
 
533
   </property>
 
534
   <property name="text">
 
535
    <string/>
 
536
   </property>
 
537
   <property name="icon">
 
538
    <iconset resource="../../../res/extui/extui.qrc">
 
539
     <normaloff>:/extui/modifycut.png</normaloff>:/extui/modifycut.png</iconset>
 
540
   </property>
 
541
   <property name="iconSize">
 
542
    <size>
 
543
     <width>32</width>
 
544
     <height>32</height>
 
545
    </size>
 
546
   </property>
 
547
   <property name="checkable">
 
548
    <bool>true</bool>
 
549
   </property>
 
550
   <property name="autoExclusive">
 
551
    <bool>true</bool>
 
552
   </property>
 
553
  </widget>
 
554
  <widget class="QToolButton" name="bStretch">
 
555
   <property name="geometry">
 
556
    <rect>
 
557
     <x>33</x>
 
558
     <y>219</y>
 
559
     <width>32</width>
 
560
     <height>32</height>
 
561
    </rect>
 
562
   </property>
 
563
   <property name="maximumSize">
 
564
    <size>
 
565
     <width>32</width>
 
566
     <height>32</height>
 
567
    </size>
 
568
   </property>
 
569
   <property name="toolTip">
 
570
    <string>Stretch</string>
 
571
   </property>
 
572
   <property name="text">
 
573
    <string/>
 
574
   </property>
 
575
   <property name="icon">
 
576
    <iconset resource="../../../res/extui/extui.qrc">
 
577
     <normaloff>:/extui/modifystretch.png</normaloff>:/extui/modifystretch.png</iconset>
 
578
   </property>
 
579
   <property name="iconSize">
 
580
    <size>
 
581
     <width>32</width>
 
582
     <height>32</height>
 
583
    </size>
 
584
   </property>
 
585
   <property name="checkable">
 
586
    <bool>true</bool>
 
587
   </property>
 
588
   <property name="autoExclusive">
 
589
    <bool>true</bool>
 
590
   </property>
 
591
  </widget>
 
592
  <widget class="QToolButton" name="bEntity">
 
593
   <property name="geometry">
 
594
    <rect>
 
595
     <x>0</x>
 
596
     <y>252</y>
 
597
     <width>32</width>
 
598
     <height>32</height>
 
599
    </rect>
 
600
   </property>
 
601
   <property name="maximumSize">
 
602
    <size>
 
603
     <width>32</width>
 
604
     <height>32</height>
 
605
    </size>
 
606
   </property>
 
607
   <property name="toolTip">
 
608
    <string>Edit Entity Geometry</string>
 
609
   </property>
 
610
   <property name="text">
 
611
    <string/>
 
612
   </property>
 
613
   <property name="icon">
 
614
    <iconset resource="../../../res/extui/extui.qrc">
 
615
     <normaloff>:/extui/modifyentity.png</normaloff>:/extui/modifyentity.png</iconset>
 
616
   </property>
 
617
   <property name="iconSize">
 
618
    <size>
 
619
     <width>32</width>
 
620
     <height>32</height>
 
621
    </size>
 
622
   </property>
 
623
   <property name="checkable">
 
624
    <bool>true</bool>
 
625
   </property>
 
626
   <property name="autoExclusive">
 
627
    <bool>true</bool>
 
628
   </property>
 
629
  </widget>
 
630
  <widget class="QToolButton" name="bAttributes">
 
631
   <property name="geometry">
 
632
    <rect>
 
633
     <x>33</x>
 
634
     <y>252</y>
 
635
     <width>32</width>
 
636
     <height>32</height>
 
637
    </rect>
 
638
   </property>
 
639
   <property name="maximumSize">
 
640
    <size>
 
641
     <width>32</width>
 
642
     <height>32</height>
 
643
    </size>
 
644
   </property>
 
645
   <property name="toolTip">
 
646
    <string>Edit Entity Attributes</string>
 
647
   </property>
 
648
   <property name="text">
 
649
    <string/>
 
650
   </property>
 
651
   <property name="icon">
 
652
    <iconset resource="../../../res/extui/extui.qrc">
 
653
     <normaloff>:/extui/modifyattributes.png</normaloff>:/extui/modifyattributes.png</iconset>
 
654
   </property>
 
655
   <property name="iconSize">
 
656
    <size>
 
657
     <width>32</width>
 
658
     <height>32</height>
 
659
    </size>
 
660
   </property>
 
661
   <property name="checkable">
 
662
    <bool>true</bool>
 
663
   </property>
 
664
   <property name="autoExclusive">
 
665
    <bool>true</bool>
 
666
   </property>
 
667
  </widget>
 
668
  <widget class="QToolButton" name="bDelete">
 
669
   <property name="geometry">
 
670
    <rect>
 
671
     <x>0</x>
 
672
     <y>285</y>
 
673
     <width>32</width>
 
674
     <height>32</height>
 
675
    </rect>
 
676
   </property>
 
677
   <property name="maximumSize">
 
678
    <size>
 
679
     <width>32</width>
 
680
     <height>32</height>
 
681
    </size>
 
682
   </property>
 
683
   <property name="toolTip">
 
684
    <string>Delete</string>
 
685
   </property>
 
686
   <property name="text">
 
687
    <string/>
 
688
   </property>
 
689
   <property name="icon">
 
690
    <iconset resource="../../../res/extui/extui.qrc">
 
691
     <normaloff>:/extui/modifydelete.png</normaloff>:/extui/modifydelete.png</iconset>
 
692
   </property>
 
693
   <property name="iconSize">
 
694
    <size>
 
695
     <width>32</width>
 
696
     <height>32</height>
 
697
    </size>
 
698
   </property>
 
699
   <property name="checkable">
 
700
    <bool>true</bool>
 
701
   </property>
 
702
   <property name="autoExclusive">
 
703
    <bool>true</bool>
 
704
   </property>
 
705
  </widget>
 
706
  <widget class="QToolButton" name="bExplode">
 
707
   <property name="geometry">
 
708
    <rect>
 
709
     <x>33</x>
 
710
     <y>285</y>
 
711
     <width>32</width>
 
712
     <height>32</height>
 
713
    </rect>
 
714
   </property>
 
715
   <property name="maximumSize">
 
716
    <size>
 
717
     <width>32</width>
 
718
     <height>32</height>
 
719
    </size>
 
720
   </property>
 
721
   <property name="toolTip">
 
722
    <string>Explode</string>
 
723
   </property>
 
724
   <property name="text">
 
725
    <string/>
 
726
   </property>
 
727
   <property name="icon">
 
728
    <iconset resource="../../../res/extui/extui.qrc">
 
729
     <normaloff>:/extui/modifyexplode.png</normaloff>:/extui/modifyexplode.png</iconset>
 
730
   </property>
 
731
   <property name="iconSize">
 
732
    <size>
 
733
     <width>32</width>
 
734
     <height>32</height>
 
735
    </size>
 
736
   </property>
 
737
   <property name="checkable">
 
738
    <bool>true</bool>
 
739
   </property>
 
740
   <property name="autoExclusive">
 
741
    <bool>true</bool>
 
742
   </property>
 
743
  </widget>
 
744
  <widget class="QToolButton" name="bExplodeText">
 
745
   <property name="geometry">
 
746
    <rect>
 
747
     <x>0</x>
 
748
     <y>318</y>
 
749
     <width>32</width>
 
750
     <height>32</height>
 
751
    </rect>
 
752
   </property>
 
753
   <property name="maximumSize">
 
754
    <size>
 
755
     <width>32</width>
 
756
     <height>32</height>
 
757
    </size>
 
758
   </property>
 
759
   <property name="toolTip">
 
760
    <string>Explode Text into Letters</string>
 
761
   </property>
 
762
   <property name="text">
 
763
    <string/>
 
764
   </property>
 
765
   <property name="icon">
 
766
    <iconset resource="../../../res/extui/extui.qrc">
 
767
     <normaloff>:/extui/modifyexplodetext.png</normaloff>:/extui/modifyexplodetext.png</iconset>
 
768
   </property>
 
769
   <property name="iconSize">
 
770
    <size>
 
771
     <width>32</width>
 
772
     <height>32</height>
 
773
    </size>
 
774
   </property>
 
775
   <property name="checkable">
 
776
    <bool>true</bool>
 
777
   </property>
 
778
   <property name="autoExclusive">
 
779
    <bool>true</bool>
 
780
   </property>
 
781
  </widget>
 
782
  <widget class="QToolButton" name="bEntityText">
 
783
   <property name="geometry">
 
784
    <rect>
 
785
     <x>33</x>
 
786
     <y>318</y>
 
787
     <width>32</width>
 
788
     <height>32</height>
 
789
    </rect>
 
790
   </property>
 
791
   <property name="maximumSize">
 
792
    <size>
 
793
     <width>32</width>
 
794
     <height>32</height>
 
795
    </size>
 
796
   </property>
 
797
   <property name="toolTip">
 
798
    <string>Edit Text</string>
 
799
   </property>
 
800
   <property name="text">
 
801
    <string/>
 
802
   </property>
 
803
   <property name="icon">
 
804
    <iconset resource="../../../res/extui/extui.qrc">
 
805
     <normaloff>:/extui/modifytext.png</normaloff>:/extui/modifytext.png</iconset>
 
806
   </property>
 
807
   <property name="iconSize">
 
808
    <size>
 
809
     <width>32</width>
 
810
     <height>32</height>
 
811
    </size>
 
812
   </property>
 
813
   <property name="checkable">
 
814
    <bool>true</bool>
 
815
   </property>
 
816
   <property name="autoExclusive">
 
817
    <bool>true</bool>
 
818
   </property>
 
819
  </widget>
 
820
  <widget class="QToolButton" name="bHidden">
 
821
   <property name="geometry">
 
822
    <rect>
 
823
     <x>40</x>
 
824
     <y>360</y>
 
825
     <width>0</width>
 
826
     <height>0</height>
 
827
    </rect>
 
828
   </property>
 
829
   <property name="maximumSize">
 
830
    <size>
 
831
     <width>0</width>
 
832
     <height>0</height>
 
833
    </size>
 
834
   </property>
 
835
   <property name="toolTip">
 
836
    <string>Edit Text</string>
 
837
   </property>
 
838
   <property name="text">
 
839
    <string/>
 
840
   </property>
 
841
   <property name="iconSize">
 
842
    <size>
 
843
     <width>0</width>
 
844
     <height>0</height>
 
845
    </size>
 
846
   </property>
 
847
   <property name="checkable">
 
848
    <bool>true</bool>
 
849
   </property>
 
850
   <property name="autoExclusive">
 
851
    <bool>true</bool>
 
852
   </property>
 
853
  </widget>
 
854
  <widget class="QToolButton" name="bRevertDirection">
 
855
   <property name="geometry">
 
856
    <rect>
 
857
     <x>33</x>
 
858
     <y>318</y>
 
859
     <width>32</width>
 
860
     <height>32</height>
 
861
    </rect>
 
862
   </property>
 
863
   <property name="maximumSize">
 
864
    <size>
 
865
     <width>32</width>
 
866
     <height>32</height>
 
867
    </size>
 
868
   </property>
 
869
   <property name="toolTip">
 
870
    <string>Revert direction</string>
 
871
   </property>
 
872
   <property name="text">
 
873
    <string/>
 
874
   </property>
 
875
   <property name="icon">
 
876
    <iconset resource="../../../res/extui/extui.qrc">
 
877
     <normaloff>:/extui/reverse.png</normaloff>:/extui/reverse.png</iconset>
 
878
   </property>
 
879
   <property name="iconSize">
 
880
    <size>
 
881
     <width>32</width>
 
882
     <height>32</height>
 
883
    </size>
 
884
   </property>
 
885
   <property name="checkable">
 
886
    <bool>true</bool>
 
887
   </property>
 
888
   <property name="autoExclusive">
 
889
    <bool>true</bool>
 
890
   </property>
 
891
  </widget>
 
892
 </widget>
 
893
 <layoutdefault spacing="6" margin="11"/>
 
894
 <resources>
 
895
  <include location="../../../res/extui/extui.qrc"/>
 
896
 </resources>
 
897
 <connections>
 
898
  <connection>
 
899
   <sender>bMove</sender>
 
900
   <signal>clicked()</signal>
 
901
   <receiver>QG_CadToolBarModify</receiver>
 
902
   <slot>modifyMove()</slot>
 
903
   <hints>
 
904
    <hint type="sourcelabel">
 
905
     <x>20</x>
 
906
     <y>41</y>
 
907
    </hint>
 
908
    <hint type="destinationlabel">
 
909
     <x>20</x>
 
910
     <y>20</y>
 
911
    </hint>
 
912
   </hints>
 
913
  </connection>
 
914
  <connection>
 
915
   <sender>bRotate</sender>
 
916
   <signal>clicked()</signal>
 
917
   <receiver>QG_CadToolBarModify</receiver>
 
918
   <slot>modifyRotate()</slot>
 
919
   <hints>
 
920
    <hint type="sourcelabel">
 
921
     <x>53</x>
 
922
     <y>41</y>
 
923
    </hint>
 
924
    <hint type="destinationlabel">
 
925
     <x>20</x>
 
926
     <y>20</y>
 
927
    </hint>
 
928
   </hints>
 
929
  </connection>
 
930
  <connection>
 
931
   <sender>bEntity</sender>
 
932
   <signal>clicked()</signal>
 
933
   <receiver>QG_CadToolBarModify</receiver>
 
934
   <slot>modifyEntity()</slot>
 
935
   <hints>
 
936
    <hint type="sourcelabel">
 
937
     <x>20</x>
 
938
     <y>321</y>
 
939
    </hint>
 
940
    <hint type="destinationlabel">
 
941
     <x>20</x>
 
942
     <y>20</y>
 
943
    </hint>
 
944
   </hints>
 
945
  </connection>
 
946
  <connection>
 
947
   <sender>bScale</sender>
 
948
   <signal>clicked()</signal>
 
949
   <receiver>QG_CadToolBarModify</receiver>
 
950
   <slot>modifyScale()</slot>
 
951
   <hints>
 
952
    <hint type="sourcelabel">
 
953
     <x>20</x>
 
954
     <y>81</y>
 
955
    </hint>
 
956
    <hint type="destinationlabel">
 
957
     <x>20</x>
 
958
     <y>20</y>
 
959
    </hint>
 
960
   </hints>
 
961
  </connection>
 
962
  <connection>
 
963
   <sender>bDelete</sender>
 
964
   <signal>clicked()</signal>
 
965
   <receiver>QG_CadToolBarModify</receiver>
 
966
   <slot>modifyDelete()</slot>
 
967
   <hints>
 
968
    <hint type="sourcelabel">
 
969
     <x>20</x>
 
970
     <y>361</y>
 
971
    </hint>
 
972
    <hint type="destinationlabel">
 
973
     <x>20</x>
 
974
     <y>20</y>
 
975
    </hint>
 
976
   </hints>
 
977
  </connection>
 
978
  <connection>
 
979
   <sender>bTrim</sender>
 
980
   <signal>clicked()</signal>
 
981
   <receiver>QG_CadToolBarModify</receiver>
 
982
   <slot>modifyTrim()</slot>
 
983
   <hints>
 
984
    <hint type="sourcelabel">
 
985
     <x>20</x>
 
986
     <y>161</y>
 
987
    </hint>
 
988
    <hint type="destinationlabel">
 
989
     <x>20</x>
 
990
     <y>20</y>
 
991
    </hint>
 
992
   </hints>
 
993
  </connection>
 
994
  <connection>
 
995
   <sender>bMirror</sender>
 
996
   <signal>clicked()</signal>
 
997
   <receiver>QG_CadToolBarModify</receiver>
 
998
   <slot>modifyMirror()</slot>
 
999
   <hints>
 
1000
    <hint type="sourcelabel">
 
1001
     <x>53</x>
 
1002
     <y>81</y>
 
1003
    </hint>
 
1004
    <hint type="destinationlabel">
 
1005
     <x>20</x>
 
1006
     <y>20</y>
 
1007
    </hint>
 
1008
   </hints>
 
1009
  </connection>
 
1010
  <connection>
 
1011
   <sender>bTrim2</sender>
 
1012
   <signal>clicked()</signal>
 
1013
   <receiver>QG_CadToolBarModify</receiver>
 
1014
   <slot>modifyTrim2()</slot>
 
1015
   <hints>
 
1016
    <hint type="sourcelabel">
 
1017
     <x>53</x>
 
1018
     <y>161</y>
 
1019
    </hint>
 
1020
    <hint type="destinationlabel">
 
1021
     <x>20</x>
 
1022
     <y>20</y>
 
1023
    </hint>
 
1024
   </hints>
 
1025
  </connection>
 
1026
  <connection>
 
1027
   <sender>bMoveRotate</sender>
 
1028
   <signal>clicked()</signal>
 
1029
   <receiver>QG_CadToolBarModify</receiver>
 
1030
   <slot>modifyMoveRotate()</slot>
 
1031
   <hints>
 
1032
    <hint type="sourcelabel">
 
1033
     <x>20</x>
 
1034
     <y>121</y>
 
1035
    </hint>
 
1036
    <hint type="destinationlabel">
 
1037
     <x>20</x>
 
1038
     <y>20</y>
 
1039
    </hint>
 
1040
   </hints>
 
1041
  </connection>
 
1042
  <connection>
 
1043
   <sender>bTrimAmount</sender>
 
1044
   <signal>clicked()</signal>
 
1045
   <receiver>QG_CadToolBarModify</receiver>
 
1046
   <slot>modifyTrimAmount()</slot>
 
1047
   <hints>
 
1048
    <hint type="sourcelabel">
 
1049
     <x>20</x>
 
1050
     <y>201</y>
 
1051
    </hint>
 
1052
    <hint type="destinationlabel">
 
1053
     <x>20</x>
 
1054
     <y>20</y>
 
1055
    </hint>
 
1056
   </hints>
 
1057
  </connection>
 
1058
  <connection>
 
1059
   <sender>bCut</sender>
 
1060
   <signal>clicked()</signal>
 
1061
   <receiver>QG_CadToolBarModify</receiver>
 
1062
   <slot>modifyCut()</slot>
 
1063
   <hints>
 
1064
    <hint type="sourcelabel">
 
1065
     <x>20</x>
 
1066
     <y>281</y>
 
1067
    </hint>
 
1068
    <hint type="destinationlabel">
 
1069
     <x>20</x>
 
1070
     <y>20</y>
 
1071
    </hint>
 
1072
   </hints>
 
1073
  </connection>
 
1074
  <connection>
 
1075
   <sender>bRotate2</sender>
 
1076
   <signal>clicked()</signal>
 
1077
   <receiver>QG_CadToolBarModify</receiver>
 
1078
   <slot>modifyRotate2()</slot>
 
1079
   <hints>
 
1080
    <hint type="sourcelabel">
 
1081
     <x>53</x>
 
1082
     <y>121</y>
 
1083
    </hint>
 
1084
    <hint type="destinationlabel">
 
1085
     <x>20</x>
 
1086
     <y>20</y>
 
1087
    </hint>
 
1088
   </hints>
 
1089
  </connection>
 
1090
  <connection>
 
1091
   <sender>bStretch</sender>
 
1092
   <signal>clicked()</signal>
 
1093
   <receiver>QG_CadToolBarModify</receiver>
 
1094
   <slot>modifyStretch()</slot>
 
1095
   <hints>
 
1096
    <hint type="sourcelabel">
 
1097
     <x>53</x>
 
1098
     <y>281</y>
 
1099
    </hint>
 
1100
    <hint type="destinationlabel">
 
1101
     <x>20</x>
 
1102
     <y>20</y>
 
1103
    </hint>
 
1104
   </hints>
 
1105
  </connection>
 
1106
  <connection>
 
1107
   <sender>bBevel</sender>
 
1108
   <signal>clicked()</signal>
 
1109
   <receiver>QG_CadToolBarModify</receiver>
 
1110
   <slot>modifyBevel()</slot>
 
1111
   <hints>
 
1112
    <hint type="sourcelabel">
 
1113
     <x>20</x>
 
1114
     <y>241</y>
 
1115
    </hint>
 
1116
    <hint type="destinationlabel">
 
1117
     <x>20</x>
 
1118
     <y>20</y>
 
1119
    </hint>
 
1120
   </hints>
 
1121
  </connection>
 
1122
  <connection>
 
1123
   <sender>bRound</sender>
 
1124
   <signal>clicked()</signal>
 
1125
   <receiver>QG_CadToolBarModify</receiver>
 
1126
   <slot>modifyRound()</slot>
 
1127
   <hints>
 
1128
    <hint type="sourcelabel">
 
1129
     <x>53</x>
 
1130
     <y>241</y>
 
1131
    </hint>
 
1132
    <hint type="destinationlabel">
 
1133
     <x>20</x>
 
1134
     <y>20</y>
 
1135
    </hint>
 
1136
   </hints>
 
1137
  </connection>
 
1138
  <connection>
 
1139
   <sender>bExplode</sender>
 
1140
   <signal>clicked()</signal>
 
1141
   <receiver>QG_CadToolBarModify</receiver>
 
1142
   <slot>modifyExplode()</slot>
 
1143
   <hints>
 
1144
    <hint type="sourcelabel">
 
1145
     <x>53</x>
 
1146
     <y>361</y>
 
1147
    </hint>
 
1148
    <hint type="destinationlabel">
 
1149
     <x>20</x>
 
1150
     <y>20</y>
 
1151
    </hint>
 
1152
   </hints>
 
1153
  </connection>
 
1154
  <connection>
 
1155
   <sender>bAttributes</sender>
 
1156
   <signal>clicked()</signal>
 
1157
   <receiver>QG_CadToolBarModify</receiver>
 
1158
   <slot>modifyAttributes()</slot>
 
1159
   <hints>
 
1160
    <hint type="sourcelabel">
 
1161
     <x>53</x>
 
1162
     <y>321</y>
 
1163
    </hint>
 
1164
    <hint type="destinationlabel">
 
1165
     <x>20</x>
 
1166
     <y>20</y>
 
1167
    </hint>
 
1168
   </hints>
 
1169
  </connection>
 
1170
  <connection>
 
1171
   <sender>bExplodeText</sender>
 
1172
   <signal>clicked()</signal>
 
1173
   <receiver>QG_CadToolBarModify</receiver>
 
1174
   <slot>modifyExplodeText()</slot>
 
1175
   <hints>
 
1176
    <hint type="sourcelabel">
 
1177
     <x>20</x>
 
1178
     <y>401</y>
 
1179
    </hint>
 
1180
    <hint type="destinationlabel">
 
1181
     <x>20</x>
 
1182
     <y>20</y>
 
1183
    </hint>
 
1184
   </hints>
 
1185
  </connection>
 
1186
  <connection>
 
1187
   <sender>bEntityText</sender>
 
1188
   <signal>clicked()</signal>
 
1189
   <receiver>QG_CadToolBarModify</receiver>
 
1190
   <slot>modifyEntity()</slot>
 
1191
   <hints>
 
1192
    <hint type="sourcelabel">
 
1193
     <x>53</x>
 
1194
     <y>401</y>
 
1195
    </hint>
 
1196
    <hint type="destinationlabel">
 
1197
     <x>20</x>
 
1198
     <y>20</y>
 
1199
    </hint>
 
1200
   </hints>
 
1201
  </connection>
 
1202
  <connection>
 
1203
   <sender>bOffset</sender>
 
1204
   <signal>clicked()</signal>
 
1205
   <receiver>QG_CadToolBarModify</receiver>
 
1206
   <slot>modifyOffset()</slot>
 
1207
   <hints>
 
1208
    <hint type="sourcelabel">
 
1209
     <x>48</x>
 
1210
     <y>168</y>
 
1211
    </hint>
 
1212
    <hint type="destinationlabel">
 
1213
     <x>32</x>
 
1214
     <y>223</y>
 
1215
    </hint>
 
1216
   </hints>
 
1217
  </connection>
 
1218
  <connection>
 
1219
   <sender>bRevertDirection</sender>
 
1220
   <signal>clicked()</signal>
 
1221
   <receiver>QG_CadToolBarModify</receiver>
 
1222
   <slot>modifyRevertDirection()</slot>
 
1223
   <hints>
 
1224
    <hint type="sourcelabel">
 
1225
     <x>48</x>
 
1226
     <y>333</y>
 
1227
    </hint>
 
1228
    <hint type="destinationlabel">
 
1229
     <x>32</x>
 
1230
     <y>223</y>
 
1231
    </hint>
 
1232
   </hints>
 
1233
  </connection>
 
1234
 </connections>
 
1235
</ui>