FreeCAD

Форк
0
/
DlgImportStep.ui 
252 строки · 7.9 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>PartGui::DlgImportStep</class>
4
 <widget class="QWidget" name="PartGui::DlgImportStep">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>445</width>
10
    <height>365</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string notr="true">STEP</string>
15
  </property>
16
  <layout class="QGridLayout" name="gridLayout_4">
17
   <item row="1" column="0">
18
    <widget class="QGroupBox" name="GroupBox2">
19
     <property name="title">
20
      <string>Import</string>
21
     </property>
22
     <layout class="QVBoxLayout" name="verticalLayout">
23
      <item>
24
       <widget class="Gui::PrefCheckBox" name="checkBoxMergeCompound">
25
        <property name="toolTip">
26
         <string>If checked, Compound merge will be done
27
during file reading (slower but higher details).</string>
28
        </property>
29
        <property name="text">
30
         <string>Enable STEP Compound merge</string>
31
        </property>
32
        <property name="prefEntry" stdset="0">
33
         <cstring>ReadShapeCompoundMode</cstring>
34
        </property>
35
        <property name="prefPath" stdset="0">
36
         <cstring>Mod/Import/hSTEP</cstring>
37
        </property>
38
       </widget>
39
      </item>
40
      <item>
41
       <widget class="Gui::PrefCheckBox" name="checkBoxUseLinkGroup">
42
        <property name="toolTip">
43
         <string>Select this to use App::LinkGroup as group container, or else use App::Part.</string>
44
        </property>
45
        <property name="text">
46
         <string>Use LinkGroup</string>
47
        </property>
48
        <property name="prefEntry" stdset="0">
49
         <cstring>UseLinkGroup</cstring>
50
        </property>
51
        <property name="prefPath" stdset="0">
52
         <cstring>Mod/Import</cstring>
53
        </property>
54
       </widget>
55
      </item>
56
      <item>
57
       <widget class="Gui::PrefCheckBox" name="checkBoxImportHiddenObj">
58
        <property name="toolTip">
59
         <string>Select this to import invisible objects.</string>
60
        </property>
61
        <property name="text">
62
         <string>Import invisible objects</string>
63
        </property>
64
        <property name="prefEntry" stdset="0">
65
         <cstring>ImportHiddenObject</cstring>
66
        </property>
67
        <property name="prefPath" stdset="0">
68
         <cstring>Mod/Import</cstring>
69
        </property>
70
       </widget>
71
      </item>
72
      <item>
73
       <widget class="Gui::PrefCheckBox" name="checkBoxReduceObjects">
74
        <property name="toolTip">
75
         <string>Reduce number of objects using Link array</string>
76
        </property>
77
        <property name="text">
78
         <string>Reduce number of objects</string>
79
        </property>
80
        <property name="prefEntry" stdset="0">
81
         <cstring>ReduceObjects</cstring>
82
        </property>
83
        <property name="prefPath" stdset="0">
84
         <cstring>Mod/Import</cstring>
85
        </property>
86
       </widget>
87
      </item>
88
      <item>
89
       <widget class="Gui::PrefCheckBox" name="checkBoxExpandCompound">
90
        <property name="toolTip">
91
         <string>Expand compound shape with multiple solids</string>
92
        </property>
93
        <property name="text">
94
         <string>Expand compound shape</string>
95
        </property>
96
        <property name="prefEntry" stdset="0">
97
         <cstring>ExpandCompound</cstring>
98
        </property>
99
        <property name="prefPath" stdset="0">
100
         <cstring>Mod/Import</cstring>
101
        </property>
102
       </widget>
103
      </item>
104
      <item>
105
       <widget class="Gui::PrefCheckBox" name="checkBoxShowProgress">
106
        <property name="toolTip">
107
         <string>Show progress bar when importing</string>
108
        </property>
109
        <property name="text">
110
         <string>Show progress bar when importing</string>
111
        </property>
112
        <property name="prefEntry" stdset="0">
113
         <cstring>ShowProgress</cstring>
114
        </property>
115
        <property name="prefPath" stdset="0">
116
         <cstring>Mod/Import</cstring>
117
        </property>
118
       </widget>
119
      </item>
120
      <item>
121
       <widget class="Gui::PrefCheckBox" name="checkBoxUseBaseName">
