| <?xml version="1.0" encoding="UTF-8"?> |
| <ui version="4.0"> |
| <class>MeshGui::DlgEvaluateMesh</class> |
| <widget class="QDialog" name="MeshGui::DlgEvaluateMesh"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>371</width> |
| <height>715</height> |
| </rect> |
| </property> |
| <property name="windowTitle"> |
| <string>Evaluate and Repair Mesh</string> |
| </property> |
| <property name="sizeGripEnabled"> |
| <bool>true</bool> |
| </property> |
| <layout class="QGridLayout" name="gridLayout"> |
| <item row="1" column="0"> |
| <layout class="QHBoxLayout"> |
| <property name="spacing"> |
| <number>6</number> |
| </property> |
| <property name="margin" stdset="0"> |
| <number>0</number> |
| </property> |
| <item> |
| <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>Orientation</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="Line" name="line"> |
| <property name="orientation"> |
| <enum>Qt::Orientation::Horizontal</enum> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item row="2" column="0"> |
| <layout class="QHBoxLayout"> |
| <property name="spacing"> |
| <number>6</number> |
| </property> |
| <property name="margin" stdset="0"> |
| <number>0</number> |
| </property> |
| <item> |
| <widget class="QCheckBox" name="checkOrientationButton"> |
| <property name="text"> |
| <string>No information</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <spacer> |
| <property name="orientation"> |
| <enum>Qt::Orientation::Horizontal</enum> |
| </property> |
| <property name="sizeType"> |
| <enum>QSizePolicy::Policy::Expanding</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>72</width> |
| <height>26</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item> |
| <widget class="QPushButton" name="analyzeOrientationButton"> |
| <property name="text"> |
| <string>Analyze</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="repairOrientationButton"> |
| <property name="enabled"> |
| <bool>false</bool> |
| </property> |
| <property name="text"> |
| <string>Repair</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item row="3" column="0"> |
| <layout class="QHBoxLayout"> |
| <property name="spacing"> |
| <number>6</number> |
| </property> |
| <property name="margin" stdset="0"> |
| <number>0</number> |
| </property> |
| <item> |
| <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>Duplicated faces</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="Line" name="line_2"> |
| <property name="orientation"> |
| <enum>Qt::Orientation::Horizontal</enum> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item row="4" column="0"> |
| <layout class="QHBoxLayout"> |
| <property name="spacing"> |
| <number>6</number> |
| </property> |
| <property name="margin" stdset="0"> |
| <number>0</number> |
| </property> |
| <item> |
| <widget class="QCheckBox" name="checkDuplicatedFacesButton"> |
| <property name="text"> |
| <string>No information</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <spacer> |
| <property name="orientation"> |
| <enum>Qt::Orientation::Horizontal</enum> |
| </property> |
| <property name="sizeType"> |
| <enum>QSizePolicy::Policy::Expanding</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>72</width> |
| <height>26</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item> |
| <widget class="QPushButton" name="analyzeDuplicatedFacesButton"> |
| <property name="text"> |
| <string>Analyze</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="repairDuplicatedFacesButton"> |
| <property name="enabled"> |
| <bool>false</bool> |
| </property> |
| <property name="text"> |
| <string>Repair</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item row="5" column="0"> |
| <layout class="QHBoxLayout"> |
| <property name="spacing"> |
| <number>6</number> |
| </property> |
| <property name="margin" stdset="0"> |
| <number>0</number> |
| </property> |
| <item> |
| <widget class="QLabel" name="label_3"> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="text"> |
| <string>Duplicated points</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="Line" name="line_3"> |
| <property name="orientation"> |
| <enum>Qt::Orientation::Horizontal</enum> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item row="6" column="0"> |
| <layout class="QHBoxLayout"> |
| <property name="spacing"> |
| <number>6</number> |
| </property> |
| <property name="margin" stdset="0"> |
| <number>0</number> |
| </property> |
| <item> |
| <widget class="QCheckBox" name="checkDuplicatedPointsButton"> |
| <property name="text"> |
| <string>No information</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <spacer> |
| <property name="orientation"> |
| <enum>Qt::Orientation::Horizontal</enum> |
| </property> |
| <property name="sizeType"> |
| <enum>QSizePolicy::Policy::Expanding</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>72</width> |
| <height>26</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item> |
| <widget class="QPushButton" name="analyzeDuplicatedPointsButton"> |
| <property name="text"> |
| <string>Analyze</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="repairDuplicatedPointsButton"> |
| <property name="enabled"> |
| <bool>false</bool> |
| </property> |
| <property name="text"> |
| <string>Repair</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item row="7" column="0"> |
| <layout class="QHBoxLayout"> |
| <property name="spacing"> |
| <number>6</number> |
| </property> |
| <property name="margin" stdset="0"> |
| <number>0</number> |
| </property> |
| <item> |
| <widget class="QLabel" name="label_4"> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="text"> |
| <string>Non-manifolds</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="Line" name="line_4"> |
| <property name="orientation"> |
| <enum>Qt::Orientation::Horizontal</enum> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item row="8" column="0"> |
| <layout class="QHBoxLayout"> |
| <property name="spacing"> |
| <number>6</number> |
| </property> |
| <property name="margin" stdset="0"> |
| <number>0</number> |
| </property> |
| <item> |
| <widget class="QCheckBox" name="checkNonmanifoldsButton"> |
| <property name="text"> |
| <string>No information</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <spacer> |
| <property name="orientation"> |
| <enum>Qt::Orientation::Horizontal</enum> |
| </property> |
| <property name="sizeType"> |
| <enum>QSizePolicy::Policy::Expanding</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>72</width> |
| <height>26</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item> |
| <widget class="QPushButton" name="analyzeNonmanifoldsButton"> |
| <property name="text"> |
| <string>Analyze</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="repairNonmanifoldsButton"> |
| <property name="enabled"> |
| <bool>false</bool> |
| </property> |
| <property name="text"> |
| <string>Repair</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item row="9" column="0"> |
| <layout class="QHBoxLayout"> |
| <property name="spacing"> |
| <number>6</number> |
| </property> |
| <property name="margin" stdset="0"> |
| <number>0</number> |
| </property> |
| <item> |
| <widget class="QLabel" name="label_5"> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="text"> |
| <string>Degenerated faces</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="Line" name="line_5"> |
| <property name="orientation"> |
| <enum>Qt::Orientation::Horizontal</enum> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item row="10" column="0"> |
| <layout class="QHBoxLayout"> |
| <property name="spacing"> |
| <number>6</number> |
| </property> |
| <property name="margin" stdset="0"> |
| <number>0</number> |
| </property> |
| <item> |
| <widget class="QCheckBox" name="checkDegenerationButton"> |
| <property name="text"> |
| <string>No information</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <spacer> |
| <property name="orientation"> |
| <enum>Qt::Orientation::Horizontal</enum> |
| </property> |
| <property name="sizeType"> |
| <enum>QSizePolicy::Policy::Expanding</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>72</width> |
| <height>26</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item> |
| <widget class="QPushButton" name="analyzeDegeneratedButton"> |
| <property name="text"> |
| <string>Analyze</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="repairDegeneratedButton"> |
| <property name="enabled"> |
| <bool>false</bool> |
| </property> |
| <property name="text"> |
| <string>Repair</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item row="11" column="0"> |
| <layout class="QHBoxLayout"> |
| <property name="spacing"> |
| <number>6</number> |
| </property> |
| <property name="margin" stdset="0"> |
| <number>0</number> |
| </property> |
| <item> |
| <widget class="QLabel" name="label_6"> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="text"> |
| <string>Face indices</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="Line" name="line_6"> |
| <property name="orientation"> |
| <enum>Qt::Orientation::Horizontal</enum> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item row="12" column="0"> |
| <layout class="QHBoxLayout"> |
| <property name="spacing"> |
| <number>6</number> |
| </property> |
| <property name="margin" stdset="0"> |
| <number>0</number> |
| </property> |
| <item> |
| <widget class="QCheckBox" name="checkIndicesButton"> |
| <property name="text"> |
| <string>No information</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <spacer> |
| <property name="orientation"> |
| <enum>Qt::Orientation::Horizontal</enum> |
| </property> |
| <property name="sizeType"> |
| <enum>QSizePolicy::Policy::Expanding</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>72</width> |
| <height>26</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item> |
| <widget class="QPushButton" name="analyzeIndicesButton"> |
| <property name="text"> |
| <string>Analyze</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="repairIndicesButton"> |
| <property name="enabled"> |
| <bool>false</bool> |
| </property> |
| <property name="text"> |
| <string>Repair</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item row="13" column="0"> |
| <layout class="QHBoxLayout"> |
| <property name="spacing"> |
| <number>6</number> |
| </property> |
| <property name="margin" stdset="0"> |
| <number>0</number> |
| </property> |
| <item> |
| <widget class="QLabel" name="label_7"> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="text"> |
| <string>Self-intersections</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="Line" name="line_7"> |
| <property name="orientation"> |
| <enum>Qt::Orientation::Horizontal</enum> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item row="14" column="0"> |
| <layout class="QHBoxLayout"> |
| <property name="spacing"> |
| <number>6</number> |
| </property> |
| <property name="margin" stdset="0"> |
| <number>0</number> |
| </property> |
| <item> |
| <widget class="QCheckBox" name="checkSelfIntersectionButton"> |
| <property name="text"> |
| <string>No information</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <spacer> |
| <property name="orientation"> |
| <enum>Qt::Orientation::Horizontal</enum> |
| </property> |
| <property name="sizeType"> |
| <enum>QSizePolicy::Policy::Expanding</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>51</width> |
| <height>26</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item> |
| <widget class="QPushButton" name="analyzeSelfIntersectionButton"> |
| <property name="text"> |
| <string>Analyze</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="repairSelfIntersectionButton"> |
| <property name="enabled"> |
| <bool>false</bool> |
| </property> |
| <property name="text"> |
| <string>Repair</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item row="15" column="0"> |
| <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| <item> |
| <widget class="QLabel" name="label_9"> |
| <property name="text"> |
| <string>Folds on surface</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="Line" name="line_9"> |
| <property name="orientation"> |
| <enum>Qt::Orientation::Horizontal</enum> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item row="16" column="0"> |
| <layout class="QHBoxLayout" name="horizontalLayout"> |
| <item> |
| <widget class="QCheckBox" name="checkFoldsButton"> |
| <property name="text"> |
| <string>No information</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <spacer name="horizontalSpacer"> |
| <property name="orientation"> |
| <enum>Qt::Orientation::Horizontal</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>40</width> |
| <height>20</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item> |
| <widget class="QPushButton" name="analyzeFoldsButton"> |
| <property name="text"> |
| <string>Analyze</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="repairFoldsButton"> |
| <property name="enabled"> |
| <bool>false</bool> |
| </property> |
| <property name="text"> |
| <string>Repair</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item row="17" column="0"> |
| <layout class="QHBoxLayout"> |
| <property name="spacing"> |
| <number>6</number> |
| </property> |
| <property name="margin" stdset="0"> |
| <number>0</number> |
| </property> |
| <item> |
| <widget class="QLabel" name="label_8"> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="text"> |
| <string>All above tests together</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="Line" name="line_8"> |
| <property name="orientation"> |
| <enum>Qt::Orientation::Horizontal</enum> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item row="18" column="0"> |
| <layout class="QHBoxLayout"> |
| <property name="spacing"> |
| <number>6</number> |
| </property> |
| <property name="margin" stdset="0"> |
| <number>0</number> |
| </property> |
| <item> |
| <widget class="QCheckBox" name="checkRepeatButton"> |
| <property name="text"> |
| <string>Repetitive repair</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <spacer> |
| <property name="orientation"> |
| <enum>Qt::Orientation::Horizontal</enum> |
| </property> |
| <property name="sizeType"> |
| <enum>QSizePolicy::Policy::Expanding</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>72</width> |
| <height>26</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item> |
| <widget class="QPushButton" name="analyzeAllTogether"> |
| <property name="text"> |
| <string>Analyze</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="repairAllTogether"> |
| <property name="enabled"> |
| <bool>false</bool> |
| </property> |
| <property name="text"> |
| <string>Repair</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item row="19" column="0"> |
| <spacer> |
| <property name="orientation"> |
| <enum>Qt::Orientation::Vertical</enum> |
| </property> |
| <property name="sizeType"> |
| <enum>QSizePolicy::Policy::Expanding</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>353</width> |
| <height>21</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item row="20" column="0"> |
| <widget class="QDialogButtonBox" name="buttonBox"> |
| <property name="standardButtons"> |
| <set>QDialogButtonBox::StandardButton::Close|QDialogButtonBox::StandardButton::Open|QDialogButtonBox::StandardButton::Reset</set> |
| </property> |
| </widget> |
| </item> |
| <item row="0" column="0"> |
| <widget class="QGroupBox" name="groupBoxInfo"> |
| <property name="title"> |
| <string>Mesh Information</string> |
| </property> |
| <layout class="QGridLayout"> |
| <property name="spacing"> |
| <number>6</number> |
| </property> |
| <item row="0" column="2"> |
| <widget class="QPushButton" name="refreshButton"> |
| <property name="text"> |
| <string>Refresh</string> |
| </property> |
| </widget> |
| </item> |
| <item row="0" column="0" colspan="2"> |
| <widget class="QComboBox" name="meshNameButton"/> |
| </item> |
| <item row="1" column="0" colspan="2"> |
| <layout class="QGridLayout"> |
| <property name="margin" stdset="0"> |
| <number>0</number> |
| </property> |
| <property name="spacing"> |
| <number>6</number> |
| </property> |
| <item row="0" column="0"> |
| <widget class="QLabel" name="textLabel1"> |
| <property name="text"> |
| <string>Number of faces</string> |
| </property> |
| </widget> |
| </item> |
| <item row="0" column="1"> |
| <spacer> |
| <property name="orientation"> |
| <enum>Qt::Orientation::Horizontal</enum> |
| </property> |
| <property name="sizeType"> |
| <enum>QSizePolicy::Policy::Expanding</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>16</width> |
| <height>21</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item row="0" column="2"> |
| <widget class="QLabel" name="textLabel4"> |
| <property name="text"> |
| <string>No information</string> |
| </property> |
| <property name="alignment"> |
| <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="0"> |
| <widget class="QLabel" name="textLabel2"> |
| <property name="text"> |
| <string>Number of edges</string> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="1"> |
| <spacer> |
| <property name="orientation"> |
| <enum>Qt::Orientation::Horizontal</enum> |
| </property> |
| <property name="sizeType"> |
| <enum>QSizePolicy::Policy::Expanding</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>26</width> |
| <height>21</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item row="1" column="2"> |
| <widget class="QLabel" name="textLabel5"> |
| <property name="text"> |
| <string>No information</string> |
| </property> |
| <property name="alignment"> |
| <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set> |
| </property> |
| </widget> |
| </item> |
| <item row="2" column="0"> |
| <widget class="QLabel" name="textLabel3"> |
| <property name="text"> |
| <string>Number of points</string> |
| </property> |
| </widget> |
| </item> |
| <item row="2" column="1"> |
| <spacer> |
| <property name="orientation"> |
| <enum>Qt::Orientation::Horizontal</enum> |
| </property> |
| <property name="sizeType"> |
| <enum>QSizePolicy::Policy::Expanding</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>16</width> |
| <height>20</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item row="2" column="2"> |
| <widget class="QLabel" name="textLabel6"> |
| <property name="text"> |
| <string>No information</string> |
| </property> |
| <property name="alignment"> |
| <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| </layout> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| <layoutdefault spacing="6" margin="11"/> |
| <tabstops> |
| <tabstop>checkOrientationButton</tabstop> |
| <tabstop>analyzeOrientationButton</tabstop> |
| <tabstop>repairOrientationButton</tabstop> |
| <tabstop>checkDuplicatedFacesButton</tabstop> |
| <tabstop>analyzeDuplicatedFacesButton</tabstop> |
| <tabstop>repairDuplicatedFacesButton</tabstop> |
| <tabstop>checkDuplicatedPointsButton</tabstop> |
| <tabstop>analyzeDuplicatedPointsButton</tabstop> |
| <tabstop>repairDuplicatedPointsButton</tabstop> |
| <tabstop>checkNonmanifoldsButton</tabstop> |
| <tabstop>analyzeNonmanifoldsButton</tabstop> |
| <tabstop>repairNonmanifoldsButton</tabstop> |
| <tabstop>checkDegenerationButton</tabstop> |
| <tabstop>analyzeDegeneratedButton</tabstop> |
| <tabstop>repairDegeneratedButton</tabstop> |
| <tabstop>checkIndicesButton</tabstop> |
| <tabstop>analyzeIndicesButton</tabstop> |
| <tabstop>repairIndicesButton</tabstop> |
| </tabstops> |
| <resources/> |
| <connections> |
| <connection> |
| <sender>buttonBox</sender> |
| <signal>rejected()</signal> |
| <receiver>MeshGui::DlgEvaluateMesh</receiver> |
| <slot>close()</slot> |
| <hints> |
| <hint type="sourcelabel"> |
| <x>185</x> |
| <y>661</y> |
| </hint> |
| <hint type="destinationlabel"> |
| <x>185</x> |
| <y>341</y> |
| </hint> |
| </hints> |
| </connection> |
| </connections> |
| </ui> |
|
|