| <?xml version="1.0" encoding="UTF-8"?> | |
| <ui version="4.0"> | |
| <class>ReverseEngineeringGui::SegmentationManual</class> | |
| <widget class="QWidget" name="ReverseEngineeringGui::SegmentationManual"> | |
| <property name="geometry"> | |
| <rect> | |
| <x>0</x> | |
| <y>0</y> | |
| <width>346</width> | |
| <height>833</height> | |
| </rect> | |
| </property> | |
| <property name="windowTitle"> | |
| <string>Manual Mesh Segmentation</string> | |
| </property> | |
| <layout class="QGridLayout" name="gridLayout"> | |
| <item row="0" column="0"> | |
| <widget class="QGroupBox" name="groupBox"> | |
| <property name="title"> | |
| <string>Select</string> | |
| </property> | |
| <layout class="QGridLayout"> | |
| <property name="leftMargin"> | |
| <number>9</number> | |
| </property> | |
| <property name="topMargin"> | |
| <number>9</number> | |
| </property> | |
| <property name="rightMargin"> | |
| <number>9</number> | |
| </property> | |
| <property name="bottomMargin"> | |
| <number>9</number> | |
| </property> | |
| <property name="spacing"> | |
| <number>6</number> | |
| </property> | |
| <item row="0" column="0"> | |
| <widget class="QPushButton" name="selectRegion"> | |
| <property name="text"> | |
| <string>Region</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="0" column="1" colspan="2"> | |
| <spacer> | |
| <property name="orientation"> | |
| <enum>Qt::Horizontal</enum> | |
| </property> | |
| <property name="sizeHint" stdset="0"> | |
| <size> | |
| <width>161</width> | |
| <height>20</height> | |
| </size> | |
| </property> | |
| </spacer> | |
| </item> | |
| <item row="1" column="0"> | |
| <widget class="QPushButton" name="selectAll"> | |
| <property name="text"> | |
| <string>All</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="1" column="1" colspan="2"> | |
| <spacer> | |
| <property name="orientation"> | |
| <enum>Qt::Horizontal</enum> | |
| </property> | |
| <property name="sizeHint" stdset="0"> | |
| <size> | |
| <width>161</width> | |
| <height>20</height> | |
| </size> | |
| </property> | |
| </spacer> | |
| </item> | |
| <item row="2" column="0"> | |
| <widget class="QPushButton" name="selectComponents"> | |
| <property name="text"> | |
| <string>Components</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="2" column="1"> | |
| <widget class="QLabel" name="label"> | |
| <property name="text"> | |
| <string>< faces than</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="2" column="2"> | |
| <widget class="QSpinBox" name="spSelectComp"/> | |
| </item> | |
| <item row="3" column="0"> | |
| <widget class="QPushButton" name="selectTriangle"> | |
| <property name="text"> | |
| <string>Pick Triangle</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="3" column="1" colspan="2"> | |
| <widget class="QCheckBox" name="cbSelectComp"> | |
| <property name="text"> | |
| <string>Select whole component</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="4" column="0"> | |
| <widget class="QPushButton" name="deselectAll"> | |
| <property name="text"> | |
| <string>Clear</string> | |
| </property> | |
| </widget> | |
| </item> | |
| </layout> | |
| </widget> | |
| </item> | |
| <item row="1" column="0"> | |
| <widget class="QGroupBox" name="groupBoxPln"> | |
| <property name="title"> | |
| <string>Plane</string> | |
| </property> | |
| <layout class="QGridLayout" name="gridLayoutPln"> | |
| <item row="0" column="1"> | |
| <widget class="QPushButton" name="planeDetect"> | |
| <property name="text"> | |
| <string>Detect</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="1" column="0"> | |
| <widget class="QLabel" name="label_2"> | |
| <property name="text"> | |
| <string>Tolerance</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="1" column="1"> | |
| <widget class="QDoubleSpinBox" name="tolPln"> | |
| <property name="decimals"> | |
| <number>3</number> | |
| </property> | |
| <property name="singleStep"> | |
| <double>0.010000000000000</double> | |
| </property> | |
| <property name="value"> | |
| <double>0.010000000000000</double> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="2" column="0"> | |
| <widget class="QLabel" name="label_3"> | |
| <property name="text"> | |
| <string>Minimum number of faces</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="2" column="1"> | |
| <widget class="QSpinBox" name="numPln"> | |
| <property name="maximum"> | |
| <number>100000</number> | |
| </property> | |
| <property name="value"> | |
| <number>100</number> | |
| </property> | |
| </widget> | |
| </item> | |
| </layout> | |
| </widget> | |
| </item> | |
| <item row="2" column="0"> | |
| <widget class="QGroupBox" name="groupBoxCyl"> | |
| <property name="title"> | |
| <string>Cylinder</string> | |
| </property> | |
| <layout class="QGridLayout" name="gridLayoutCyl"> | |
| <item row="0" column="1"> | |
| <widget class="QPushButton" name="cylinderDetect"> | |
| <property name="text"> | |
| <string>Detect</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="1" column="0"> | |
| <widget class="QLabel" name="label_4"> | |
| <property name="text"> | |
| <string>Tolerance</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="1" column="1"> | |
| <widget class="QDoubleSpinBox" name="tolCyl"> | |
| <property name="decimals"> | |
| <number>3</number> | |
| </property> | |
| <property name="singleStep"> | |
| <double>0.010000000000000</double> | |
| </property> | |
| <property name="value"> | |
| <double>0.010000000000000</double> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="2" column="0"> | |
| <widget class="QLabel" name="label_5"> | |
| <property name="text"> | |
| <string>Minimum number of faces</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="2" column="1"> | |
| <widget class="QSpinBox" name="numCyl"> | |
| <property name="maximum"> | |
| <number>100000</number> | |
| </property> | |
| <property name="value"> | |
| <number>100</number> | |
| </property> | |
| </widget> | |
| </item> | |
| </layout> | |
| </widget> | |
| </item> | |
| <item row="3" column="0"> | |
| <widget class="QGroupBox" name="groupBoxSph"> | |
| <property name="title"> | |
| <string>Sphere</string> | |
| </property> | |
| <layout class="QGridLayout" name="gridLayoutSph"> | |
| <item row="0" column="1"> | |
| <widget class="QPushButton" name="sphereDetect"> | |
| <property name="text"> | |
| <string>Detect</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="1" column="0"> | |
| <widget class="QLabel" name="label_7"> | |
| <property name="text"> | |
| <string>Tolerance</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="1" column="1"> | |
| <widget class="QDoubleSpinBox" name="tolSph"> | |
| <property name="decimals"> | |
| <number>3</number> | |
| </property> | |
| <property name="singleStep"> | |
| <double>0.010000000000000</double> | |
| </property> | |
| <property name="value"> | |
| <double>0.010000000000000</double> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="2" column="0"> | |
| <widget class="QLabel" name="label_8"> | |
| <property name="text"> | |
| <string>Minimum number of faces</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="2" column="1"> | |
| <widget class="QSpinBox" name="numSph"> | |
| <property name="maximum"> | |
| <number>100000</number> | |
| </property> | |
| <property name="value"> | |
| <number>100</number> | |
| </property> | |
| </widget> | |
| </item> | |
| </layout> | |
| </widget> | |
| </item> | |
| <item row="4" column="0"> | |
| <widget class="QGroupBox" name="groupBox_3"> | |
| <property name="title"> | |
| <string>Region Options</string> | |
| </property> | |
| <layout class="QGridLayout" name="gridLayoutReg"> | |
| <item row="0" column="0"> | |
| <widget class="QCheckBox" name="visibleTriangles"> | |
| <property name="text"> | |
| <string>Respect only visible triangles</string> | |
| </property> | |
| <property name="checked"> | |
| <bool>false</bool> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="1" column="0"> | |
| <widget class="QCheckBox" name="screenTriangles"> | |
| <property name="text"> | |
| <string>Respect only triangles with screen-facing normals</string> | |
| </property> | |
| <property name="checked"> | |
| <bool>true</bool> | |
| </property> | |
| </widget> | |
| </item> | |
| </layout> | |
| </widget> | |
| </item> | |
| <item row="5" column="0"> | |
| <widget class="QGroupBox" name="groupBoxSegm"> | |
| <property name="title"> | |
| <string>Segmentation</string> | |
| </property> | |
| <layout class="QGridLayout" name="gridLayoutSegm"> | |
| <item row="0" column="0"> | |
| <widget class="QCheckBox" name="checkBoxCutSegm"> | |
| <property name="text"> | |
| <string>Cut segment from mesh</string> | |
| </property> | |
| <property name="checked"> | |
| <bool>true</bool> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="1" column="0"> | |
| <widget class="QCheckBox" name="checkBoxHideSegm"> | |
| <property name="text"> | |
| <string>Hide segment</string> | |
| </property> | |
| <property name="checked"> | |
| <bool>true</bool> | |
| </property> | |
| </widget> | |
| </item> | |
| </layout> | |
| </widget> | |
| </item> | |
| </layout> | |
| </widget> | |
| <tabstops> | |
| <tabstop>selectRegion</tabstop> | |
| <tabstop>selectAll</tabstop> | |
| <tabstop>selectComponents</tabstop> | |
| <tabstop>spSelectComp</tabstop> | |
| <tabstop>selectTriangle</tabstop> | |
| <tabstop>cbSelectComp</tabstop> | |
| </tabstops> | |
| <resources/> | |
| <connections/> | |
| </ui> | |