Added not yet working vtkinteractorstyle subclass + fixed sigabrt when switching...
[engrid.git] / guideletebadaspecttris.ui
blob33ce03c6fee3d36d86ff7ea733d2b621bec4d71a
1 <ui version="4.0" >
2  <class>GuiDeleteBadAspectTris</class>
3  <widget class="QDialog" name="GuiDeleteBadAspectTris" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>322</width>
9     <height>186</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>delete bad aspect ratio triangles</string>
14   </property>
15   <layout class="QGridLayout" name="gridLayout" >
16    <item row="0" column="0" >
17     <widget class="QLabel" name="label" >
18      <property name="text" >
19       <string>aspect ratio threshold</string>
20      </property>
21     </widget>
22    </item>
23    <item row="1" column="0" >
24     <spacer name="verticalSpacer" >
25      <property name="orientation" >
26       <enum>Qt::Vertical</enum>
27      </property>
28      <property name="sizeHint" stdset="0" >
29       <size>
30        <width>20</width>
31        <height>104</height>
32       </size>
33      </property>
34     </spacer>
35    </item>
36    <item row="2" column="0" colspan="2" >
37     <layout class="QHBoxLayout" name="horizontalLayout" >
38      <item>
39       <widget class="QPushButton" name="pushButtonHelp" >
40        <property name="text" >
41         <string>Help</string>
42        </property>
43       </widget>
44      </item>
45      <item>
46       <widget class="QDialogButtonBox" name="buttonBox" >
47        <property name="orientation" >
48         <enum>Qt::Horizontal</enum>
49        </property>
50        <property name="standardButtons" >
51         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
52        </property>
53       </widget>
54      </item>
55     </layout>
56    </item>
57    <item row="0" column="1" >
58     <widget class="QDoubleSpinBox" name="doubleSpinBox" >
59      <property name="minimum" >
60       <double>1.000000000000000</double>
61      </property>
62      <property name="singleStep" >
63       <double>0.100000000000000</double>
64      </property>
65      <property name="value" >
66       <double>2.000000000000000</double>
67      </property>
68     </widget>
69    </item>
70   </layout>
71  </widget>
72  <resources/>
73  <connections>
74   <connection>
75    <sender>buttonBox</sender>
76    <signal>accepted()</signal>
77    <receiver>GuiDeleteBadAspectTris</receiver>
78    <slot>accept()</slot>
79    <hints>
80     <hint type="sourcelabel" >
81      <x>248</x>
82      <y>254</y>
83     </hint>
84     <hint type="destinationlabel" >
85      <x>157</x>
86      <y>274</y>
87     </hint>
88    </hints>
89   </connection>
90   <connection>
91    <sender>buttonBox</sender>
92    <signal>rejected()</signal>
93    <receiver>GuiDeleteBadAspectTris</receiver>
94    <slot>reject()</slot>
95    <hints>
96     <hint type="sourcelabel" >
97      <x>316</x>
98      <y>260</y>
99     </hint>
100     <hint type="destinationlabel" >
101      <x>286</x>
102      <y>274</y>
103     </hint>
104    </hints>
105   </connection>
106  </connections>
107 </ui>