compiles on openSUSE 15.4 part 2
[engrid-github.git] / src / libengrid / guiconverttopolymesh.ui
blob1b1d6e6713fadbe158ba54c38e5510652f958586
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GuiConvertToPolyMesh</class>
4 <widget class="QDialog" name="GuiConvertToPolyMesh">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>240</width>
10 <height>208</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QFormLayout" name="formLayout">
19 <property name="fieldGrowthPolicy">
20 <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
21 </property>
22 <item row="0" column="0">
23 <widget class="QLabel" name="label">
24 <property name="text">
25 <string>node &quot;pull-in&quot; factor</string>
26 </property>
27 </widget>
28 </item>
29 <item row="0" column="1">
30 <widget class="QSlider" name="horizontalSliderPullIn">
31 <property name="maximum">
32 <number>100</number>
33 </property>
34 <property name="value">
35 <number>0</number>
36 </property>
37 <property name="orientation">
38 <enum>Qt::Horizontal</enum>
39 </property>
40 </widget>
41 </item>
42 <item row="2" column="0">
43 <widget class="QLabel" name="label_2">
44 <property name="text">
45 <string>split concave faces</string>
46 </property>
47 </widget>
48 </item>
49 <item row="2" column="1">
50 <widget class="QCheckBox" name="checkBoxSplitConcaveFaces">
51 <property name="text">
52 <string/>
53 </property>
54 </widget>
55 </item>
56 <item row="3" column="0">
57 <widget class="QLabel" name="label_3">
58 <property name="text">
59 <string>split concave cells</string>
60 </property>
61 </widget>
62 </item>
63 <item row="3" column="1">
64 <widget class="QCheckBox" name="checkBoxSplitConcaveCells">
65 <property name="text">
66 <string/>
67 </property>
68 </widget>
69 </item>
70 <item row="1" column="0">
71 <widget class="QLabel" name="label_4">
72 <property name="text">
73 <string>optimise convexity</string>
74 </property>
75 </widget>
76 </item>
77 <item row="1" column="1">
78 <widget class="QCheckBox" name="checkBoxOptimise">
79 <property name="text">
80 <string/>
81 </property>
82 </widget>
83 </item>
84 <item row="4" column="0">
85 <widget class="QLabel" name="label_5">
86 <property name="text">
87 <string>feature angle</string>
88 </property>
89 </widget>
90 </item>
91 <item row="4" column="1">
92 <widget class="QDoubleSpinBox" name="m_DoubleSpinBoxFeatureAngle">
93 <property name="maximum">
94 <double>180.000000000000000</double>
95 </property>
96 <property name="singleStep">
97 <double>2.500000000000000</double>
98 </property>
99 <property name="value">
100 <double>20.000000000000000</double>
101 </property>
102 </widget>
103 </item>
104 </layout>
105 </item>
106 <item>
107 <spacer name="verticalSpacer">
108 <property name="orientation">
109 <enum>Qt::Vertical</enum>
110 </property>
111 <property name="sizeHint" stdset="0">
112 <size>
113 <width>20</width>
114 <height>40</height>
115 </size>
116 </property>
117 </spacer>
118 </item>
119 <item>
120 <widget class="QDialogButtonBox" name="buttonBox">
121 <property name="orientation">
122 <enum>Qt::Horizontal</enum>
123 </property>
124 <property name="standardButtons">
125 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
126 </property>
127 </widget>
128 </item>
129 </layout>
130 </widget>
131 <tabstops>
132 <tabstop>horizontalSliderPullIn</tabstop>
133 <tabstop>checkBoxOptimise</tabstop>
134 <tabstop>checkBoxSplitConcaveFaces</tabstop>
135 <tabstop>checkBoxSplitConcaveCells</tabstop>
136 <tabstop>m_DoubleSpinBoxFeatureAngle</tabstop>
137 <tabstop>buttonBox</tabstop>
138 </tabstops>
139 <resources/>
140 <connections>
141 <connection>
142 <sender>buttonBox</sender>
143 <signal>accepted()</signal>
144 <receiver>GuiConvertToPolyMesh</receiver>
145 <slot>accept()</slot>
146 <hints>
147 <hint type="sourcelabel">
148 <x>248</x>
149 <y>254</y>
150 </hint>
151 <hint type="destinationlabel">
152 <x>157</x>
153 <y>274</y>
154 </hint>
155 </hints>
156 </connection>
157 <connection>
158 <sender>buttonBox</sender>
159 <signal>rejected()</signal>
160 <receiver>GuiConvertToPolyMesh</receiver>
161 <slot>reject()</slot>
162 <hints>
163 <hint type="sourcelabel">
164 <x>316</x>
165 <y>260</y>
166 </hint>
167 <hint type="destinationlabel">
168 <x>286</x>
169 <y>274</y>
170 </hint>
171 </hints>
172 </connection>
173 </connections>
174 </ui>