FreeCAD

Форк
0
/
SketcherSettings.ui 
335 строк · 11.4 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>SketcherGui::SketcherSettings</class>
4
 <widget class="QWidget" name="SketcherGui::SketcherSettings">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>500</width>
10
    <height>536</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>General</string>
15
  </property>
16
  <layout class="QGridLayout" name="gridLayout">
17
   <item row="0" column="0">
18
    <widget class="QGroupBox" name="groupBox_2">
19
     <property name="title">
20
      <string>Task panel widgets</string>
21
     </property>
22
     <layout class="QGridLayout" name="gridLayout_4">
23
      <item row="0" column="0">
24
       <widget class="Gui::PrefCheckBox" name="checkBoxAdvancedSolverTaskBox">
25
        <property name="toolTip">
26
         <string>Sketcher dialog will have additional section
27
'Advanced solver control' to adjust solver settings</string>
28
        </property>
29
        <property name="text">
30
         <string>Show section 'Advanced solver control'</string>
31
        </property>
32
        <property name="prefEntry" stdset="0">
33
         <cstring>ShowSolverAdvancedWidget</cstring>
34
        </property>
35
        <property name="prefPath" stdset="0">
36
         <cstring>Mod/Sketcher</cstring>
37
        </property>
38
       </widget>
39
      </item>
40
     </layout>
41
    </widget>
42
   </item>
43
   <item row="1" column="0">
44
    <widget class="QGroupBox" name="groupBox_4">
45
     <property name="title">
46
      <string>Dragging performance</string>
47
     </property>
48
     <layout class="QGridLayout" name="gridLayout_5" rowstretch="0,0" columnstretch="0,0">
49
      <item row="1" column="0" colspan="2">
50
       <widget class="Gui::PrefCheckBox" name="checkBoxRecalculateInitialSolutionWhileDragging">
51
        <property name="toolTip">
52
         <string>Special solver algorithm will be used while dragging sketch elements.
53
Requires to re-enter edit mode to take effect.</string>
54
        </property>
55
        <property name="text">
56
         <string>Improve solving while dragging</string>
57
        </property>
58
        <property name="checked">
59
         <bool>true</bool>
60
        </property>
61
        <property name="prefEntry" stdset="0">
62
         <cstring>RecalculateInitialSolutionWhileDragging</cstring>
63
        </property>
64
        <property name="prefPath" stdset="0">
65
         <cstring>Mod/Sketcher</cstring>
66
        </property>
67
       </widget>
68
      </item>
69
     </layout>
70
    </widget>
71
   </item>
72
   <item row="2" column="0">
73
    <widget class="QGroupBox" name="groupBox_5">
74
     <property name="enabled">
75
      <bool>true</bool>
76
     </property>
77
     <property name="sizePolicy">
78
      <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
79
       <horstretch>0</horstretch>
80
       <verstretch>0</verstretch>
81
      </sizepolicy>
82
     </property>
83
     <property name="minimumSize">
84
      <size>
85
       <width>0</width>
86
       <height>0</height>
87
      </size>
88
     </property>
89
     <property name="maximumSize">
90
      <size>
91
       <width>16777215</width>
92
       <height>16777215</height>
93
      </size>
94
     </property>
95
     <property name="baseSize">
96
      <size>
97
       <width>0</width>
98
       <height>0</height>
99
      </size>
100
     </property>
101
     <property name="title">
102
      <string>General</string>
103
     </property>
104
     <layout class="QVBoxLayout" name="verticalLayout_22">
105
      <item>
106
       <widget class="Gui::PrefCheckBox" name="checkBoxAutoRemoveRedundants">
107
        <property name="toolTip">
108
         <string>New constraints that would be redundant will automatically be removed</string>
109
        </property>
110
        <property name="text">
111
         <string>Auto remove redundants</string>
112
        </property>
113
        <property name="checked">
114
         <bool>false</bool>
115
        </property>
116
        <property name="prefEntry" stdset="0">
117
         <cstring>AutoRemoveRedundants</cstring>
118
        </property>
119
        <property name="prefPath" stdset="0">
120
         <cstring>Mod/Sketcher</cstring>
121
        </property>
122
       </widget>
