FreeCAD

Форк
0
/
preferences-draftinterface.ui 
837 строк · 25.8 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>Gui::Dialog::DlgSettingsDraft</class>
4
 <widget class="QWidget" name="Gui::Dialog::DlgSettingsDraft">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>456</width>
10
    <height>338</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Interface</string>
15
  </property>
16
  <layout class="QVBoxLayout">
17
   <item>
18
    <widget class="QGroupBox" name="groupBox_1">
19
     <property name="title">
20
      <string>In-command shortcuts</string>
21
     </property>
22
     <layout class="QGridLayout" name="gridLayout_1">
23
      <item row="0" column="0">
24
       <widget class="QLabel" name="label_inCommandShortcutRelative">
25
        <property name="text">
26
         <string>Relative</string>
27
        </property>
28
       </widget>
29
      </item>
30
      <item row="0" column="1">
31
       <widget class="Gui::PrefLineEdit" name="lineEdit_inCommandShortcutRelative">
32
        <property name="maximumSize">
33
         <size>
34
          <width>25</width>
35
          <height>16777215</height>
36
         </size>
37
        </property>
38
        <property name="text">
39
         <string>R</string>
40
        </property>
41
        <property name="maxLength">
42
         <number>1</number>
43
        </property>
44
        <property name="clearButtonEnabled" stdset="0">
45
         <bool>false</bool>
46
        </property>
47
        <property name="prefEntry" stdset="0">
48
         <cstring>inCommandShortcutRelative</cstring>
49
        </property>
50
        <property name="prefPath" stdset="0">
51
         <cstring>Mod/Draft</cstring>
52
        </property>
53
       </widget>
54
      </item>
55
      <item row="0" column="2">
56
       <spacer name="horizontalSpacer_1">
57
        <property name="orientation">
58
         <enum>Qt::Horizontal</enum>
59
        </property>
60
        <property name="sizeType">
61
         <enum>QSizePolicy::Fixed</enum>
62
        </property>
63
        <property name="sizeHint" stdset="0">
64
         <size>
65
          <width>25</width>
66
          <height>0</height>
67
         </size>
68
        </property>
69
       </spacer>
70
      </item>
71
      <item row="0" column="3">
72
       <widget class="QLabel" name="label_inCommandShortcutGlobal">
73
        <property name="text">
74
         <string>Global</string>
75
        </property>
76
       </widget>
77
      </item>
78
      <item row="0" column="4">
79
       <widget class="Gui::PrefLineEdit" name="lineEdit_inCommandShortcutGlobal">
80
        <property name="maximumSize">
81
         <size>
82
          <width>25</width>
83
          <height>16777215</height>
84
         </size>
85
        </property>
86
        <property name="text">
87
         <string>G</string>
88
        </property>
89
        <property name="maxLength">
90
         <number>1</number>
91
        </property>
92
        <property name="clearButtonEnabled" stdset="0">
93
         <bool>false</bool>
94
        </property>
95
        <property name="prefEntry" stdset="0">
96
         <cstring>inCommandShortcutGlobal</cstring>
97
        </property>
98
        <property name="prefPath" stdset="0">
99
         <cstring>Mod/Draft</cstring>
100
        </property>
101
       </widget>
102
      </item>
103
      <item row="0" column="5">
104
       <spacer name="horizontalSpacer_2">
105
        <property name="orientation">
106
         <enum>Qt::Horizontal</enum>
107
        </property>
108
        <property name="sizeType">
109
         <enum>QSizePolicy::Fixed</enum>
110
        </property>
111
        <property name="sizeHint" stdset="0">
112
         <size>
113
          <width>25</width>
114
          <height>0</height>
115
         </size>
116
        </property>
117
       </spacer>
118
      </item>
119
      <item row="0" column="6">
120
       <widget class="QLabel" name="label_inCommandShortcutLength">
121
        <property name="text">
122
         <string>Length</string>
123
        </property>
124
       </widget>
125
      </item>
126
      <item row="0" column="7">
