| <?xml version="1.0" encoding="UTF-8"?> | |
| <ui version="4.0"> | |
| <class>MeshGui::RemoveComponents</class> | |
| <widget class="QWidget" name="MeshGui::RemoveComponents"> | |
| <property name="geometry"> | |
| <rect> | |
| <x>0</x> | |
| <y>0</y> | |
| <width>303</width> | |
| <height>471</height> | |
| </rect> | |
| </property> | |
| <property name="windowTitle"> | |
| <string>Remove Components</string> | |
| </property> | |
| <layout class="QGridLayout" name="gridLayout_2"> | |
| <item row="0" column="0"> | |
| <widget class="QGroupBox" name="groupBox"> | |
| <property name="title"> | |
| <string>Select</string> | |
| </property> | |
| <layout class="QGridLayout"> | |
| <property name="margin"> | |
| <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> | |
| </layout> | |
| </widget> | |
| </item> | |
| <item row="1" column="0"> | |
| <widget class="QGroupBox" name="groupBox_2"> | |
| <property name="title"> | |
| <string>Deselect</string> | |
| </property> | |
| <layout class="QGridLayout"> | |
| <property name="margin"> | |
| <number>9</number> | |
| </property> | |
| <property name="spacing"> | |
| <number>6</number> | |
| </property> | |
| <item row="0" column="0"> | |
| <widget class="QPushButton" name="deselectRegion"> | |
| <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>21</width> | |
| <height>20</height> | |
| </size> | |
| </property> | |
| </spacer> | |
| </item> | |
| <item row="1" column="0"> | |
| <widget class="QPushButton" name="deselectAll"> | |
| <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>181</width> | |
| <height>20</height> | |
| </size> | |
| </property> | |
| </spacer> | |
| </item> | |
| <item row="2" column="0"> | |
| <widget class="QPushButton" name="deselectComponents"> | |
| <property name="text"> | |
| <string>Components</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="2" column="1"> | |
| <widget class="QLabel" name="label_2"> | |
| <property name="text"> | |
| <string>> faces than</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="2" column="2"> | |
| <widget class="QSpinBox" name="spDeselectComp"/> | |
| </item> | |
| <item row="3" column="0"> | |
| <widget class="QPushButton" name="deselectTriangle"> | |
| <property name="text"> | |
| <string>Pick Triangle</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="3" column="1" colspan="2"> | |
| <widget class="QCheckBox" name="cbDeselectComp"> | |
| <property name="text"> | |
| <string>Deselect whole component</string> | |
| </property> | |
| </widget> | |
| </item> | |
| </layout> | |
| </widget> | |
| </item> | |
| <item row="2" column="0"> | |
| <widget class="QGroupBox" name="groupBox_3"> | |
| <property name="title"> | |
| <string>Region Options</string> | |
| </property> | |
| <layout class="QGridLayout" name="gridLayout_3"> | |
| <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> | |
| </layout> | |
| </widget> | |
| <tabstops> | |
| <tabstop>selectRegion</tabstop> | |
| <tabstop>selectAll</tabstop> | |
| <tabstop>selectComponents</tabstop> | |
| <tabstop>spSelectComp</tabstop> | |
| <tabstop>selectTriangle</tabstop> | |
| <tabstop>cbSelectComp</tabstop> | |
| <tabstop>deselectRegion</tabstop> | |
| <tabstop>deselectAll</tabstop> | |
| <tabstop>deselectComponents</tabstop> | |
| <tabstop>spDeselectComp</tabstop> | |
| <tabstop>deselectTriangle</tabstop> | |
| <tabstop>cbDeselectComp</tabstop> | |
| </tabstops> | |
| <resources/> | |
| <connections/> | |
| </ui> | |