FreeCAD

Форк
0
/
preferences-draftsnap.ui 
664 строки · 19.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>518</width>
10
    <height>719</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Grid and snapping</string>
15
  </property>
16
  <layout class="QVBoxLayout">
17
   <item>
18
    <widget class="QGroupBox" name="groupBox_1">
19
     <property name="title">
20
      <string>Grid</string>
21
     </property>
22
     <layout class="QGridLayout" name="gridLayout_1">
23
      <item row="0" column="0" colspan="3">
24
       <widget class="Gui::PrefCheckBox" name="checkBox_alwaysShowGrid">
25
        <property name="toolTip">
26
         <string>If checked, the grid will always be visible in new views.
27
Use Draft ToggleGrid to change this for the active view.</string>
28
        </property>
29
        <property name="text">
30
         <string>Always show the grid</string>
31
        </property>
32
        <property name="checked">
33
         <bool>true</bool>
34
        </property>
35
        <property name="prefEntry" stdset="0">
36
         <cstring>alwaysShowGrid</cstring>
37
        </property>
38
        <property name="prefPath" stdset="0">
39
         <cstring>Mod/Draft</cstring>
40
        </property>
41
       </widget>
42
      </item>
43
      <item row="1" column="0" colspan="3">
44
       <widget class="Gui::PrefCheckBox" name="checkBox_grid">
45
        <property name="enabled">
46
         <bool>false</bool>
47
        </property>
48
        <property name="toolTip">
49
         <string>If checked, the grid will be visible during commands in new views.
50
Use Draft ToggleGrid to change this for the active view.</string>
51
        </property>
52
        <property name="text">
53
         <string>Show the grid during commands</string>
54
        </property>
55
        <property name="checked">
56
         <bool>true</bool>
57
        </property>
58
        <property name="prefEntry" stdset="0">
59
         <cstring>grid</cstring>
60
        </property>
61
        <property name="prefPath" stdset="0">
62
         <cstring>Mod/Draft</cstring>
63
        </property>
64
       </widget>
65
      </item>
66
      <item row="2" column="0" colspan="3">
67
       <widget class="Gui::PrefCheckBox" name="checkBox_gridBorder">
68
        <property name="toolTip">
69
         <string>If checked, an additional border is displayed around the grid,
70
showing the main square size in the bottom left corner</string>
71
        </property>
72
        <property name="text">
73
         <string>Show grid border</string>
74
        </property>
75
        <property name="checked">
76
         <bool>true</bool>
77
        </property>
78
        <property name="prefEntry" stdset="0">
79
         <cstring>gridBorder</cstring>
80
        </property>
81
        <property name="prefPath" stdset="0">
82
         <cstring>Mod/Draft</cstring>
83
        </property>
84
       </widget>
85
      </item>
86
      <item row="3" column="0" colspan="3">
87
       <widget class="Gui::PrefCheckBox" name="checkBox_gridShowHuman">
88
        <property name="enabled">
89
         <bool>true</bool>
90
        </property>
91
        <property name="toolTip">
92
         <string>If checked, the outline of a human figure is displayed at the bottom left
93
corner of the grid. Only effective if the BIM workbench is installed and
94
&quot;Show grid border&quot; is enabled.</string>
95
        </property>
96
        <property name="text">
97
         <string>Show human figure</string>
98
        </property>
99
        <property name="checked">
100
         <bool>true</bool>
101
        </property>
102
        <property name="prefEntry" stdset="0">
103
         <cstring>gridShowHuman</cstring>
104
        </property>
105
        <property name="prefPath" stdset="0">
106
         <cstring>Mod/Draft</cstring>
107
        </property>
108
       </widget>
109
      </item>
110
      <item row="4" column="0" colspan="3">
111
       <widget class="Gui::PrefCheckBox" name="checkBox_coloredGridAxes">
112
        <property name="toolTip">
113
         <string>If checked, the two main axes of the grid are colored red, green or blue
114
if they match the X, Y or Z axis of the global coordinate system</string>
115
        </property>
116
        <property name="text">
117
         <string>Use colored axes</string>
118
        </property>
119
        <property name="checked">
120
         <bool>true</bool>
121
        </property>
122
        <property name="prefEntry" stdset="0">
123
         <cstring>coloredGridAxes</cstring>
124
        </property>
125
        <property name="prefPath" stdset="0">
126
         <cstring>Mod/Draft</cstring>
