FreeCAD

Форк
0
/
preferences-draftvisual.ui 
227 строк · 6.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>570</width>
10
    <height>552</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Visual</string>
15
  </property>
16
  <layout class="QVBoxLayout">
17
   <item>
18
    <widget class="QGroupBox" name="groupBox_1">
19
     <property name="title">
20
      <string>SVG patterns</string>
21
     </property>
22
     <layout class="QGridLayout" name="gridLayout_1">
23
      <item row="0" column="0">
24
       <widget class="QLabel" name="label_HatchPatternSize">
25
        <property name="text">
26
         <string>SVG pattern size</string>
27
        </property>
28
       </widget>
29
      </item>
30
      <item row="0" column="1">
31
       <widget class="Gui::PrefDoubleSpinBox" name="spinBox_HatchPatternSize">
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 default size for SVG patterns. A higher value results in a denser pattern.</string>
40
        </property>
41
        <property name="singleStep">
42
         <double>0.05</double>
43
        </property>
44
        <property name="value">
45
         <double>1.0</double>
46
        </property>
47
        <property name="prefEntry" stdset="0">
48
         <cstring>HatchPatternSize</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
       </spacer>
61
      </item>
62
      <item row="1" column="0">
63
       <widget class="QLabel" name="label_patternFile">
64
        <property name="text">
65
         <string>Additional SVG pattern location</string>
66
        </property>
67
       </widget>
68
      </item>
69
      <item row="1" column="1" colspan="2">
70
       <widget class="Gui::PrefFileChooser" name="fileChooser_patternFile">
71
        <property name="mode">
72
         <enum>Gui::FileChooser::Directory</enum>
73
        </property>
74
        <property name="toolTip">
75
         <string>An optional directory with custom SVG files containing
76
pattern definitions to be added to the standard patterns</string>
77
        </property>
78
        <property name="prefEntry" stdset="0">
79
         <cstring>patternFile</cstring>
80
        </property>
81
        <property name="prefPath" stdset="0">
82
         <cstring>Mod/Draft</cstring>
83
        </property>
84
       </widget>
85
      </item>
86
     </layout>
87
    </widget>
88
   </item>
89
   <item>
90
    <widget class="QGroupBox" name="groupBox_2">
91
     <property name="title">
92
      <string>Drawing view line definitions</string>
93
     </property>
94
     <layout class="QGridLayout" name="gridLayout_2">
95
      <item row="0" column="0">
96
       <widget class="QLabel" name="label_svgDashedLine">
97
        <property name="text">
98
         <string>Dashed line definition</string>
99
        </property>
100
       </widget>
101
      </item>
102
      <item row="0" column="1">
103
       <widget class="Gui::PrefLineEdit" name="lineEdit_svgDashedLine">
104
        <property name="maximumSize">
105
         <size>
106
          <width>140</width>
107
          <height>16777215</height>
108
         </size>
109
        </property>
110
        <property name="toolTip">
111
         <string>An SVG linestyle definition</string>
112
        </property>
113
        <property name="text">
114
         <string notr="true">2,2</string>
115
        </property>
116
        <property name="prefEntry" stdset="0">
117
         <cstring>svgDashedLine</cstring>
118
        </property>
119
        <property name="prefPath" stdset="0">
120
         <cstring>Mod/Draft</cstring>
121
        </property>
122
       </widget>
123
      </item>
124
      <item row="0" column="2">
125
       <spacer name="horizontalSpacer_2">
126
        <property name="orientation">
127
         <enum>Qt::Horizontal</enum>
128
        </property>
129
       </spacer>
130
      </item>
131
      <item row="1" column="0">
132
       <widget class="QLabel" name="label_svgDashdotLine">
133
        <property name="text">
134
         <string>Dashdot line definition</string>
135
        </property>
136
       </widget>
137
      </item>
138
      <item row="1" column="1">
139
       <widget class="Gui::PrefLineEdit" name="lineEdit_svgDashdotLine">
140
        <property name="maximumSize">
141
         <size>
142
          <width>140</width>
143
          <height>16777215</height>
144
         </size>
145
        </property>
146
        <property name="toolTip">
147
         <string>An SVG linestyle definition</string>
148
        </property>
149
        <property name="text">
150
         <string notr="true">3,2,0.2,2</string>
151
        </property>
152
        <property name="prefEntry" stdset="0">
153
         <cstring>svgDashdotLine</cstring>
154
        </property>
155
        <property name="prefPath" stdset="0">
156
         <cstring>Mod/Draft</cstring>
157
        </property>
158
       </widget>
159
      </item>
160
      <item row="2" column="0">
161
       <widget class="QLabel" name="label_svgDottedLine">
162
        <property name="text">
163
         <string>Dotted line definition</string>
164
        </property>
165
       </widget>
166
      </item>
167
      <item row="2" column="1">
168
       <widget class="Gui::PrefLineEdit" name="lineEdit_svgDottedLine">
169
        <property name="maximumSize">
170
         <size>
171
          <width>140</width>
172
          <height>16777215</height>
173
         </size>
174
        </property>
175
        <property name="toolTip">
176
         <string>An SVG linestyle definition</string>
177
        </property>
178
        <property name="text">
179
         <string notr="true">0.2,2</string>
180
        </property>
181
        <property name="prefEntry" stdset="0">
182
         <cstring>svgDottedLine</cstring>
183
        </property>
184
        <property name="prefPath" stdset="0">
185
         <cstring>Mod/Draft</cstring>
186
        </property>
187
       </widget>
188
      </item>
189
     </layout>
190
    </widget>
191
   </item>
192
   <item>
193
    <spacer name="verticalSpacer_1">
194
     <property name="orientation">
195
      <enum>Qt::Vertical</enum>
196
     </property>
197
    </spacer>
198
   </item>
199
  </layout>
200
 </widget>
201
 <layoutdefault spacing="6" margin="11"/>
202
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
203
 <customwidgets>
204
  <customwidget>
205
   <class>Gui::PrefLineEdit</class>
206
   <extends>QLineEdit</extends>
207
   <header>Gui/PrefWidgets.h</header>
208
  </customwidget>
209
  <customwidget>
210
   <class>Gui::PrefDoubleSpinBox</class>
211
   <extends>QDoubleSpinBox</extends>
212
   <header>Gui/PrefWidgets.h</header>
213
  </customwidget>
214
  <customwidget>
215
   <class>Gui::FileChooser</class>
216
   <extends>QWidget</extends>
217
   <header>Gui/FileDialog.h</header>
218
  </customwidget>
219
  <customwidget>
220
   <class>Gui::PrefFileChooser</class>
221
   <extends>Gui::FileChooser</extends>
222
   <header>Gui/PrefWidgets.h</header>
223
  </customwidget>
224
 </customwidgets>
225
 <resources/>
226
 <connections/>
227
</ui>
228

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

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

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

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