123
      </item>
124
      <item>
125
       <widget class="Gui::PrefCheckBox" name="checkBoxEnableEscape">
126
        <property name="toolTip">
127
         <string>Allow to leave sketch edit mode when pressing Esc button</string>
128
        </property>
129
        <property name="text">
130
         <string>Esc can leave sketch edit mode</string>
131
        </property>
132
        <property name="checked">
133
         <bool>true</bool>
134
        </property>
135
        <property name="prefEntry" stdset="0">
136
         <cstring>LeaveSketchWithEscape</cstring>
137
        </property>
138
        <property name="prefPath" stdset="0">
139
         <cstring>Mod/Sketcher</cstring>
140
        </property>
141
       </widget>
142
      </item>
143
      <item>
144
       <widget class="Gui::PrefCheckBox" name="checkBoxDisableShading">
145
        <property name="toolTip">
146
         <string>Disables the shaded view when entering the sketch edit mode.</string>
147
        </property>
148
        <property name="text">
149
         <string>Disable shading in edit mode</string>
150
        </property>
151
        <property name="checked">
152
         <bool>true</bool>
153
        </property>
154
        <property name="prefEntry" stdset="1">
155
         <cstring>DisableShadedView</cstring>
156
        </property>
157
        <property name="prefPath" stdset="1">
158
         <cstring>Mod/Sketcher/General</cstring>
159
        </property>
160
       </widget>
161
      </item>
162
      <item>
163
       <widget class="Gui::PrefCheckBox" name="checkBoxNotifyConstraintSubstitutions">
164
        <property name="toolTip">
165
         <string>Notifies about automatic constraint substitutions</string>
166
        </property>
167
        <property name="text">
168
         <string>Notify automatic constraint substitutions</string>
169
        </property>
170
        <property name="checked">
171
         <bool>true</bool>
172
        </property>
173
        <property name="prefEntry" stdset="0">
174
         <cstring>NotifyConstraintSubstitutions</cstring>
175
        </property>
176
        <property name="prefPath" stdset="0">
177
         <cstring>Mod/Sketcher/General</cstring>
178
        </property>
179
       </widget>
180
      </item>
181
      <item>
182
       <widget class="Gui::PrefCheckBox" name="checkBoxUnifiedCoincident">
183
        <property name="toolTip">
184
         <string>Unify Coincident and PointOnObject in a single tool.</string>
185
        </property>
186
        <property name="text">
187
         <string>Unify Coincident and PointOnObject</string>
188
        </property>
189
        <property name="checked">
190
         <bool>true</bool>
191
        </property>
192
        <property name="prefEntry" stdset="0">
193
         <cstring>UnifiedCoincident</cstring>
194
        </property>
195
        <property name="prefPath" stdset="0">
196
         <cstring>Mod/Sketcher/Constraints</cstring>
197
        </property>
198
       </widget>
199
      </item>
200
      <item>
201
       <widget class="Gui::PrefCheckBox" name="checkBoxHorVerAuto">
202
        <property name="toolTip">
203
         <string>Use the automatic horizontal/vertical constraint tool. This create a command group in which you have the auto tool, horizontal and vertical.</string>
204
        </property>
205
        <property name="text">
206
         <string>Auto tool for Horizontal/Vertical</string>
207
        </property>
208
        <property name="checked">
209
         <bool>true</bool>
210
        </property>
211
        <property name="prefEntry" stdset="0">
212
         <cstring>AutoHorVer</cstring>
213
        </property>
214
        <property name="prefPath" stdset="0">
215
         <cstring>Mod/Sketcher/Constraints</cstring>
216
        </property>
217
       </widget>
218
      </item>
219
     </layout>
220
    </widget>
221
   </item>
222
   <item row="3" column="0">
223
    <widget class="QGroupBox" name="groupBox_6">
224
     <property name="sizePolicy">
225
      <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
226
       <horstretch>0</horstretch>
227
       <verstretch>0</verstretch>
228
      </sizepolicy>
229
     </property>
230
     <property name="title">
231
      <string>Dimension constraint</string>
232
     </property>
233
     <layout class="QGridLayout" name="gridLayout_general">
234
      <item row="0" column="0">