127
        </property>
128
       </widget>
129
      </item>
130
      <item row="5" column="0">
131
       <widget class="QLabel" name="label_gridEvery">
132
        <property name="text">
133
         <string>Main lines every</string>
134
        </property>
135
       </widget>
136
      </item>
137
      <item row="5" column="1">
138
       <widget class="Gui::PrefSpinBox" name="spinBox_gridEvery">
139
        <property name="minimumSize">
140
         <size>
141
          <width>140</width>
142
          <height>0</height>
143
         </size>
144
        </property>
145
        <property name="toolTip">
146
         <string>The number of squares between main grid lines.
147
These lines are thicker than normal grid lines.</string>
148
        </property>
149
        <property name="value">
150
         <number>10</number>
151
        </property>
152
        <property name="prefEntry" stdset="0">
153
         <cstring>gridEvery</cstring>
154
        </property>
155
        <property name="prefPath" stdset="0">
156
         <cstring>Mod/Draft</cstring>
157
        </property>
158
       </widget>
159
      </item>
160
      <item row="5" column="2">
161
       <spacer name="horizontalSpacer_1">
162
        <property name="orientation">
163
         <enum>Qt::Horizontal</enum>
164
        </property>
165
        <property name="sizeHint" stdset="0">
166
         <size>
167
          <width>0</width>
168
          <height>0</height>
169
         </size>
170
        </property>
171
       </spacer>
172
      </item>
173
      <item row="6" column="0">
174
       <widget class="QLabel" name="label_gridSpacing">
175
        <property name="text">
176
         <string>Grid spacing</string>
177
        </property>
178
       </widget>
179
      </item>
180
      <item row="6" column="1">
181
       <widget class="Gui::PrefQuantitySpinBox" name="spinBox_gridSpacing">
182
        <property name="toolTip">
183
         <string>The distance between grid lines</string>
184
        </property>
185
        <property name="unit" stdset="0">
186
         <string notr="true">mm</string>
187
        </property>
188
        <property name="maximum">
189
         <double>9999.989999999999782</double>
190
        </property>
191
        <property name="rawValue" stdset="0">
192
         <double>1.000000000000000</double>
193
        </property>
194
        <property name="prefEntry" stdset="0">
195
         <cstring>gridSpacing</cstring>
196
        </property>
197
        <property name="prefPath" stdset="0">
198
         <cstring>Mod/Draft</cstring>
199
        </property>
200
        <property name="decimals" stdset="0">
201
         <number>4</number>
202
        </property>
203
       </widget>
204
      </item>
205
      <item row="7" column="0">
206
       <widget class="QLabel" name="label_gridSize">
207
        <property name="text">
208
         <string>Grid size</string>
209
        </property>
210
       </widget>
211
      </item>
212
      <item row="7" column="1">
213
       <widget class="Gui::PrefSpinBox" name="spinBox_gridSize">
214
        <property name="toolTip">
215
         <string>The number of horizontal and vertical lines in the grid</string>
216
        </property>
217
        <property name="suffix">
218
         <string> lines</string>
219
        </property>
220
        <property name="maximum">
221
         <number>9999</number>
222
        </property>
223
        <property name="value">
224
         <number>100</number>
225
        </property>
226
        <property name="prefEntry" stdset="0">
227
         <cstring>gridSize</cstring>
228
        </property>
229
        <property name="prefPath" stdset="0">
230
         <cstring>Mod/Draft</cstring>
231
        </property>
232
       </widget>
233
      </item>
234
      <item row="8" column="0">
235
       <widget class="QLabel" name="label_gridTransparency">
236
        <property name="text">
237
         <string>Grid transparency</string>
238
        </property>
239
       </widget>
240
      </item>
241
      <item row="8" column="1">
242
       <widget class="Gui::PrefSpinBox" name="spinBox_gridTransparency">
243
        <property name="toolTip">
244
         <string>The overall transparency of the grid</string>
245
        </property>
246
        <property name="suffix">
247
         <string> %</string>
248
        </property>
249
        <property name="maximum">
250
         <number>100</number>
251
        </property>
252
        <property name="prefEntry" stdset="0">
253
         <cstring>gridTransparency</cstring>
254
        </property>
255
        <property name="prefPath" stdset="0">
256
         <cstring>Mod/Draft</cstring>
257
        </property>
258
       </widget>
259
      </item>
260
      <item row="9" column="0">
