| <?xml version="1.0" encoding="UTF-8"?> | |
| <ui version="4.0"> | |
| <class>MeshGui::DlgDecimating</class> | |
| <widget class="QWidget" name="MeshGui::DlgDecimating"> | |
| <property name="geometry"> | |
| <rect> | |
| <x>0</x> | |
| <y>0</y> | |
| <width>412</width> | |
| <height>214</height> | |
| </rect> | |
| </property> | |
| <property name="windowTitle"> | |
| <string>Decimating</string> | |
| </property> | |
| <layout class="QGridLayout" name="gridLayout_3"> | |
| <item row="0" column="0"> | |
| <widget class="QGroupBox" name="groupBoxReduction"> | |
| <property name="title"> | |
| <string>Reduction</string> | |
| </property> | |
| <layout class="QGridLayout" name="gridLayout_2"> | |
| <item row="0" column="0" colspan="3"> | |
| <layout class="QHBoxLayout" name="horizontalLayout"> | |
| <item> | |
| <widget class="QLabel" name="textLabel1"> | |
| <property name="text"> | |
| <string>None</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item> | |
| <widget class="QSlider" name="sliderReduction"> | |
| <property name="maximum"> | |
| <number>100</number> | |
| </property> | |
| <property name="pageStep"> | |
| <number>5</number> | |
| </property> | |
| <property name="value"> | |
| <number>50</number> | |
| </property> | |
| <property name="orientation"> | |
| <enum>Qt::Horizontal</enum> | |
| </property> | |
| <property name="tickPosition"> | |
| <enum>QSlider::TicksAbove</enum> | |
| </property> | |
| <property name="tickInterval"> | |
| <number>10</number> | |
| </property> | |
| </widget> | |
| </item> | |
| <item> | |
| <widget class="QLabel" name="textLabel2"> | |
| <property name="text"> | |
| <string>Full</string> | |
| </property> | |
| </widget> | |
| </item> | |
| </layout> | |
| </item> | |
| <item row="1" column="0"> | |
| <widget class="QCheckBox" name="checkAbsoluteNumber"> | |
| <property name="text"> | |
| <string>Absolute number</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="1" column="1"> | |
| <spacer name="horizontalSpacer"> | |
| <property name="orientation"> | |
| <enum>Qt::Horizontal</enum> | |
| </property> | |
| <property name="sizeHint" stdset="0"> | |
| <size> | |
| <width>170</width> | |
| <height>20</height> | |
| </size> | |
| </property> | |
| </spacer> | |
| </item> | |
| <item row="1" column="2"> | |
| <widget class="QSpinBox" name="spinBoxReduction"> | |
| <property name="suffix"> | |
| <string notr="true">%</string> | |
| </property> | |
| <property name="maximum"> | |
| <number>100</number> | |
| </property> | |
| <property name="value"> | |
| <number>50</number> | |
| </property> | |
| </widget> | |
| </item> | |
| </layout> | |
| </widget> | |
| </item> | |
| <item row="1" column="0"> | |
| <widget class="QGroupBox" name="groupBoxTolerance"> | |
| <property name="title"> | |
| <string>Tolerance</string> | |
| </property> | |
| <layout class="QGridLayout" name="gridLayout"> | |
| <item row="0" column="0"> | |
| <spacer> | |
| <property name="orientation"> | |
| <enum>Qt::Horizontal</enum> | |
| </property> | |
| <property name="sizeType"> | |
| <enum>QSizePolicy::Expanding</enum> | |
| </property> | |
| <property name="sizeHint" stdset="0"> | |
| <size> | |
| <width>40</width> | |
| <height>16</height> | |
| </size> | |
| </property> | |
| </spacer> | |
| </item> | |
| <item row="0" column="1"> | |
| <widget class="QDoubleSpinBox" name="spinBoxTolerance"> | |
| <property name="singleStep"> | |
| <double>0.050000000000000</double> | |
| </property> | |
| <property name="value"> | |
| <double>0.100000000000000</double> | |
| </property> | |
| </widget> | |
| </item> | |
| </layout> | |
| </widget> | |
| </item> | |
| </layout> | |
| </widget> | |
| <layoutdefault spacing="6" margin="11"/> | |
| <resources/> | |
| <connections/> | |
| </ui> | |