FreeCAD

Форк
0
/
preferences-draft.ui 
454 строки · 15.0 Кб
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>500</width>
10
    <height>560</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>General</string>
15
  </property>
16
  <layout class="QVBoxLayout">
17
   <item>
18
    <widget class="QGroupBox" name="groupBox_1">
19
     <property name="title">
20
      <string>General</string>
21
     </property>
22
     <layout class="QGridLayout" name="gridLayout_1">
23
      <item row="0" column="0">
24
       <widget class="QLabel" name="label_precision">
25
        <property name="text">
26
         <string>Internal precision level</string>
27
        </property>
28
       </widget>
29
      </item>
30
      <item row="0" column="1">
31
       <widget class="Gui::PrefSpinBox" name="spinBox_precision">
32
        <property name="minimumSize">
33
         <size>
34
          <width>140</width>
35
          <height>0</height>
36
         </size>
37
        </property>
38
        <property name="toolTip">
39
         <string>The number of decimals used in internal coordinate operations (for example 3 = 0.001).
40
Values between 6 and 8 are usually considered the best trade-off.</string>
41
        </property>
42
        <property name="maximum">
43
         <number>10</number>
44
        </property>
45
        <property name="value">
46
         <number>6</number>
47
        </property>
48
        <property name="prefEntry" stdset="0">
49
         <cstring>precision</cstring>
50
        </property>
51
        <property name="prefPath" stdset="0">
52
         <cstring>Mod/Draft</cstring>
53
        </property>
54
       </widget>
55
      </item>
56
      <item row="0" column="2">
57
       <spacer name="horizontalSpacer_1">
58
        <property name="orientation">
59
         <enum>Qt::Horizontal</enum>
60
        </property>
61
       </spacer>
62
      </item>
63
      <item row="1" column="0">
64
       <widget class="QLabel" name="label_defaultWP">
65
        <property name="text">
66
         <string>Default working plane</string>
67
        </property>
68
       </widget>
69
      </item>
70
      <item row="1" column="1">
71
       <widget class="Gui::PrefComboBox" name="comboBox_defaultWP">
72
        <property name="toolTip">
73
         <string>The default working plane for new views. If set to &quot;Automatic&quot; the working plane
74
will automatically align with the current view whenever a command is started.
75
Additionally it will align to preselected planar faces, or when points on planar
76
faces are picked during commands.</string>
77
        </property>
78
        <property name="currentIndex">
79
         <number>1</number>
80
        </property>
81
        <property name="prefEntry" stdset="0">
82
         <cstring>defaultWP</cstring>
83
        </property>
84
        <property name="prefPath" stdset="0">
85
         <cstring>Mod/Draft</cstring>
86
        </property>
87
        <item>
88
         <property name="text">
89
          <string>Automatic</string>
90
         </property>
91
        </item>
92
        <item>
93
         <property name="text">
94
          <string>XY (Top)</string>
95
         </property>
96
        </item>
97
        <item>
98
         <property name="text">
99
          <string>XZ (Front)</string>
100
         </property>
101
        </item>
102
        <item>
103
         <property name="text">
104
          <string>YZ (Side)</string>
105
         </property>
106
        </item>
107
       </widget>
108
      </item>
109
      <item row="2" column="0" colspan="3">
110
       <widget class="Gui::PrefCheckBox" name="checkBox_showPlaneTracker">
111
        <property name="toolTip">
112
         <string>If checked, a widget indicating the current working
113
plane orientation appears when picking points</string>
114
        </property>
115
        <property name="text">
116
         <string>Show working plane tracker</string>
117
        </property>
118
        <property name="prefEntry" stdset="0">
119
         <cstring>showPlaneTracker</cstring>
120
        </property>
121
        <property name="prefPath" stdset="0">
122
         <cstring>Mod/Draft</cstring>
123
        </property>
124
       </widget>
125
      </item>
126
      <item row="3" column="0" colspan="3">
127
       <widget class="Gui::PrefCheckBox" name="checkBox_AutogroupAddGroups">