261
       <widget class="QLabel" name="label_gridColor">
262
        <property name="text">
263
         <string>Grid color</string>
264
        </property>
265
       </widget>
266
      </item>
267
      <item row="9" column="1">
268
       <widget class="Gui::PrefColorButton" name="colorButton_gridColor">
269
        <property name="toolTip">
270
         <string>The color of the grid</string>
271
        </property>
272
        <property name="color">
273
         <color>
274
          <red>50</red>
275
          <green>50</green>
276
          <blue>75</blue>
277
         </color>
278
        </property>
279
        <property name="prefEntry" stdset="0">
280
         <cstring>gridColor</cstring>
281
        </property>
282
        <property name="prefPath" stdset="0">
283
         <cstring>Mod/Draft</cstring>
284
        </property>
285
       </widget>
286
      </item>
287
     </layout>
288
    </widget>
289
   </item>
290
   <item>
291
    <widget class="QGroupBox" name="groupBox_2">
292
     <property name="title">
293
      <string>Snapping and modifier keys</string>
294
     </property>
295
     <layout class="QGridLayout" name="gridLayout_2">
296
      <item row="3" column="0" colspan="3">
297
       <widget class="Gui::PrefCheckBox" name="checkBox_alwaysSnap">
298
        <property name="toolTip">
299
         <string>If checked, snapping is activated without the need to press the Snap modifier key</string>
300
        </property>
301
        <property name="text">
302
         <string>Always snap</string>
303
        </property>
304
        <property name="checked">
305
         <bool>true</bool>
306
        </property>
307
        <property name="prefEntry" stdset="0">
308
         <cstring>alwaysSnap</cstring>
309
        </property>
310
        <property name="prefPath" stdset="0">
311
         <cstring>Mod/Draft</cstring>
312
        </property>
313
       </widget>
314
      </item>
315
      <item row="6" column="1">
316
       <widget class="Gui::PrefComboBox" name="comboBox_modalt">
317
        <property name="toolTip">
318
         <string>The Alt modifier key. The function of this key depends on the command.</string>
319
        </property>
320
        <property name="currentIndex">
321
         <number>2</number>
322
        </property>
323
        <property name="prefEntry" stdset="0">
324
         <cstring>modalt</cstring>
325
        </property>
326
        <property name="prefPath" stdset="0">
327
         <cstring>Mod/Draft</cstring>
328
        </property>
329
        <item>
330
         <property name="text">
331
          <string>Shift</string>
332
         </property>
333
        </item>
334
        <item>
335
         <property name="text">
336
          <string>Ctrl</string>
337
         </property>
338
        </item>
339
        <item>
340
         <property name="text">
341
          <string>Alt</string>
342
         </property>
343
        </item>
344
       </widget>
345
      </item>
346
      <item row="0" column="2">
347
       <spacer name="horizontalSpacer_2">
348
        <property name="orientation">
349
         <enum>Qt::Horizontal</enum>
350
        </property>
351
        <property name="sizeHint" stdset="0">
352
         <size>
353
          <width>0</width>
354
          <height>0</height>
355
         </size>
356
        </property>
357
       </spacer>
358
      </item>
359
      <item row="1" column="1">
360
       <widget class="Gui::PrefColorButton" name="colorButton_snapcolor">
361
        <property name="toolTip">
362
         <string>The color for snap symbols</string>
363
        </property>
364
        <property name="color">
365
         <color>
366
          <red>255</red>
367
          <green>170</green>
368
          <blue>255</blue>
369
         </color>
370
        </property>
371
        <property name="prefEntry" stdset="0">
372
         <cstring>snapcolor</cstring>
373
        </property>
374
        <property name="prefPath" stdset="0">
375
         <cstring>Mod/Draft</cstring>
376
        </property>
377
       </widget>
378
      </item>
379
      <item row="4" column="0">
380
       <widget class="QLabel" name="label_modsnap">
381
        <property name="enabled">
382
         <bool>false</bool>
383
        </property>
384
        <property name="text">
385
         <string>Snap modifier</string>
386
        </property>
387
       </widget>
388
      </item>
389
      <item row="5" column="0">
390
       <widget class="QLabel" name="label_modconstrain">
391
        <property name="text">
392
         <string>Constrain modifier</string>
393
        </property>
394
       </widget>
395
      </item>
396
      <item row="6" column="0">
397
       <widget class="QLabel" name="label_modalt">
