Thu, 29 Mar 2018 12:09:04 +0300
Branch close integrity
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>IntegrityScan</class> <widget class="QDialog" name="IntegrityScan"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>657</width> <height>472</height> </rect> </property> <property name="windowTitle"> <string>Integrity scan</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Tests</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QCheckBox" name="checkCollinear"> <property name="text"> <string>Collinear objects</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QCheckBox" name="checkNonCoplanar"> <property name="text"> <string>Non-coplanar quads</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> </layout> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> <widget class="QCheckBox" name="checkStubs"> <property name="text"> <string>Stub polygons</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QCheckBox" name="checkDoubleLines"> <property name="text"> <string>Double lines</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Results</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QTableWidget" name="results"> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> <column> <property name="text"> <string>Line</string> </property> </column> <column> <property name="text"> <string>Class</string> </property> </column> <column> <property name="text"> <string>Details</string> </property> </column> </widget> </item> </layout> </widget> </item> <item> <widget class="QProgressBar" name="progressBar"> <property name="value"> <number>0</number> </property> <property name="textVisible"> <bool>true</bool> </property> <property name="textDirection"> <enum>QProgressBar::BottomToTop</enum> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QPushButton" name="copyResults"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Copy results to clipboard</string> </property> </widget> </item> <item> <widget class="QPushButton" name="selectObjects"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Select offending objects</string> </property> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Close|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </item> </layout> </widget> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>IntegrityScan</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>IntegrityScan</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>