122
        <property name="toolTip">
123
         <string>Do not use instance names. Useful for some legacy STEP files with non-meaningful auto-generated instance names.</string>
124
        </property>
125
        <property name="text">
126
         <string>Ignore instance names</string>
127
        </property>
128
        <property name="prefEntry" stdset="0">
129
         <cstring>UseBaseName</cstring>
130
        </property>
131
        <property name="prefPath" stdset="0">
132
         <cstring>Mod/Import</cstring>
133
        </property>
134
       </widget>
135
      </item>
136
      <item>
137
       <layout class="QHBoxLayout" name="horizontalLayout_2">
138
        <item>
139
         <widget class="QLabel" name="label_6">
140
          <property name="enabled">
141
           <bool>true</bool>
142
          </property>
143
          <property name="minimumSize">
144
           <size>
145
            <width>197</width>
146
            <height>0</height>
147
           </size>
148
          </property>
149
          <property name="text">
150
           <string>CodePage</string>
151
          </property>
152
         </widget>
153
        </item>
154
        <item>
155
         <widget class="Gui::PrefComboBox" name="comboBoxImportCodePage">
156
          <property name="sizePolicy">
157
           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
158
            <horstretch>0</horstretch>
159
            <verstretch>0</verstretch>
160
           </sizepolicy>
161
          </property>
162
          <property name="prefEntry" stdset="0">
163
           <cstring>ImportCodePage</cstring>
164
          </property>
165
          <property name="prefPath" stdset="0">
166
           <cstring>Mod/Import</cstring>
167
          </property>
168
         </widget>
169
        </item>
170
       </layout>
171
      </item>
172
      <item>
173
       <layout class="QHBoxLayout" name="horizontalLayout">
174
        <item>
175
         <widget class="QLabel" name="label_5">
176
          <property name="text">
177
           <string>Mode</string>
178
          </property>
179
         </widget>
180
        </item>
181
        <item>
182
         <widget class="Gui::PrefComboBox" name="comboBoxImportMode">
183
          <property name="sizePolicy">
184
           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
185
            <horstretch>0</horstretch>
186
            <verstretch>0</verstretch>
187
           </sizepolicy>
188
          </property>
189
          <property name="prefEntry" stdset="0">
190
           <cstring>ImportMode</cstring>
191
          </property>
192
          <property name="prefPath" stdset="0">
193
           <cstring>Mod/Import</cstring>
194
          </property>
195
          <item>
196
           <property name="text">
197
            <string>Single document</string>
198
           </property>
199
          </item>
200
          <item>
201
           <property name="text">
202
            <string>Assembly per document</string>
203
           </property>
204
          </item>
205
          <item>
206
           <property name="text">
207
            <string>Assembly per document in sub-directory</string>
208
           </property>
209
          </item>
210
          <item>
211
           <property name="text">
212
            <string>Object per document</string>
213
           </property>
214
          </item>
215
          <item>
216
           <property name="text">
217
            <string>Object per document in sub-directory</string>
218
           </property>
219
          </item>
220
         </widget>
221
        </item>
222
       </layout>
223
      </item>
224
     </layout>
225
    </widget>
226
   </item>
227
  </layout>
228
 </widget>
229
 <customwidgets>
230
  <customwidget>
231
   <class>Gui::PrefCheckBox</class>
232
   <extends>QCheckBox</extends>
233
   <header>Gui/PrefWidgets.h</header>
234
  </customwidget>
235
  <customwidget>
236
   <class>Gui::PrefComboBox</class>
237
   <extends>QComboBox</extends>
238
   <header>Gui/PrefWidgets.h</header>
239
  </customwidget>
240
 </customwidgets>
241
 <tabstops>
242
  <tabstop>checkBoxMergeCompound</tabstop>
243
  <tabstop>checkBoxUseLinkGroup</tabstop>
244
  <tabstop>checkBoxImportHiddenObj</tabstop>
245
  <tabstop>checkBoxReduceObjects</tabstop>
246
  <tabstop>checkBoxExpandCompound</tabstop>
247
  <tabstop>checkBoxUseBaseName</tabstop>
248
  <tabstop>comboBoxImportMode</tabstop>
249
 </tabstops>
250
 <resources/>
251
 <connections/>
252
</ui>
253

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

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

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

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