398
        <property name="text">
399
         <string>Alt modifier</string>
400
        </property>
401
       </widget>
402
      </item>
403
      <item row="1" column="0">
404
       <widget class="QLabel" name="label_snapcolor">
405
        <property name="text">
406
         <string>Snap symbol color</string>
407
        </property>
408
       </widget>
409
      </item>
410
      <item row="0" column="1">
411
       <widget class="Gui::PrefComboBox" name="comboBox_snapStyle">
412
        <property name="toolTip">
413
         <string>The style for snap symbols</string>
414
        </property>
415
        <property name="prefEntry" stdset="0">
416
         <cstring>snapStyle</cstring>
417
        </property>
418
        <property name="prefPath" stdset="0">
419
         <cstring>Mod/Draft</cstring>
420
        </property>
421
        <item>
422
         <property name="text">
423
          <string>Draft classic style</string>
424
         </property>
425
        </item>
426
        <item>
427
         <property name="text">
428
          <string>Bitsnpieces style</string>
429
         </property>
430
        </item>
431
       </widget>
432
      </item>
433
      <item row="0" column="0">
434
       <widget class="QLabel" name="label_snapStyle">
435
        <property name="text">
436
         <string>Snap symbol style</string>
437
        </property>
438
       </widget>
439
      </item>
440
      <item row="4" column="1">
441
       <widget class="Gui::PrefComboBox" name="comboBox_modsnap">
442
        <property name="enabled">
443
         <bool>false</bool>
444
        </property>
445
        <property name="minimumSize">
446
         <size>
447
          <width>140</width>
448
          <height>0</height>
449
         </size>
450
        </property>
451
        <property name="toolTip">
452
         <string>The Snap modifier key</string>
453
        </property>
454
        <property name="currentIndex">
455
         <number>1</number>
456
        </property>
457
        <property name="prefEntry" stdset="0">
458
         <cstring>modsnap</cstring>
459
        </property>
460
        <property name="prefPath" stdset="0">
461
         <cstring>Mod/Draft</cstring>
462
        </property>
463
        <item>
464
         <property name="text">
465
          <string>Shift</string>
466
         </property>
467
        </item>
468
        <item>
469
         <property name="text">
470
          <string>Ctrl</string>
471
         </property>
472
        </item>
473
        <item>
474
         <property name="text">
475
          <string>Alt</string>
476
         </property>
477
        </item>
478
       </widget>
479
      </item>
480
      <item row="5" column="1">
481
       <widget class="Gui::PrefComboBox" name="comboBox_modconstrain">
482
        <property name="toolTip">
483
         <string>The Constrain modifier key</string>
484
        </property>
485
        <property name="prefEntry" stdset="0">
486
         <cstring>modconstrain</cstring>
487
        </property>
488
        <property name="prefPath" stdset="0">
489
         <cstring>Mod/Draft</cstring>
490
        </property>
491
        <item>
492
         <property name="text">
493
          <string>Shift</string>
494
         </property>
495
        </item>
496
        <item>
497
         <property name="text">
498
          <string>Ctrl</string>
499
         </property>
500
        </item>
501
        <item>
502
         <property name="text">
503
          <string>Alt</string>
504
         </property>
505
        </item>
506
       </widget>
507
      </item>
508
      <item row="2" column="0">
509
       <widget class="QLabel" name="label">
510
        <property name="text">
511
         <string>Mouse delay</string>
512
        </property>
513
       </widget>
514
      </item>
515
      <item row="2" column="1">
516
       <widget class="Gui::PrefSpinBox" name="spinBox">
517
        <property name="toolTip">
518
         <string>This is a delay during which the mouse is inactive, after entering
519
numbers manually in any of the coordinate fields. Setting this
520
to 0 disables the delay. If a delay of 1 is set, after entering a numeric
521
value, the mouse will not update the field anymore during one
522
second, to avoid moving the mouse accidentally and modifying the
523
entered value. If you use a very large value, e.g. 3600, the mouse
524
movement will be disabled until the command finishes.</string>
525
        </property>
526
        <property name="suffix">
527
         <string> seconds</string>
528
        </property>
529
        <property name="value">
530
         <number>1</number>
531
        </property>
532
        <property name="prefEntry" stdset="0">
533
         <cstring>MouseDelay</cstring>
534
        </property>
535
        <property name="prefPath" stdset="0">