128
        <property name="toolTip">
129
         <string>If checked, the layers drop-down list also includes groups.
130
Objects can then automatically be added to groups as well.</string>
131
        </property>
132
        <property name="text">
133
         <string>Include groups in layer list</string>
134
        </property>
135
        <property name="prefEntry" stdset="0">
136
         <cstring>AutogroupAddGroups</cstring>
137
        </property>
138
        <property name="prefPath" stdset="0">
139
         <cstring>Mod/Draft</cstring>
140
        </property>
141
       </widget>
142
      </item>
143
     </layout>
144
    </widget>
145
   </item>
146
   <item>
147
    <widget class="QGroupBox" name="groupBox_2">
148
     <property name="title">
149
      <string>Command options</string>
150
     </property>
151
     <layout class="QGridLayout" name="gridLayout_2">
152
      <item row="0" column="0" colspan="3">
153
       <widget class="Gui::PrefCheckBox" name="checkBox_ToolMessages">
154
        <property name="toolTip">
155
         <string>If checked, instructions are displayed in the Report view when using Draft commands</string>
156
        </property>
157
        <property name="text">
158
         <string>Show prompts in the Report view</string>
159
        </property>
160
        <property name="prefEntry" stdset="0">
161
         <cstring>ToolMessages</cstring>
162
        </property>
163
        <property name="prefPath" stdset="0">
164
         <cstring>Mod/Draft</cstring>
165
        </property>
166
       </widget>
167
      </item>
168
      <item row="1" column="0" colspan="3">
169
       <widget class="Gui::PrefCheckBox" name="checkBox_focusOnLength">
170
        <property name="toolTip">
171
         <string>If checked, Length input, instead of the X coordinate, will have the initial focus.
172
This allows to indicate a direction and then type a distance.</string>
173
        </property>
174
        <property name="text">
175
         <string>Set focus on Length instead of X coordinate</string>
176
        </property>
177
        <property name="prefEntry" stdset="0">
178
         <cstring>focusOnLength</cstring>
179
        </property>
180
        <property name="prefPath" stdset="0">
181
         <cstring>Mod/Draft</cstring>
182
        </property>
183
       </widget>
184
      </item>
185
      <item row="2" column="0" colspan="3">
186
       <widget class="Gui::PrefCheckBox" name="checkBox_selectBaseObjects">
187
        <property name="toolTip">
188
         <string>If checked, base objects, instead of created copies, are selected after copying</string>
189
        </property>
190
        <property name="text">
191
         <string>Select base objects after copying</string>
192
        </property>
193
        <property name="prefEntry" stdset="0">
194
         <cstring>selectBaseObjects</cstring>
195
        </property>
196
        <property name="prefPath" stdset="0">
197
         <cstring>Mod/Draft</cstring>
198
        </property>
199
       </widget>
200
      </item>
201
      <item row="3" column="0" colspan="3">
202
       <widget class="Gui::PrefCheckBox" name="checkBox_UsePartPrimitives">
203
        <property name="toolTip">
204
         <string>If checked, Draft commands will create Part primitives instead of Draft objects.
205
Note that this is not fully supported, and many objects will not be editable with
206
Draft modification commands.</string>
207
        </property>
208
        <property name="text">
209
         <string>Create Part primitives if possible</string>
210
        </property>
211
        <property name="prefEntry" stdset="0">
212
         <cstring>UsePartPrimitives</cstring>
213
        </property>
214
        <property name="prefPath" stdset="0">
215
         <cstring>Mod/Draft</cstring>
216
        </property>
217
       </widget>
218
      </item>
219
      <item row="4" column="0" colspan="3">
220
       <widget class="Gui::PrefCheckBox" name="checkBox_preserveFaceColor">
221
        <property name="toolTip">
222
         <string>If checked, Draft Downgrade and Draft Upgrade will keep face colors.
223
Only for the splitFaces and makeShell options.</string>
224
        </property>
225
        <property name="text">