235
       <widget class="QLabel" name="dimensioningLabel">
236
        <property name="text">
237
         <string>Dimensioning constraints:</string>
238
        </property>
239
       </widget>
240
      </item>
241
	  <item row="0" column="1">
242
       <widget class="QComboBox" name="dimensioningMode">
243
        <property name="toolTip">
244
         <string>Select the type of dimensioning constraints for your toolbar:
245
'Single tool': A single tool for all dimensioning constraints in the toolbar: Distance, Distance X / Y, Angle, Radius. (Others in dropdown)
246
'Separated tools': Individual tools for each dimensioning constraint.
247
'Both': You will have both the 'Dimension' tool and the separated tools.
248
This setting is only for the toolbar. Whichever you choose, all tools are always available in the menu and through shortcuts.</string>
249
        </property>
250
       </widget>
251
      </item>
252
      <item row="1" column="0">
253
       <widget class="QLabel" name="radiusDiameterLabel">
254
        <property name="text">
255
         <string>Dimension tool diameter/radius mode:</string>
256
        </property>
257
       </widget>
258
      </item>
259
	  <item row="1" column="1">
260
       <widget class="QComboBox" name="radiusDiameterMode">
261
        <property name="toolTip">
262
         <string>While using the Dimension tool you may choose how to handle circles and arcs:
263
'Auto': The tool will apply radius to arcs and diameter to circles.
264
'Diameter': The tool will apply diameter to both arcs and circles.
265
'Radius': The tool will apply radius to both arcs and circles.</string>
266
        </property>
267
       </widget>
268
      </item>
269
     </layout>
270
    </widget>
271
   </item>
272
   <item row="4" column="0">
273
    <widget class="QGroupBox" name="groupBox_7">
274
     <property name="sizePolicy">
275
      <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
276
       <horstretch>0</horstretch>
277
       <verstretch>0</verstretch>
278
      </sizepolicy>
279
     </property>
280
     <property name="title">
281
      <string>Tool parameters</string>
282
     </property>
283
     <layout class="QGridLayout" name="gridLayout_vis">
284
      <item row="0" column="0">
285
       <widget class="QLabel" name="ovpVisibilityLabel">
286
        <property name="text">
287
         <string>On-View-Parameters:</string>
288
        </property>
289
       </widget>
290
      </item>
291
	  <item row="0" column="1">
292
       <widget class="QComboBox" name="ovpVisibility">
293
        <property name="toolTip">
294
         <string>Choose a visibility mode for the On-View-Parameters:
295
'Disabled': On-View-Parameters are completely disabled.
296
'Only dimensional': Only dimensional On-View-Parameters are visible. They are the most useful. For example the radius of a circle.
297
'All': Both dimensional and positional On-View-Parameters. Positionals are the (x,y) position of the cursor. For example for the center of a circle.</string>
298
        </property>
299
       </widget>
300
      </item>
301
     </layout>
302
    </widget>
303
   </item>
304
   <item row="5" column="0">
305
    <spacer name="verticalSpacer">
306
     <property name="orientation">
307
      <enum>Qt::Vertical</enum>
308
     </property>
309
     <property name="sizeHint" stdset="0">
310
      <size>
311
       <width>20</width>
312
       <height>40</height>
313
      </size>
314
     </property>
315
    </spacer>
316
   </item>
317
  </layout>
318
 </widget>
319
 <customwidgets>
320
  <customwidget>
321
   <class>Gui::PrefCheckBox</class>
322
   <extends>QCheckBox</extends>
323
   <header>Gui/PrefWidgets.h</header>
324
  </customwidget>
325
 </customwidgets>
326
 <tabstops>
327
  <tabstop>checkBoxAdvancedSolverTaskBox</tabstop>
328
  <tabstop>checkBoxRecalculateInitialSolutionWhileDragging</tabstop>
329
  <tabstop>checkBoxAutoRemoveRedundants</tabstop>
330
  <tabstop>checkBoxEnableEscape</tabstop>
331
  <tabstop>checkBoxNotifyConstraintSubstitutions</tabstop>
332
 </tabstops>
333
 <resources/>
334
 <connections/>
335
</ui>
336

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

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

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

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