| | <?xml version="1.0" encoding="UTF-8"?> |
| | <ui version="4.0"> |
| | <class>SurfaceGui::TaskFillingEdge</class> |
| | <widget class="QWidget" name="SurfaceGui::TaskFillingEdge"> |
| | <property name="geometry"> |
| | <rect> |
| | <x>0</x> |
| | <y>0</y> |
| | <width>360</width> |
| | <height>400</height> |
| | </rect> |
| | </property> |
| | <property name="sizePolicy"> |
| | <sizepolicy hsizetype="Ignored" vsizetype="Preferred"> |
| | <horstretch>0</horstretch> |
| | <verstretch>0</verstretch> |
| | </sizepolicy> |
| | </property> |
| | <property name="windowTitle"> |
| | <string>Edge Constraints</string> |
| | </property> |
| | <layout class="QGridLayout" name="gridLayout_2"> |
| | <item row="0" column="0"> |
| | <widget class="QGroupBox" name="groupBox"> |
| | <property name="toolTip"> |
| | <string>Constrains the surface to pass through the selected edges</string> |
| | </property> |
| | <property name="title"> |
| | <string>Non-Boundary Edges</string> |
| | </property> |
| | <layout class="QGridLayout" name="gridLayout"> |
| | <item row="0" column="0" colspan="3"> |
| | <layout class="QHBoxLayout" name="horizontalLayout"> |
| | <item> |
| | <widget class="QToolButton" name="buttonUnboundEdgeAdd"> |
| | <property name="enabled"> |
| | <bool>true</bool> |
| | </property> |
| | <property name="sizePolicy"> |
| | <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
| | <horstretch>0</horstretch> |
| | <verstretch>0</verstretch> |
| | </sizepolicy> |
| | </property> |
| | <property name="text"> |
| | <string>Add Edge</string> |
| | </property> |
| | <property name="checkable"> |
| | <bool>true</bool> |
| | </property> |
| | <property name="checked"> |
| | <bool>false</bool> |
| | </property> |
| | </widget> |
| | </item> |
| | <item> |
| | <widget class="QToolButton" name="buttonUnboundEdgeRemove"> |
| | <property name="sizePolicy"> |
| | <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
| | <horstretch>0</horstretch> |
| | <verstretch>0</verstretch> |
| | </sizepolicy> |
| | </property> |
| | <property name="text"> |
| | <string>Remove Edge</string> |
| | </property> |
| | <property name="checkable"> |
| | <bool>true</bool> |
| | </property> |
| | </widget> |
| | </item> |
| | </layout> |
| | </item> |
| | <item row="1" column="0" colspan="3"> |
| | <widget class="QListWidget" name="listUnbound"/> |
| | </item> |
| | <item row="2" column="0" colspan="3"> |
| | <widget class="QLabel" name="statusLabel"> |
| | <property name="text"> |
| | <string notr="true">Status messages</string> |
| | </property> |
| | </widget> |
| | </item> |
| | <item row="3" column="0"> |
| | <widget class="QLabel" name="label"> |
| | <property name="sizePolicy"> |
| | <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
| | <horstretch>0</horstretch> |
| | <verstretch>0</verstretch> |
| | </sizepolicy> |
| | </property> |
| | <property name="text"> |
| | <string>Faces</string> |
| | </property> |
| | </widget> |
| | </item> |
| | <item row="3" column="1" colspan="2"> |
| | <widget class="QComboBox" name="comboBoxUnboundFaces"> |
| | <property name="enabled"> |
| | <bool>false</bool> |
| | </property> |
| | </widget> |
| | </item> |
| | <item row="4" column="0"> |
| | <widget class="QLabel" name="label_2"> |
| | <property name="sizePolicy"> |
| | <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
| | <horstretch>0</horstretch> |
| | <verstretch>0</verstretch> |
| | </sizepolicy> |
| | </property> |
| | <property name="text"> |
| | <string>Continuity</string> |
| | </property> |
| | </widget> |
| | </item> |
| | <item row="4" column="1" colspan="2"> |
| | <widget class="QComboBox" name="comboBoxUnboundCont"> |
| | <property name="enabled"> |
| | <bool>false</bool> |
| | </property> |
| | </widget> |
| | </item> |
| | <item row="5" column="0"> |
| | <spacer name="horizontalSpacer"> |
| | <property name="orientation"> |
| | <enum>Qt::Horizontal</enum> |
| | </property> |
| | <property name="sizeType"> |
| | <enum>QSizePolicy::Maximum</enum> |
| | </property> |
| | <property name="sizeHint" stdset="0"> |
| | <size> |
| | <width>74</width> |
| | <height>20</height> |
| | </size> |
| | </property> |
| | </spacer> |
| | </item> |
| | <item row="5" column="1"> |
| | <widget class="QPushButton" name="buttonUnboundAccept"> |
| | <property name="enabled"> |
| | <bool>false</bool> |
| | </property> |
| | <property name="text"> |
| | <string>Accept</string> |
| | </property> |
| | </widget> |
| | </item> |
| | <item row="5" column="2"> |
| | <widget class="QPushButton" name="buttonUnboundIgnore"> |
| | <property name="enabled"> |
| | <bool>false</bool> |
| | </property> |
| | <property name="text"> |
| | <string>Ignore</string> |
| | </property> |
| | </widget> |
| | </item> |
| | </layout> |
| | </widget> |
| | </item> |
| | </layout> |
| | </widget> |
| | <layoutdefault spacing="6" margin="11"/> |
| | <resources/> |
| | <connections/> |
| | </ui> |
| |
|