226
         <string>Keep face colors during downgrade/upgrade</string>
227
        </property>
228
        <property name="prefEntry" stdset="0">
229
         <cstring>preserveFaceColor</cstring>
230
        </property>
231
        <property name="prefPath" stdset="0">
232
         <cstring>Mod/Draft</cstring>
233
        </property>
234
       </widget>
235
      </item>
236
      <item row="5" column="0" colspan="3">
237
       <widget class="Gui::PrefCheckBox" name="checkBox_preserveFaceNames">
238
        <property name="toolTip">
239
         <string>If checked, Draft Downgrade and Draft Upgrade will keep face names.
240
Only for the splitFaces and makeShell options.</string>
241
        </property>
242
        <property name="text">
243
         <string>Keep face names during downgrade/upgrade</string>
244
        </property>
245
        <property name="prefEntry" stdset="0">
246
         <cstring>preserveFaceNames</cstring>
247
        </property>
248
        <property name="prefPath" stdset="0">
249
         <cstring>Mod/Draft</cstring>
250
        </property>
251
       </widget>
252
      </item>
253
      <item row="6" column="0">
254
       <widget class="QLabel" name="label_DraftEditMaxObjects">
255
        <property name="text">
256
         <string>Max. number of editable objects</string>
257
        </property>
258
       </widget>
259
      </item>
260
      <item row="6" column="1">
261
       <widget class="Gui::PrefSpinBox" name="spinBox_DraftEditMaxObjects">
262
        <property name="toolTip">
263
         <string>The maximum number of objects Draft Edit is allowed to process at the same time</string>
264
        </property>
265
        <property name="minimum">
266
         <number>1</number>
267
        </property>
268
        <property name="maximum">
269
         <number>25</number>
270
        </property>
271
        <property name="value">
272
         <number>5</number>
273
        </property>
274
        <property name="displayIntegerBase">
275
         <number>10</number>
276
        </property>
277
        <property name="prefEntry" stdset="0">
278
         <cstring>DraftEditMaxObjects</cstring>
279
        </property>
280
        <property name="prefPath" stdset="0">
281
         <cstring>Mod/Draft</cstring>
282
        </property>
283
       </widget>
284
      </item>
285
      <item row="6" column="2">
286
       <spacer name="horizontalSpacer_2">
287
        <property name="orientation">
288
         <enum>Qt::Horizontal</enum>
289
        </property>
290
       </spacer>
291
      </item>
292
      <item row="7" column="0">
293
       <widget class="QLabel" name="label_DraftEditPickRadius">
294
        <property name="text">
295
         <string>Edit node pick radius</string>
296
        </property>
297
       </widget>
298
      </item>
299
      <item row="7" column="1">
300
       <widget class="Gui::PrefSpinBox" name="spinBox_DraftEditPickRadius">
301
        <property name="toolTip">
302
         <string>The pick radius of edit nodes</string>
303
        </property>
304
        <property name="suffix">
305
         <string> px</string>
306
        </property>
307
        <property name="minimum">
308
         <number>1</number>
309
        </property>
310
        <property name="value">
311
         <number>20</number>
312
        </property>
313
        <property name="prefEntry" stdset="0">
314
         <cstring>DraftEditPickRadius</cstring>
315
        </property>
316
        <property name="prefPath" stdset="0">
317
         <cstring>Mod/Draft</cstring>
318
        </property>
319
       </widget>
320
      </item>
321
      <item row="8" column="0">
322
       <widget class="QLabel" name="label_ClonePrefix">
323
        <property name="text">
324
         <string>Label prefix for clones</string>
325
        </property>
326
       </widget>
327
      </item>
328
      <item row="8" column="1">
329
       <widget class="Gui::PrefLineEdit" name="lineEdit_ClonePrefix">
330
        <property name="maximumSize">
331
         <size>
332
          <width>140</width>
333
          <height>16777215</height>
334
         </size>
335
        </property>
336
        <property name="toolTip">
337
         <string>The default prefix added to the label of new clones</string>
