|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>IntegrityScan</class> |
|
4 <widget class="QDialog" name="IntegrityScan"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>657</width> |
|
10 <height>472</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Integrity scan</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout"> |
|
17 <item> |
|
18 <widget class="QGroupBox" name="groupBox"> |
|
19 <property name="title"> |
|
20 <string>Tests</string> |
|
21 </property> |
|
22 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
23 <item> |
|
24 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
25 <item> |
|
26 <widget class="QCheckBox" name="checkCollinear"> |
|
27 <property name="text"> |
|
28 <string>Collinear objects</string> |
|
29 </property> |
|
30 <property name="checked"> |
|
31 <bool>true</bool> |
|
32 </property> |
|
33 </widget> |
|
34 </item> |
|
35 <item> |
|
36 <widget class="QCheckBox" name="checkNonCoplanar"> |
|
37 <property name="text"> |
|
38 <string>Non-coplanar quads</string> |
|
39 </property> |
|
40 <property name="checked"> |
|
41 <bool>true</bool> |
|
42 </property> |
|
43 </widget> |
|
44 </item> |
|
45 </layout> |
|
46 </item> |
|
47 <item> |
|
48 <layout class="QVBoxLayout" name="verticalLayout_4"> |
|
49 <item> |
|
50 <widget class="QCheckBox" name="checkStubs"> |
|
51 <property name="text"> |
|
52 <string>Stub polygons</string> |
|
53 </property> |
|
54 <property name="checked"> |
|
55 <bool>true</bool> |
|
56 </property> |
|
57 </widget> |
|
58 </item> |
|
59 <item> |
|
60 <widget class="QCheckBox" name="checkDoubleLines"> |
|
61 <property name="text"> |
|
62 <string>Double lines</string> |
|
63 </property> |
|
64 <property name="checked"> |
|
65 <bool>true</bool> |
|
66 </property> |
|
67 </widget> |
|
68 </item> |
|
69 </layout> |
|
70 </item> |
|
71 </layout> |
|
72 </widget> |
|
73 </item> |
|
74 <item> |
|
75 <widget class="QGroupBox" name="groupBox_2"> |
|
76 <property name="title"> |
|
77 <string>Results</string> |
|
78 </property> |
|
79 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
80 <item> |
|
81 <widget class="QTableWidget" name="results"> |
|
82 <attribute name="horizontalHeaderStretchLastSection"> |
|
83 <bool>true</bool> |
|
84 </attribute> |
|
85 <column> |
|
86 <property name="text"> |
|
87 <string>Line</string> |
|
88 </property> |
|
89 </column> |
|
90 <column> |
|
91 <property name="text"> |
|
92 <string>Class</string> |
|
93 </property> |
|
94 </column> |
|
95 <column> |
|
96 <property name="text"> |
|
97 <string>Details</string> |
|
98 </property> |
|
99 </column> |
|
100 </widget> |
|
101 </item> |
|
102 </layout> |
|
103 </widget> |
|
104 </item> |
|
105 <item> |
|
106 <widget class="QProgressBar" name="progressBar"> |
|
107 <property name="value"> |
|
108 <number>0</number> |
|
109 </property> |
|
110 <property name="textVisible"> |
|
111 <bool>true</bool> |
|
112 </property> |
|
113 <property name="textDirection"> |
|
114 <enum>QProgressBar::BottomToTop</enum> |
|
115 </property> |
|
116 </widget> |
|
117 </item> |
|
118 <item> |
|
119 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
120 <item> |
|
121 <widget class="QPushButton" name="copyResults"> |
|
122 <property name="enabled"> |
|
123 <bool>false</bool> |
|
124 </property> |
|
125 <property name="text"> |
|
126 <string>Copy results to clipboard</string> |
|
127 </property> |
|
128 </widget> |
|
129 </item> |
|
130 <item> |
|
131 <widget class="QPushButton" name="selectObjects"> |
|
132 <property name="enabled"> |
|
133 <bool>false</bool> |
|
134 </property> |
|
135 <property name="text"> |
|
136 <string>Select offending objects</string> |
|
137 </property> |
|
138 </widget> |
|
139 </item> |
|
140 <item> |
|
141 <widget class="QDialogButtonBox" name="buttonBox"> |
|
142 <property name="orientation"> |
|
143 <enum>Qt::Horizontal</enum> |
|
144 </property> |
|
145 <property name="standardButtons"> |
|
146 <set>QDialogButtonBox::Close|QDialogButtonBox::Ok</set> |
|
147 </property> |
|
148 </widget> |
|
149 </item> |
|
150 </layout> |
|
151 </item> |
|
152 </layout> |
|
153 </widget> |
|
154 <resources/> |
|
155 <connections> |
|
156 <connection> |
|
157 <sender>buttonBox</sender> |
|
158 <signal>accepted()</signal> |
|
159 <receiver>IntegrityScan</receiver> |
|
160 <slot>accept()</slot> |
|
161 <hints> |
|
162 <hint type="sourcelabel"> |
|
163 <x>248</x> |
|
164 <y>254</y> |
|
165 </hint> |
|
166 <hint type="destinationlabel"> |
|
167 <x>157</x> |
|
168 <y>274</y> |
|
169 </hint> |
|
170 </hints> |
|
171 </connection> |
|
172 <connection> |
|
173 <sender>buttonBox</sender> |
|
174 <signal>rejected()</signal> |
|
175 <receiver>IntegrityScan</receiver> |
|
176 <slot>reject()</slot> |
|
177 <hints> |
|
178 <hint type="sourcelabel"> |
|
179 <x>316</x> |
|
180 <y>260</y> |
|
181 </hint> |
|
182 <hint type="destinationlabel"> |
|
183 <x>286</x> |
|
184 <y>274</y> |
|
185 </hint> |
|
186 </hints> |
|
187 </connection> |
|
188 </connections> |
|
189 </ui> |