127
       <widget class="Gui::PrefLineEdit" name="lineEdit_inCommandShortcutLength">
128
        <property name="maximumSize">
129
         <size>
130
          <width>25</width>
131
          <height>16777215</height>
132
         </size>
133
        </property>
134
        <property name="text">
135
         <string>L</string>
136
        </property>
137
        <property name="maxLength">
138
         <number>1</number>
139
        </property>
140
        <property name="clearButtonEnabled" stdset="0">
141
         <bool>false</bool>
142
        </property>
143
        <property name="prefEntry" stdset="0">
144
         <cstring>inCommandShortcutLength</cstring>
145
        </property>
146
        <property name="prefPath" stdset="0">
147
         <cstring>Mod/Draft</cstring>
148
        </property>
149
       </widget>
150
      </item>
151
      <item row="0" column="8">
152
       <spacer name="horizontalSpacer_3">
153
        <property name="orientation">
154
         <enum>Qt::Horizontal</enum>
155
        </property>
156
        <property name="sizeType">
157
         <enum>QSizePolicy::Expanding</enum>
158
        </property>
159
        <property name="sizeHint" stdset="0">
160
         <size>
161
          <width>0</width>
162
          <height>0</height>
163
         </size>
164
        </property>
165
       </spacer>
166
      </item>
167
      <item row="1" column="0">
168
       <widget class="QLabel" name="label_inCommandShortcutFill">
169
        <property name="text">
170
         <string>Fill</string>
171
        </property>
172
       </widget>
173
      </item>
174
      <item row="1" column="1">
175
       <widget class="Gui::PrefLineEdit" name="lineEdit_inCommandShortcutFill">
176
        <property name="maximumSize">
177
         <size>
178
          <width>25</width>
179
          <height>16777215</height>
180
         </size>
181
        </property>
182
        <property name="text">
183
         <string>F</string>
184
        </property>
185
        <property name="maxLength">
186
         <number>1</number>
187
        </property>
188
        <property name="clearButtonEnabled" stdset="0">
189
         <bool>false</bool>
190
        </property>
191
        <property name="prefEntry" stdset="0">
192
         <cstring>inCommandShortcutFill</cstring>
193
        </property>
194
        <property name="prefPath" stdset="0">
195
         <cstring>Mod/Draft</cstring>
196
        </property>
197
       </widget>
198
      </item>
199
      <item row="1" column="3">
200
       <widget class="QLabel" name="label_inCommandShortcutSelectEdge">
201
        <property name="text">
202
         <string>Select edge</string>
203
        </property>
204
       </widget>
205
      </item>
206
      <item row="1" column="4">
207
       <widget class="Gui::PrefLineEdit" name="lineEdit_inCommandShortcutSelectEdge">
208
        <property name="maximumSize">
209
         <size>
210
          <width>25</width>
211
          <height>16777215</height>
212
         </size>
213
        </property>
214
        <property name="text">
215
         <string>E</string>
216
        </property>
217
        <property name="maxLength">
218
         <number>1</number>
219
        </property>
220
        <property name="clearButtonEnabled" stdset="0">
221
         <bool>false</bool>
222
        </property>
223
        <property name="prefEntry" stdset="0">
224
         <cstring>inCommandShortcutSelectEdge</cstring>
225
        </property>
226
        <property name="prefPath" stdset="0">
227
         <cstring>Mod/Draft</cstring>
228
        </property>
229
       </widget>
230
      </item>
231
      <item row="1" column="6">
232
       <widget class="QLabel" name="label_inCommandShortcutSubelementMode">
233
        <property name="text">
234
         <string>Subelement mode</string>
235
        </property>
236
       </widget>
237
      </item>
238
      <item row="1" column="7">
239
       <widget class="Gui::PrefLineEdit" name="lineEdit_inCommandShortcutSubelementMode">
240
        <property name="maximumSize">
241
         <size>
242
          <width>25</width>
243
          <height>16777215</height>
244
         </size>
245
        </property>
246
        <property name="text">
247
         <string>B</string>
248
        </property>
249
        <property name="maxLength">