338
        </property>
339
        <property name="text">
340
         <string/>
341
        </property>
342
        <property name="prefEntry" stdset="0">
343
         <cstring>ClonePrefix</cstring>
344
        </property>
345
        <property name="prefPath" stdset="0">
346
         <cstring>Mod/Draft</cstring>
347
        </property>
348
       </widget>
349
      </item>
350
      <item row="9" column="0">
351
       <widget class="QLabel" name="label_constructiongroupname">
352
        <property name="text">
353
         <string>Construction group label</string>
354
        </property>
355
       </widget>
356
      </item>
357
      <item row="9" column="1">
358
       <widget class="Gui::PrefLineEdit" name="lineEdit_constructiongroupname">
359
        <property name="maximumSize">
360
         <size>
361
          <width>140</width>
362
          <height>16777215</height>
363
         </size>
364
        </property>
365
        <property name="toolTip">
366
         <string>The default label for the construction geometry group</string>
367
        </property>
368
        <property name="text">
369
         <string>Construction</string>
370
        </property>
371
        <property name="prefEntry" stdset="0">
372
         <cstring>constructiongroupname</cstring>
373
        </property>
374
        <property name="prefPath" stdset="0">
375
         <cstring>Mod/Draft</cstring>
376
        </property>
377
       </widget>
378
      </item>
379
      <item row="10" column="0">
380
       <widget class="QLabel" name="label_constructioncolor">
381
        <property name="text">
382
         <string>Construction geometry color</string>
383
        </property>
384
       </widget>
385
      </item>
386
      <item row="10" column="1">
387
       <widget class="Gui::PrefColorButton" name="colorButton_constructioncolor">
388
        <property name="toolTip">
389
         <string>The default color for Draft objects in construction mode</string>
390
        </property>
391
        <property name="color" stdset="0">
392
         <color>
393
          <red>44</red>
394
          <green>125</green>
395
          <blue>255</blue>
396
         </color>
397
        </property>
398
        <property name="prefEntry" stdset="0">
399
         <cstring>constructioncolor</cstring>
400
        </property>
401
        <property name="prefPath" stdset="0">
402
         <cstring>Mod/Draft</cstring>
403
        </property>
404
       </widget>
405
      </item>
406
     </layout>
407
    </widget>
408
   </item>
409
   <item>
410
    <spacer name="verticalSpacer_1">
411
     <property name="orientation">
412
      <enum>Qt::Vertical</enum>
413
     </property>
414
    </spacer>
415
   </item>
416
  </layout>
417
 </widget>
418
 <layoutdefault spacing="6" margin="11"/>
419
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
420
 <customwidgets>
421
  <customwidget>
422
   <class>Gui::PrefCheckBox</class>
423
   <extends>QCheckBox</extends>
424
   <header>Gui/PrefWidgets.h</header>
425
  </customwidget>
426
  <customwidget>
427
   <class>Gui::PrefLineEdit</class>
428
   <extends>QLineEdit</extends>
429
   <header>Gui/PrefWidgets.h</header>
430
  </customwidget>
431
  <customwidget>
432
   <class>Gui::PrefComboBox</class>
433
   <extends>QComboBox</extends>
434
   <header>Gui/PrefWidgets.h</header>
435
  </customwidget>
436
  <customwidget>
437
   <class>Gui::PrefSpinBox</class>
438
   <extends>QSpinBox</extends>
439
   <header>Gui/PrefWidgets.h</header>
440
  </customwidget>
441
  <customwidget>
442
   <class>Gui::ColorButton</class>
443
   <extends>QPushButton</extends>
444
   <header>Gui/Widgets.h</header>
445
  </customwidget>
446
  <customwidget>
447
   <class>Gui::PrefColorButton</class>
448
   <extends>Gui::ColorButton</extends>
449
   <header>Gui/PrefWidgets.h</header>
450
  </customwidget>
451
 </customwidgets>
452
 <resources/>
453
 <connections/>
454
</ui>
455

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

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

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

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