536
         <cstring>Mod/Draft</cstring>
537
        </property>
538
       </widget>
539
      </item>
540
     </layout>
541
    </widget>
542
   </item>
543
   <item>
544
    <spacer name="verticalSpacer_1">
545
     <property name="orientation">
546
      <enum>Qt::Vertical</enum>
547
     </property>
548
     <property name="sizeHint" stdset="0">
549
      <size>
550
       <width>0</width>
551
       <height>0</height>
552
      </size>
553
     </property>
554
    </spacer>
555
   </item>
556
  </layout>
557
 </widget>
558
 <layoutdefault spacing="6" margin="11"/>
559
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
560
 <customwidgets>
561
  <customwidget>
562
   <class>Gui::QuantitySpinBox</class>
563
   <extends>QWidget</extends>
564
   <header>Gui/QuantitySpinBox.h</header>
565
  </customwidget>
566
  <customwidget>
567
   <class>Gui::ColorButton</class>
568
   <extends>QPushButton</extends>
569
   <header>Gui/Widgets.h</header>
570
  </customwidget>
571
  <customwidget>
572
   <class>Gui::PrefSpinBox</class>
573
   <extends>QSpinBox</extends>
574
   <header>Gui/PrefWidgets.h</header>
575
  </customwidget>
576
  <customwidget>
577
   <class>Gui::PrefColorButton</class>
578
   <extends>Gui::ColorButton</extends>
579
   <header>Gui/PrefWidgets.h</header>
580
  </customwidget>
581
  <customwidget>
582
   <class>Gui::PrefCheckBox</class>
583
   <extends>QCheckBox</extends>
584
   <header>Gui/PrefWidgets.h</header>
585
  </customwidget>
586
  <customwidget>
587
   <class>Gui::PrefComboBox</class>
588
   <extends>QComboBox</extends>
589
   <header>Gui/PrefWidgets.h</header>
590
  </customwidget>
591
  <customwidget>
592
   <class>Gui::PrefQuantitySpinBox</class>
593
   <extends>Gui::QuantitySpinBox</extends>
594
   <header>Gui/PrefWidgets.h</header>
595
  </customwidget>
596
 </customwidgets>
597
 <resources/>
598
 <connections>
599
  <connection>
600
   <sender>checkBox_alwaysShowGrid</sender>
601
   <signal>toggled(bool)</signal>
602
   <receiver>checkBox_grid</receiver>
603
   <slot>setDisabled(bool)</slot>
604
   <hints>
605
    <hint type="sourcelabel">
606
     <x>20</x>
607
     <y>20</y>
608
    </hint>
609
    <hint type="destinationlabel">
610
     <x>20</x>
611
     <y>20</y>
612
    </hint>
613
   </hints>
614
  </connection>
615
  <connection>
616
   <sender>checkBox_gridBorder</sender>
617
   <signal>toggled(bool)</signal>
618
   <receiver>checkBox_gridShowHuman</receiver>
619
   <slot>setEnabled(bool)</slot>
620
   <hints>
621
    <hint type="sourcelabel">
622
     <x>20</x>
623
     <y>20</y>
624
    </hint>
625
    <hint type="destinationlabel">
626
     <x>20</x>
627
     <y>20</y>
628
    </hint>
629
   </hints>
630
  </connection>
631
  <connection>
632
   <sender>checkBox_alwaysSnap</sender>
633
   <signal>toggled(bool)</signal>
634
   <receiver>label_modsnap</receiver>
635
   <slot>setDisabled(bool)</slot>
636
   <hints>
637
    <hint type="sourcelabel">
638
     <x>20</x>
639
     <y>20</y>
640
    </hint>
641
    <hint type="destinationlabel">
642
     <x>20</x>
643
     <y>20</y>
644
    </hint>
645
   </hints>
646
  </connection>
647
  <connection>
648
   <sender>checkBox_alwaysSnap</sender>
649
   <signal>toggled(bool)</signal>
650
   <receiver>comboBox_modsnap</receiver>
651
   <slot>setDisabled(bool)</slot>
652
   <hints>
653
    <hint type="sourcelabel">
654
     <x>20</x>
655
     <y>20</y>
656
    </hint>
657
    <hint type="destinationlabel">
658
     <x>20</x>
659
     <y>20</y>
660
    </hint>
661
   </hints>
662
  </connection>
663
 </connections>
664
</ui>
665

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

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

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

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