250
         <number>1</number>
251
        </property>
252
        <property name="clearButtonEnabled" stdset="0">
253
         <bool>false</bool>
254
        </property>
255
        <property name="prefEntry" stdset="0">
256
         <cstring>inCommandShortcutSubelementMode</cstring>
257
        </property>
258
        <property name="prefPath" stdset="0">
259
         <cstring>Mod/Draft</cstring>
260
        </property>
261
       </widget>
262
      </item>
263
      <item row="2" column="0">
264
       <widget class="QLabel" name="label_inCommandShortcutCopy">
265
        <property name="text">
266
         <string>Copy</string>
267
        </property>
268
       </widget>
269
      </item>
270
      <item row="2" column="1">
271
       <widget class="Gui::PrefLineEdit" name="lineEdit_inCommandShortcutCopy">
272
        <property name="maximumSize">
273
         <size>
274
          <width>25</width>
275
          <height>16777215</height>
276
         </size>
277
        </property>
278
        <property name="text">
279
         <string>C</string>
280
        </property>
281
        <property name="maxLength">
282
         <number>1</number>
283
        </property>
284
        <property name="clearButtonEnabled" stdset="0">
285
         <bool>false</bool>
286
        </property>
287
        <property name="prefEntry" stdset="0">
288
         <cstring>inCommandShortcutCopy</cstring>
289
        </property>
290
        <property name="prefPath" stdset="0">
291
         <cstring>Mod/Draft</cstring>
292
        </property>
293
       </widget>
294
      </item>
295
      <item row="2" column="3">
296
       <widget class="QLabel" name="label_inCommandShortcutUndo">
297
        <property name="text">
298
         <string>Undo</string>
299
        </property>
300
       </widget>
301
      </item>
302
      <item row="2" column="4">
303
       <widget class="Gui::PrefLineEdit" name="lineEdit_inCommandShortcutUndo">
304
        <property name="maximumSize">
305
         <size>
306
          <width>25</width>
307
          <height>16777215</height>
308
         </size>
309
        </property>
310
        <property name="text">
311
         <string notr="true">/</string>
312
        </property>
313
        <property name="maxLength">
314
         <number>1</number>
315
        </property>
316
        <property name="clearButtonEnabled" stdset="0">
317
         <bool>false</bool>
318
        </property>
319
        <property name="prefEntry" stdset="0">
320
         <cstring>inCommandShortcutUndo</cstring>
321
        </property>
322
        <property name="prefPath" stdset="0">
323
         <cstring>Mod/Draft</cstring>
324
        </property>
325
       </widget>
326
      </item>
327
      <item row="2" column="6">
328
       <widget class="QLabel" name="label_inCommandShortcutWipe">
329
        <property name="text">
330
         <string>Wipe</string>
331
        </property>
332
       </widget>
333
      </item>
334
      <item row="2" column="7">
335
       <widget class="Gui::PrefLineEdit" name="lineEdit_inCommandShortcutWipe">
336
        <property name="maximumSize">
337
         <size>
338
          <width>25</width>
339
          <height>16777215</height>
340
         </size>
341
        </property>
342
        <property name="text">
343
         <string>W</string>
344
        </property>
345
        <property name="maxLength">
346
         <number>1</number>
347
        </property>
348
        <property name="clearButtonEnabled" stdset="0">
349
         <bool>false</bool>
350
        </property>
351
        <property name="prefEntry" stdset="0">
352
         <cstring>inCommandShortcutWipe</cstring>
353
        </property>
354
        <property name="prefPath" stdset="0">
355
         <cstring>Mod/Draft</cstring>
356
        </property>
357
       </widget>
358
      </item>
359
      <item row="3" column="0">
360
       <widget class="QLabel" name="label_inCommandShortcutClose">
361
        <property name="text">
362
         <string>Close</string>
363
        </property>
364
       </widget>
365
      </item>
366
      <item row="3" column="1">
367
       <widget class="Gui::PrefLineEdit" name="lineEdit_inCommandShortcutClose">
368
        <property name="maximumSize">
