FreeCAD

Форк
0
/
DlgSettings3DViewPart.ui 
149 строк · 5.2 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>PartGui::DlgSettings3DViewPart</class>
4
 <widget class="QWidget" name="PartGui::DlgSettings3DViewPart">
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>Shape view</string>
15
  </property>
16
  <layout class="QGridLayout">
17
   <property name="margin">
18
    <number>9</number>
19
   </property>
20
   <property name="spacing">
21
    <number>6</number>
22
   </property>
23
   <item row="0" column="0">
24
    <widget class="QGroupBox" name="GroupBox12">
25
     <property name="title">
26
      <string>Tessellation</string>
27
     </property>
28
     <layout class="QGridLayout">
29
      <property name="margin">
30
       <number>9</number>
31
      </property>
32
      <property name="spacing">
33
       <number>6</number>
34
      </property>
35
      <item row="0" column="0">
36
       <layout class="QGridLayout">
37
        <property name="margin">
38
         <number>0</number>
39
        </property>
40
        <property name="spacing">
41
         <number>6</number>
42
        </property>
43
        <item row="0" column="0">
44
         <widget class="QLabel" name="textLabel1">
45
          <property name="toolTip">
46
           <string>Defines the deviation of tessellation to the actual surface</string>
47
          </property>
48
          <property name="whatsThis">
49
           <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>
50
          </property>
51
          <property name="text">
52
           <string>Maximum deviation depending on the model bounding box</string>
53
          </property>
54
         </widget>
55
        </item>
56
        <item row="0" column="1">
57
         <widget class="Gui::PrefDoubleSpinBox" name="maxDeviation">
58
          <property name="suffix">
59
           <string notr="true"> %</string>
60
          </property>
61
          <property name="decimals">
62
           <number>4</number>
63
          </property>
64
          <property name="minimum">
65
           <double>0.0100000000000</double>
66
          </property>
67
          <property name="maximum">
68
           <double>100.000000000000000</double>
69
          </property>
70
          <property name="singleStep">
71
           <double>0.010000000000000</double>
72
          </property>
73
          <property name="value">
74
           <double>0.500000000000000</double>
75
          </property>
76
          <property name="prefEntry" stdset="0">
77
           <cstring>MeshDeviation</cstring>
78
          </property>
79
          <property name="prefPath" stdset="0">
80
           <cstring>Mod/Part</cstring>
81
          </property>
82
         </widget>
83
        </item>
84
        <item row="1" column="0">
85
         <widget class="QLabel" name="label">
86
          <property name="text">
87
           <string>Maximum angular deflection</string>
88
          </property>
89
         </widget>
90
        </item>
91
        <item row="1" column="1">
92
         <widget class="Gui::PrefDoubleSpinBox" name="maxAngularDeflection">
93
          <property name="suffix">
94
           <string notr="true"> °</string>
95
          </property>
96
          <property name="decimals">
97
           <number>2</number>
98
          </property>
99
          <property name="minimum">
100
           <double>1.0</double>
101
          </property>
102
          <property name="maximum">
103
           <double>180.000000000000000</double>
104
          </property>
105
          <property name="singleStep">
106
           <double>0.5</double>
107
          </property>
108
          <property name="value">
109
           <double>28.5</double>
110
          </property>
111
          <property name="prefEntry" stdset="0">
112
           <cstring>MeshAngularDeflection</cstring>
113
          </property>
114
          <property name="prefPath" stdset="0">
115
           <cstring>Mod/Part</cstring>
116
          </property>
117
         </widget>
118
        </item>
119
       </layout>
120
      </item>
121
     </layout>
122
    </widget>
123
   </item>
124
  <item row="1" column="0">
125
    <spacer>
126
     <property name="orientation">
127
      <enum>Qt::Vertical</enum>
128
     </property>
129
     <property name="sizeHint" stdset="0">
130
      <size>
131
       <width>20</width>
132
       <height>61</height>
133
      </size>
134
     </property>
135
    </spacer>
136
   </item>
137
   </layout>
138
 </widget>
139
 <layoutdefault spacing="6" margin="11"/>
140
 <customwidgets>
141
  <customwidget>
142
   <class>Gui::PrefDoubleSpinBox</class>
143
   <extends>QDoubleSpinBox</extends>
144
   <header>Gui/PrefWidgets.h</header>
145
  </customwidget>
146
 </customwidgets>
147
 <resources/>
148
 <connections/>
149
</ui>
150

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

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

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

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