FreeCAD

Форк
0
/
DlgSettingsImportExport.ui 
181 строка · 6.4 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>MeshGui::DlgSettingsImportExport</class>
4
 <widget class="QWidget" name="MeshGui::DlgSettingsImportExport">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>539</width>
10
    <height>339</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Mesh Formats</string>
15
  </property>
16
  <layout class="QGridLayout">
17
   <item row="0" column="0">
18
    <widget class="QGroupBox" name="GroupBox12">
19
     <property name="title">
20
      <string>Export</string>
21
     </property>
22
     <layout class="QGridLayout">
23
      <item row="0" column="0">
24
       <layout class="QGridLayout">
25
        <item row="0" column="0">
26
         <widget class="QLabel" name="textLabel1">
27
          <property name="toolTip">
28
           <string>Deviation of tessellation to the actual surface</string>
29
          </property>
30
          <property name="whatsThis">
31
           <string>&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;/head&gt;&lt;body style=" white-space: pre-wrap; font-size:7.8pt; font-weight:400; font-style:normal; text-decoration:none;"&gt;&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-weight:600;"&gt;Tessellation&lt;/span&gt;&lt;/p&gt;&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"&gt;&lt;/p&gt;&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;"&gt;&lt;span style=" font-weight:400;"&gt;Defines the maximum deviation of the tessellated mesh to the surface. The smaller the value is the slower the render speed which results in increased detail/resolution.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
32
          </property>
33
          <property name="text">
34
           <string>Maximum mesh deviation</string>
35
          </property>
36
         </widget>
37
        </item>
38
        <item row="0" column="1">
39
         <widget class="Gui::QuantitySpinBox" name="maxDeviationExport">
40
          <property name="toolTip">
41
           <string>Maximal deviation between mesh and object</string>
42
          </property>
43
          <property name="unit" stdset="0">
44
           <string notr="true">mm</string>
45
          </property>
46
          <property name="minimum">
47
           <double>0.000010000000000</double>
48
          </property>
49
          <property name="maximum">
50
           <double>100000000.000000000000000</double>
51
          </property>
52
          <property name="singleStep">
53
           <double>0.010000000000000</double>
54
          </property>
55
          <property name="value">
56
           <double>0.100000000000000</double>
57
          </property>
58
         </widget>
59
        </item>
60
        <item row="1" column="0">
61
         <widget class="Gui::PrefCheckBox" name="exportAmfCompressed">
62
          <property name="toolTip">
63
           <string>ZIP compression is used when writing a mesh file in AMF format</string>
64
          </property>
65
          <property name="text">
66
           <string>Export AMF files using compression</string>
67
          </property>
68
          <property name="checked">
69
           <bool>true</bool>
70
          </property>
71
          <property name="prefEntry" stdset="0">
72
           <cstring>ExportAmfCompressed</cstring>
73
          </property>
74
          <property name="prefPath" stdset="0">
75
           <cstring>Mod/Mesh</cstring>
76
          </property>
77
         </widget>
78
        </item>
79
        <item row="2" column="0">
80
         <widget class="Gui::PrefCheckBox" name="export3mfModel">
81
          <property name="toolTip">
82
           <string>Always export mesh as model type in 3MF format even if not a solid</string>
83
          </property>
84
          <property name="text">
85
           <string>Export 3MF files as model type</string>
86
          </property>
87
          <property name="checked">
88
           <bool>true</bool>
89
          </property>
90
          <property name="prefEntry" stdset="0">
91
           <cstring>Export3mfModel</cstring>
92
          </property>
93
          <property name="prefPath" stdset="0">
94
           <cstring>Mod/Mesh</cstring>
95
          </property>
96
         </widget>
97
        </item>
98
       </layout>
99
      </item>
100
     </layout>
101
    </widget>
102
   </item>
103
   <item row="1" column="0">
104
    <widget class="QGroupBox" name="GroupBoxAsy">
105
     <property name="title">
106
      <string notr="true">Asymptote</string>
107
     </property>
108
     <layout class="QGridLayout">
109
      <item row="0" column="0">
110
       <layout class="QGridLayout">
111
        <item row="0" column="0">
112
         <widget class="QLabel" name="labelAsyWidth">
113
          <property name="text">
114
           <string>Width:</string>
115
          </property>
116
         </widget>
117
        </item>
118
        <item row="0" column="1">
119
         <widget class="QLineEdit" name="asymptoteWidth">
120
         </widget>
121
        </item>
122
        <item row="0" column="2">
123
         <spacer>
124
          <property name="orientation">
125
           <enum>Qt::Horizontal</enum>
126
          </property>
127
          <property name="sizeHint" stdset="0">
128
           <size>
129
            <width>61</width>
130
            <height>20</height>
131
           </size>
132
          </property>
133
         </spacer>
134
        </item>
135
        <item row="0" column="3">
136
         <widget class="QLabel" name="labelAsyHeight">
137
          <property name="text">
138
           <string>Height:</string>
139
          </property>
140
         </widget>
141
        </item>
142
        <item row="0" column="4">
143
         <widget class="QLineEdit" name="asymptoteHeight">
144
         </widget>
145
        </item>
146
       </layout>
147
      </item>
148
     </layout>
149
    </widget>
150
   </item>
151
   <item row="2" column="0">
152
    <spacer>
153
     <property name="orientation">
154
      <enum>Qt::Vertical</enum>
155
     </property>
156
     <property name="sizeHint" stdset="0">
157
      <size>
158
       <width>20</width>
159
       <height>61</height>
160
      </size>
161
     </property>
162
    </spacer>
163
   </item>
164
  </layout>
165
 </widget>
166
 <layoutdefault spacing="6" margin="11"/>
167
 <customwidgets>
168
  <customwidget>
169
   <class>Gui::QuantitySpinBox</class>
170
   <extends>QWidget</extends>
171
   <header>Gui/QuantitySpinBox.h</header>
172
  </customwidget>
173
  <customwidget>
174
   <class>Gui::PrefCheckBox</class>
175
   <extends>QCheckBox</extends>
176
   <header>Gui/PrefWidgets.h</header>
177
  </customwidget>
178
 </customwidgets>
179
 <resources/>
180
 <connections/>
181
</ui>
182

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

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

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

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