369
         <size>
370
          <width>25</width>
371
          <height>16777215</height>
372
         </size>
373
        </property>
374
        <property name="text">
375
         <string>O</string>
376
        </property>
377
        <property name="maxLength">
378
         <number>1</number>
379
        </property>
380
        <property name="clearButtonEnabled" stdset="0">
381
         <bool>false</bool>
382
        </property>
383
        <property name="prefEntry" stdset="0">
384
         <cstring>inCommandShortcutClose</cstring>
385
        </property>
386
        <property name="prefPath" stdset="0">
387
         <cstring>Mod/Draft</cstring>
388
        </property>
389
       </widget>
390
      </item>
391
      <item row="3" column="3">
392
       <widget class="QLabel" name="label_inCommandShortcutExit">
393
        <property name="text">
394
         <string>Exit</string>
395
        </property>
396
       </widget>
397
      </item>
398
      <item row="3" column="4">
399
       <widget class="Gui::PrefLineEdit" name="lineEdit_inCommandShortcutExit">
400
        <property name="maximumSize">
401
         <size>
402
          <width>25</width>
403
          <height>16777215</height>
404
         </size>
405
        </property>
406
        <property name="text">
407
         <string>A</string>
408
        </property>
409
        <property name="maxLength">
410
         <number>1</number>
411
        </property>
412
        <property name="clearButtonEnabled" stdset="0">
413
         <bool>false</bool>
414
        </property>
415
        <property name="prefEntry" stdset="0">
416
         <cstring>inCommandShortcutExit</cstring>
417
        </property>
418
        <property name="prefPath" stdset="0">
419
         <cstring>Mod/Draft</cstring>
420
        </property>
421
       </widget>
422
      </item>
423
      <item row="3" column="6">
424
       <widget class="QLabel" name="label_inCommandShortcutContinue">
425
        <property name="text">
426
         <string>Continue</string>
427
        </property>
428
       </widget>
429
      </item>
430
      <item row="3" column="7">
431
       <widget class="Gui::PrefLineEdit" name="lineEdit_inCommandShortcutContinue">
432
        <property name="maximumSize">
433
         <size>
434
          <width>25</width>
435
          <height>16777215</height>
436
         </size>
437
        </property>
438
        <property name="text">
439
         <string>N</string>
440
        </property>
441
        <property name="maxLength">
442
         <number>1</number>
443
        </property>
444
        <property name="clearButtonEnabled" stdset="0">
445
         <bool>false</bool>
446
        </property>
447
        <property name="prefEntry" stdset="0">
448
         <cstring>inCommandShortcutContinue</cstring>
449
        </property>
450
        <property name="prefPath" stdset="0">
451
         <cstring>Mod/Draft</cstring>
452
        </property>
453
       </widget>
454
      </item>
455
      <item row="4" column="0">
456
       <widget class="QLabel" name="label_inCommandShortcutCycleSnap">
457
        <property name="text">
458
         <string>Cycle snap</string>
459
        </property>
460
       </widget>
461
      </item>
462
      <item row="4" column="1">
463
       <widget class="Gui::PrefLineEdit" name="lineEdit_inCommandShortcutCycleSnap">
464
        <property name="maximumSize">
465
         <size>
466
          <width>25</width>
467
          <height>16777215</height>
468
         </size>
469
        </property>
470
        <property name="text">
