FreeCAD

Форк
0
/
preferences-import.ui 
141 строка · 3.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>506</width>
10
    <height>647</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>(h)STEP</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="GroupBox1">
25
     <property name="title">
26
      <string>Export options</string>
27
     </property>
28
    <layout class="QVBoxLayout" name="verticalLayout">
29
    <item>
30
     <layout class="QHBoxLayout" name="horizontalLayout_10">
31
     <property name="spacing">
32
      <number>6</number>
33
     </property>
34
     <property name="margin">
35
      <number>9</number>
36
     </property>
37
     <item>
38
      <widget class="Gui::PrefRadioButton" name="radioButtonAP203">
39
       <property name="toolTip">
40
           <string>Please select the STEP output format your are willing to get</string>
41
       </property>
42
       <property name="text">
43
        <string notr="true">AP 203</string>
44
       </property>
45
       <property name="checked">
46
        <bool>false</bool>
47
       </property>
48
       <property name="prefEntry" stdset="0">
49
        <cstring>Scheme_203</cstring>
50
       </property>
51
       <property name="prefPath" stdset="0">
52
        <cstring>Mod/Import/hSTEP</cstring>
53
       </property>
54
      </widget>
55
     </item>
56
     <item>
57
      <widget class="Gui::PrefRadioButton" name="radioButtonAP214">
58
       <property name="text">
59
        <string notr="true">AP 214</string>
60
       </property>
61
       <property name="checked">
62
        <bool>true</bool>
63
       </property>
64
       <property name="prefEntry" stdset="0">
65
        <cstring>Scheme_214</cstring>
66
       </property>
67
       <property name="prefPath" stdset="0">
68
        <cstring>Mod/Import/hSTEP</cstring>
69
       </property>
70
      </widget>
71
     </item>
72
    </layout>
73
   </item>
74
  </layout>
75
 </widget>
76
 </item>
77
 <item>
78
 <widget class="QGroupBox" name="GroupBox2">
79
  <property name="title">
80
      <string>Import options</string>
81
  </property>
82
  <layout class="QVBoxLayout" name="verticalLayout2">
83
   <item>
84
    <widget class="Gui::PrefCheckBox" name="checkBox">
85
     <property name="toolTip">
86
      <string>If this is checked, Compound merge will be done during file reading (slower but higher details).</string>
87
     </property>
88
     <property name="text">
89
      <string>Enable STEP Compound merge</string>
90
     </property>
91
     <property name="checked">
92
       <bool>true</bool>
93
     </property>
94
     <property name="prefEntry" stdset="0">
95
      <cstring>ReadShapeCompoundMode</cstring>
96
     </property>
97
     <property name="prefPath" stdset="0">
98
      <cstring>Mod/Import/hSTEP</cstring>
99
     </property>
100
    </widget>
101
   </item>
102
  </layout>
103
 </widget>
104
 </item>
105
 <item>
106
  <spacer name="verticalSpacer">
107
   <property name="orientation">
108
    <enum>Qt::Vertical</enum>
109
   </property>
110
   <property name="sizeHint" stdset="0">
111
    <size>
112
     <width>20</width>
113
     <height>40</height>
114
    </size>
115
   </property>
116
  </spacer>
117
 </item>
118
 </layout>
119
 </widget>
120
 <layoutdefault spacing="6" margin="11"/>
121
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
122
 <customwidgets>
123
  <customwidget>
124
   <class>Gui::PrefRadioButton</class>
125
   <extends>QRadioButton</extends>
126
   <header>Gui/PrefWidgets.h</header>
127
  </customwidget>
128
  <customwidget>
129
   <class>Gui::PrefCheckBox</class>
130
   <extends>QCheckBox</extends>
131
   <header>Gui/PrefWidgets.h</header>
132
  </customwidget>
133
  <customwidget>
134
   <class>Gui::PrefDoubleSpinBox</class>
135
   <extends>QDoubleSpinBox</extends>
136
   <header>Gui/PrefWidgets.h</header>
137
  </customwidget>
138
 </customwidgets>
139
 <resources/>
140
 <connections/>
141
</ui>
142

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

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

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

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