FreeCAD

Форк
0
/
preferences-svg.ui 
263 строки · 7.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>425</width>
10
    <height>362</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>SVG</string>
15
  </property>
16
  <layout class="QVBoxLayout">
17
   <property name="spacing">
18
    <number>6</number>
19
   </property>
20
   <property name="margin">
21
    <number>9</number>
22
   </property>
23
   <item>
24
    <widget class="QGroupBox" name="groupBox">
25
     <property name="title">
26
      <string>Import options</string>
27
     </property>
28
     <layout class="QVBoxLayout" name="verticalLayout">
29
      <item>
30
       <layout class="QHBoxLayout" name="_4">
31
        <property name="spacing">
32
         <number>6</number>
33
        </property>
34
        <property name="margin">
35
         <number>0</number>
36
        </property>
37
        <item>
38
         <widget class="QLabel" name="textLabel1_5">
39
          <property name="text">
40
           <string>Import style</string>
41
          </property>
42
         </widget>
43
        </item>
44
        <item>
45
         <widget class="Gui::PrefComboBox" name="gui::prefcombobox_3">
46
          <property name="toolTip">
47
           <string>Method chosen for importing SVG object color to FreeCAD</string>
48
          </property>
49
          <property name="currentIndex">
50
           <number>0</number>
51
          </property>
52
          <property name="prefEntry" stdset="0">
53
           <cstring>svgstyle</cstring>
54
          </property>
55
          <property name="prefPath" stdset="0">
56
           <cstring>Mod/Draft</cstring>
57
          </property>
58
          <item>
59
           <property name="text">
60
            <string>None (fastest)</string>
61
           </property>
62
          </item>
63
          <item>
64
           <property name="text">
65
            <string>Use default color and linewidth</string>
66
           </property>
67
          </item>
68
          <item>
69
           <property name="text">
70
            <string>Original color and linewidth</string>
71
           </property>
72
          </item>
73
         </widget>
74
        </item>
75
       </layout>
76
      </item>
77
      <item>
78
       <layout class="QHBoxLayout" name="horizontalLayout">
79
        <item>
80
         <widget class="Gui::PrefCheckBox" name="checkBox">
81
          <property name="toolTip">
82
           <string>If checked, no units conversion will occur.
83
One unit in the SVG file will translate as one millimeter.</string>
84
          </property>
85
          <property name="text">
86
           <string>Disable units scaling</string>
87
          </property>
88
          <property name="checked">
89
           <bool>false</bool>
90
          </property>
91
          <property name="prefEntry" stdset="0">
92
           <cstring>svgDisableUnitScaling</cstring>
93
          </property>
94
          <property name="prefPath" stdset="0">
95
           <cstring>Mod/Draft</cstring>
96
          </property>
97
         </widget>
98
        </item>
99
       </layout>
100
      </item>
101
     </layout>
102
    </widget>
103
   </item>
104
   <item>
105
    <widget class="QGroupBox" name="GroupBox12_2">
106
     <property name="title">
107
      <string>Export options</string>
108
     </property>
109
     <layout class="QVBoxLayout" name="_3">
110
      <property name="spacing">
111
       <number>6</number>
112
      </property>
113
      <property name="margin">
114
       <number>9</number>
115
      </property>
116
      <item>
117
       <layout class="QHBoxLayout" name="horizontalLayout_9">
118
        <item>
119
         <widget class="QLabel" name="label_2">
120
          <property name="text">
121
           <string>Export style</string>
122
          </property>
123
         </widget>
124
        </item>
125
        <item>
126
         <widget class="Gui::PrefComboBox" name="svg_export_style_combobox">
127
          <property name="toolTip">
128
           <string>Style of SVG file to write when exporting a sketch</string>
129
          </property>
130
          <property name="currentIndex">
131
           <number>0</number>
132
          </property>
133
          <property name="prefEntry" stdset="0">
134
           <cstring>svg_export_style</cstring>
135
          </property>
136
          <property name="prefPath" stdset="0">
137
           <cstring>Mod/Draft</cstring>