471
         <string notr="true">`</string>
472
        </property>
473
        <property name="maxLength">
474
         <number>1</number>
475
        </property>
476
        <property name="clearButtonEnabled" stdset="0">
477
         <bool>false</bool>
478
        </property>
479
        <property name="prefEntry" stdset="0">
480
         <cstring>inCommandShortcutCycleSnap</cstring>
481
        </property>
482
        <property name="prefPath" stdset="0">
483
         <cstring>Mod/Draft</cstring>
484
        </property>
485
       </widget>
486
      </item>
487
      <item row="4" column="3">
488
       <widget class="QLabel" name="label_inCommandShortcutAddHold">
489
        <property name="text">
490
         <string>Add hold</string>
491
        </property>
492
       </widget>
493
      </item>
494
      <item row="4" column="4">
495
       <widget class="Gui::PrefLineEdit" name="lineEdit_inCommandShortcutAddHold">
496
        <property name="maximumSize">
497
         <size>
498
          <width>25</width>
499
          <height>16777215</height>
500
         </size>
501
        </property>
502
        <property name="text">
503
         <string>Q</string>
504
        </property>
505
        <property name="maxLength">
506
         <number>1</number>
507
        </property>
508
        <property name="clearButtonEnabled" stdset="0">
509
         <bool>false</bool>
510
        </property>
511
        <property name="prefEntry" stdset="0">
512
         <cstring>inCommandShortcutAddHold</cstring>
513
        </property>
514
        <property name="prefPath" stdset="0">
515
         <cstring>Mod/Draft</cstring>
516
        </property>
517
       </widget>
518
      </item>
519
      <item row="4" column="6">
520
       <widget class="QLabel" name="label_inCommandShortcutSetWP">
521
        <property name="text">
522
         <string>Set working plane</string>
523
        </property>
524
       </widget>
525
      </item>
526
      <item row="4" column="7">
527
       <widget class="Gui::PrefLineEdit" name="lineEdit_inCommandShortcutSetWP">
528
        <property name="maximumSize">
529
         <size>
530
          <width>25</width>
531
          <height>16777215</height>
532
         </size>
533
        </property>
534
        <property name="text">
535
         <string>U</string>
536
        </property>
537
        <property name="maxLength">
538
         <number>1</number>
539
        </property>
540
        <property name="clearButtonEnabled" stdset="0">
541
         <bool>false</bool>
542
        </property>
543
        <property name="prefEntry" stdset="0">
544
         <cstring>inCommandShortcutSetWP</cstring>
545
        </property>
546
        <property name="prefPath" stdset="0">
547
         <cstring>Mod/Draft</cstring>
548
        </property>
549
       </widget>
550
      </item>
551
      <item row="5" column="0">
552
       <widget class="QLabel" name="label_inCommandShortcutSnap">
553
        <property name="text">
554
         <string>Snap</string>
555
        </property>
556
       </widget>
557
      </item>
558
      <item row="5" column="1">
559
       <widget class="Gui::PrefLineEdit" name="lineEdit_inCommandShortcutSnap">
560
        <property name="maximumSize">
561
         <size>
562
          <width>25</width>
563
          <height>16777215</height>
564
         </size>
565
        </property>
566
        <property name="text">
567
         <string>S</string>
568
        </property>
569
        <property name="maxLength">
570
         <number>1</number>
571
        </property>
572
        <property name="clearButtonEnabled" stdset="0">
573
         <bool>false</bool>
574
        </property>
575
        <property name="prefEntry" stdset="0">
576
         <cstring>inCommandShortcutSnap</cstring>
577
        </property>
578
        <property name="prefPath" stdset="0">
579
         <cstring>Mod/Draft</cstring>
580
        </property>
581
       </widget>
582
      </item>
583
      <item row="5" column="3">
584
       <widget class="QLabel" name="label_inCommandShortcutIncreaseRadius">
585
        <property name="text">
586
         <string>Increase radius</string>
587
        </property>
588
       </widget>
589
      </item>
590
      <item row="5" column="4">
591
       <widget class="Gui::PrefLineEdit" name="lineEdit_inCommandShortcutIncreaseRadius">
592
        <property name="maximumSize">
593
         <size>
594
          <width>25</width>
595
          <height>16777215</height>
596
         </size>
597
        </property>
598
        <property name="text">
599
         <string notr="true">P</string>
600
        </property>
601
        <property name="maxLength">
602
         <number>1</number>
603
        </property>
604
        <property name="clearButtonEnabled" stdset="0">
605
         <bool>false</bool>
606
        </property>
607
        <property name="prefEntry" stdset="0">
608
         <cstring>inCommandShortcutIncreaseRadius</cstring>
609
        </property>
610
        <property name="prefPath" stdset="0">
611
         <cstring>Mod/Draft</cstring>
612
        </property>
613
       </widget>
614
      </item>
615
      <item row="5" column="6">
616
       <widget class="QLabel" name="label_inCommandShortcutDecreaseRadius">
617
        <property name="text">
618
         <string>Decrease radius</string>
619
        </property>
620
       </widget>
621
      </item>
622
      <item row="5" column="7">
623
       <widget class="Gui::PrefLineEdit" name="lineEdit_inCommandShortcutDecreaseRadius">
624
        <property name="maximumSize">
625
         <size>
626
          <width>25</width>
627
          <height>16777215</height>
628
         </size>
629
        </property>
630
        <property name="text">
631
         <string notr="true">M</string>
632
        </property>
633
        <property name="maxLength">
634
         <number>1</number>
635
        </property>
636
        <property name="clearButtonEnabled" stdset="0">
637
         <bool>false</bool>
638
        </property>
639
        <property name="prefEntry" stdset="0">
640
         <cstring>inCommandShortcutDecreaseRadius</cstring>
641
        </property>
642
        <property name="prefPath" stdset="0">
643
         <cstring>Mod/Draft</cstring>
644
        </property>
645
       </widget>
646
      </item>
647
      <item row="6" column="0">
648
       <widget class="QLabel" name="label_inCommandShortcutRestrictX">
649
        <property name="text">
650
         <string>Restrict X</string>
651
        </property>
652
       </widget>
653
      </item>
654
      <item row="6" column="1">
655
       <widget class="Gui::PrefLineEdit" name="lineEdit_inCommandShortcutRestrictX">
656
        <property name="maximumSize">
657
         <size>
658
          <width>25</width>
659
          <height>16777215</height>
660
         </size>
661
        </property>
662
        <property name="text">
663
         <string>X</string>
664
        </property>
665
        <property name="maxLength">
666
         <number>1</number>
667
        </property>
668
        <property name="clearButtonEnabled" stdset="0">
669
         <bool>false</bool>
670
        </property>
671
        <property name="prefEntry" stdset="0">
672
         <cstring>inCommandShortcutRestrictX</cstring>
673
        </property>
674
        <property name="prefPath" stdset="0">
675
         <cstring>Mod/Draft</cstring>
676
        </property>
677
       </widget>
678
      </item>
679
      <item row="6" column="3">
680
       <widget class="QLabel" name="label_inCommandShortcutRestrictY">
681
        <property name="text">
682
         <string>Restrict Y</string>
683
        </property>
684
       </widget>
685
      </item>
686
      <item row="6" column="4">
687
       <widget class="Gui::PrefLineEdit" name="lineEdit_inCommandShortcutRestrictY">
688
        <property name="maximumSize">
689
         <size>
690
          <width>25</width>
691
          <height>16777215</height>
692
         </size>
693
        </property>
694
        <property name="text">
695
         <string>Y</string>
696
        </property>
697
        <property name="maxLength">
698
         <number>1</number>
699
        </property>
700
        <property name="clearButtonEnabled" stdset="0">
701
         <bool>false</bool>
702
        </property>
703
        <property name="prefEntry" stdset="0">
704
         <cstring>inCommandShortcutRestrictY</cstring>
705
        </property>
706
        <property name="prefPath" stdset="0">
707
         <cstring>Mod/Draft</cstring>
708
        </property>
709
       </widget>
710
      </item>
711
      <item row="6" column="6">
712
       <widget class="QLabel" name="label_inCommandShortcutRestrictZ">
713
        <property name="text">
714
         <string>Restrict Z</string>
715
        </property>
716
       </widget>
717
      </item>
718
      <item row="6" column="7">
719
       <widget class="Gui::PrefLineEdit" name="lineEdit_inCommandShortcutRestrictZ">
720
        <property name="maximumSize">
721
         <size>
722
          <width>25</width>
723
          <height>16777215</height>
724
         </size>
725
        </property>
726
        <property name="text">
727
         <string>Z</string>
728
        </property>
729
        <property name="maxLength">
730
         <number>1</number>
731
        </property>
732
        <property name="clearButtonEnabled" stdset="0">
733
         <bool>false</bool>
734
        </property>
735
        <property name="prefEntry" stdset="0">
736
         <cstring>inCommandShortcutRestrictZ</cstring>
737
        </property>
738
        <property name="prefPath" stdset="0">
739
         <cstring>Mod/Draft</cstring>
740
        </property>
741
       </widget>
742
      </item>
743
     </layout>
744
    </widget>
745
   </item>
746
   <item>
747
    <widget class="QGroupBox" name="groupBox_2">
748
     <property name="title">
749
      <string>UI options</string>
750
     </property>
751
     <layout class="QGridLayout" name="gridLayout_2">
752
      <item row="0" column="0">
753
       <widget class="Gui::PrefCheckBox" name="checkBox_SnapBarShowOnlyDuringCommands">
754
        <property name="toolTip">
755
         <string>If checked, the Draft snap toolbar will only be visible during commands</string>
756
        </property>
757
        <property name="text">
758
         <string>Only show the Draft snap toolbar during commands</string>
759
        </property>
760
        <property name="checked">
761
         <bool>false</bool>
762
        </property>
763
        <property name="prefEntry" stdset="0">
764
         <cstring>SnapBarShowOnlyDuringCommands</cstring>
765
        </property>
766
        <property name="prefPath" stdset="0">
767
         <cstring>Mod/Draft</cstring>
768
        </property>
769
       </widget>
770
      </item>
771
      <item row="1" column="0">
772
       <widget class="Gui::PrefCheckBox" name="checkBox_DisplayStatusbarSnapWidget">
773
        <property name="toolTip">
774
         <string>If checked, the Snap widget is displayed in the Draft statusbar</string>
775
        </property>
776
        <property name="text">
777
         <string>Show the Snap widget in the Draft Workbench</string>
778
        </property>
779
        <property name="checked">
780
         <bool>true</bool>
781
        </property>
782
        <property name="prefEntry" stdset="0">
783
         <cstring>DisplayStatusbarSnapWidget</cstring>
784
        </property>
785
        <property name="prefPath" stdset="0">
786
         <cstring>Mod/Draft</cstring>
787
        </property>
788
       </widget>
789
      </item>
790
      <item row="2" column="0">
791
       <widget class="Gui::PrefCheckBox" name="checkBox_DisplayStatusbarScaleWidget">
792
        <property name="toolTip">
793
         <string>If checked, the Annotation scale widget is displayed in the Draft statusbar</string>
794
        </property>
795
        <property name="text">
796
         <string>Show the Annotation scale widget in the Draft Workbench</string>
797
        </property>
798
        <property name="checked">
799
         <bool>true</bool>
800
        </property>
801
        <property name="prefEntry" stdset="0">
802
         <cstring>DisplayStatusbarScaleWidget</cstring>
803
        </property>
804
        <property name="prefPath" stdset="0">
805
         <cstring>Mod/Draft</cstring>
806
        </property>
807
       </widget>
808
      </item>
809
     </layout>
810
    </widget>
811
   </item>
812
   <item>
813
    <spacer name="verticalSpacer_1">
814
     <property name="orientation">
815
      <enum>Qt::Vertical</enum>
816
     </property>
817
    </spacer>
818
   </item>
819
  </layout>
820
 </widget>
821
 <layoutdefault spacing="6" margin="11"/>
822
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
823
 <customwidgets>
824
  <customwidget>
825
   <class>Gui::PrefCheckBox</class>
826
   <extends>QCheckBox</extends>
827
   <header>Gui/PrefWidgets.h</header>
828
  </customwidget>
829
  <customwidget>
830
   <class>Gui::PrefLineEdit</class>
831
   <extends>QLineEdit</extends>
832
   <header>Gui/PrefWidgets.h</header>
833
  </customwidget>
834
 </customwidgets>
835
 <resources/>
836
 <connections/>
837
</ui>
838

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.