138
          </property>
139
          <item>
140
           <property name="text">
141
            <string>Translated (for print &amp; display)</string>
142
           </property>
143
          </item>
144
          <item>
145
           <property name="text">
146
            <string>Raw (for CAM)</string>
147
           </property>
148
          </item>
149
         </widget>
150
        </item>
151
       </layout>
152
      </item>
153
      <item>
154
       <layout class="QHBoxLayout" name="horizontalLayout_10">
155
        <item>
156
         <widget class="Gui::PrefCheckBox" name="gui::prefcheckbox_6">
157
          <property name="toolTip">
158
           <string>All white lines will appear in black in the SVG for better readability against white backgrounds</string>
159
          </property>
160
          <property name="text">
161
           <string>Translate white line color to black</string>
162
          </property>
163
          <property name="checked">
164
           <bool>true</bool>
165
          </property>
166
          <property name="prefEntry" stdset="0">
167
           <cstring>SvgLinesBlack</cstring>
168
          </property>
169
          <property name="prefPath" stdset="0">
170
           <cstring>Mod/Draft</cstring>
171
          </property>
172
         </widget>
173
        </item>
174
       </layout>
175
      </item>
176
      <item>
177
       <layout class="QHBoxLayout" name="horizontalLayout_2">
178
        <item>
179
         <widget class="QLabel" name="label">
180
          <property name="text">
181
           <string>Max segment length for discretized arcs</string>
182
          </property>
183
          <property name="buddy">
184
           <cstring/>
185
          </property>
186
         </widget>
187
        </item>
188
        <item>
189
         <spacer name="horizontalSpacer">
190
          <property name="orientation">
191
           <enum>Qt::Horizontal</enum>
192
          </property>
193
          <property name="sizeHint" stdset="0">
194
           <size>
195
            <width>40</width>
196
            <height>20</height>
197
           </size>
198
          </property>
199
         </spacer>
200
        </item>
201
        <item>
202
         <widget class="Gui::PrefDoubleSpinBox" name="doubleSpinBox">
203
          <property name="toolTip">
204
           <string>Versions of OpenCASCADE older than version 6.8 don't support arc projection.
205
In this case arcs will be discretized into small line segments.
206
This value is the maximum segment length.</string>
207
          </property>
208
          <property name="suffix">
209
           <string>mm</string>
210
          </property>
211
          <property name="maximum">
212
           <double>9999.989999999999782</double>
213
          </property>
214
          <property name="prefEntry" stdset="0">
215
           <cstring>svgDiscretization</cstring>
216
          </property>
217
          <property name="prefPath" stdset="0">
218
           <cstring>Mod/Draft</cstring>
219
          </property>
220
         </widget>
221
        </item>
222
       </layout>
223
      </item>
224
     </layout>
225
    </widget>
226
   </item>
227
   <item>
228
    <spacer name="verticalSpacer">
229
     <property name="orientation">
230
      <enum>Qt::Vertical</enum>
231
     </property>
232
     <property name="sizeHint" stdset="0">
233
      <size>
234
       <width>20</width>
235
       <height>40</height>
236
      </size>
237
     </property>
238
    </spacer>
239
   </item>
240
  </layout>
241
 </widget>
242
 <layoutdefault spacing="6" margin="11"/>
243
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
244
 <customwidgets>
245
  <customwidget>
246
   <class>Gui::PrefCheckBox</class>
247
   <extends>QCheckBox</extends>
248
   <header>Gui/PrefWidgets.h</header>
249
  </customwidget>
250
  <customwidget>
251
   <class>Gui::PrefComboBox</class>
252
   <extends>QComboBox</extends>
253
   <header>Gui/PrefWidgets.h</header>
254
  </customwidget>
255
  <customwidget>
256
   <class>Gui::PrefDoubleSpinBox</class>
257
   <extends>QDoubleSpinBox</extends>
258
   <header>Gui/PrefWidgets.h</header>
259
  </customwidget>
260
 </customwidgets>
261
 <resources/>
262
 <connections/>
263
</ui>
264

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

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

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

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