compiles on openSUSE 15.4 part 2
[engrid-github.git] / src / libengrid / guicreateboundarylayer.ui
blob946eeba6eee53f4f9a20001457e38487d40a224c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GuiCreateBoundaryLayer</class>
4 <widget class="QDialog" name="GuiCreateBoundaryLayer">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>646</height>
11 </rect>
12 </property>
13 <property name="minimumSize">
14 <size>
15 <width>0</width>
16 <height>0</height>
17 </size>
18 </property>
19 <property name="windowTitle">
20 <string>create prismatic boundary layer</string>
21 </property>
22 <property name="windowIcon">
23 <iconset resource="engrid.qrc">
24 <normaloff>:/icons/resources/icons/G.png</normaloff>:/icons/resources/icons/G.png</iconset>
25 </property>
26 <layout class="QGridLayout" name="gridLayout">
27 <item row="12" column="0">
28 <widget class="QLabel" name="label_3">
29 <property name="text">
30 <string>stretching factor (hint)</string>
31 </property>
32 <property name="alignment">
33 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
34 </property>
35 </widget>
36 </item>
37 <item row="10" column="0">
38 <widget class="QLabel" name="label_2">
39 <property name="text">
40 <string>relative height of first cell</string>
41 </property>
42 <property name="alignment">
43 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
44 </property>
45 </widget>
46 </item>
47 <item row="13" column="1">
48 <widget class="QDoubleSpinBox" name="doubleSpinBoxFarRatio">
49 <property name="decimals">
50 <number>1</number>
51 </property>
52 <property name="minimum">
53 <double>0.000000000000000</double>
54 </property>
55 <property name="maximum">
56 <double>5.000000000000000</double>
57 </property>
58 <property name="singleStep">
59 <double>0.100000000000000</double>
60 </property>
61 <property name="value">
62 <double>0.800000000000000</double>
63 </property>
64 </widget>
65 </item>
66 <item row="13" column="0">
67 <widget class="QLabel" name="label_6">
68 <property name="text">
69 <string>ratio last layer / far-field</string>
70 </property>
71 <property name="alignment">
72 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
73 </property>
74 </widget>
75 </item>
76 <item row="0" column="0">
77 <widget class="QGroupBox" name="groupBox">
78 <property name="sizePolicy">
79 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
80 <horstretch>0</horstretch>
81 <verstretch>0</verstretch>
82 </sizepolicy>
83 </property>
84 <property name="title">
85 <string>boundary conditions</string>
86 </property>
87 <layout class="QVBoxLayout" name="verticalLayout_2">
88 <item>
89 <widget class="QListWidget" name="listWidgetBC">
90 <property name="sizePolicy">
91 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
92 <horstretch>0</horstretch>
93 <verstretch>0</verstretch>
94 </sizepolicy>
95 </property>
96 <property name="maximumSize">
97 <size>
98 <width>16777215</width>
99 <height>16777215</height>
100 </size>
101 </property>
102 </widget>
103 </item>
104 <item>
105 <layout class="QHBoxLayout" name="horizontalLayout">
106 <item>
107 <widget class="QPushButton" name="pushButton_SelectAll_BC">
108 <property name="text">
109 <string>Select all</string>
110 </property>
111 </widget>
112 </item>
113 <item>
114 <widget class="QPushButton" name="pushButton_ClearAll_BC">
115 <property name="text">
116 <string>Clear all</string>
117 </property>
118 </widget>
119 </item>
120 </layout>
121 </item>
122 </layout>
123 </widget>
124 </item>
125 <item row="0" column="1">
126 <widget class="QGroupBox" name="groupBox_2">
127 <property name="title">
128 <string>volumes</string>
129 </property>
130 <layout class="QVBoxLayout" name="verticalLayout">
131 <item>
132 <widget class="QListWidget" name="listWidgetVC"/>
133 </item>
134 </layout>
135 </widget>
136 </item>
137 <item row="12" column="1">
138 <widget class="QDoubleSpinBox" name="doubleSpinBoxStretching">
139 <property name="minimum">
140 <double>0.500000000000000</double>
141 </property>
142 <property name="maximum">
143 <double>3.000000000000000</double>
144 </property>
145 <property name="singleStep">
146 <double>0.050000000000000</double>
147 </property>
148 <property name="value">
149 <double>1.500000000000000</double>
150 </property>
151 </widget>
152 </item>
153 <item row="4" column="1">
154 <widget class="QCheckBox" name="checkBoxSafeMode">
155 <property name="text">
156 <string>use safe mode?</string>
157 </property>
158 <property name="checked">
159 <bool>true</bool>
160 </property>
161 </widget>
162 </item>
163 <item row="11" column="1">
164 <widget class="QLineEdit" name="lineEditAbsolute">
165 <property name="text">
166 <string>1</string>
167 </property>
168 </widget>
169 </item>
170 <item row="5" column="1">
171 <widget class="QCheckBox" name="checkBoxStrictHeightLimiter">
172 <property name="text">
173 <string>strict height limiter</string>
174 </property>
175 </widget>
176 </item>
177 <item row="8" column="0">
178 <widget class="QLabel" name="label_7">
179 <property name="text">
180 <string>number of layers (read only)</string>
181 </property>
182 <property name="alignment">
183 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
184 </property>
185 </widget>
186 </item>
187 <item row="17" column="0" colspan="2">
188 <layout class="QHBoxLayout">
189 <item>
190 <widget class="QPushButton" name="pushButtonHelp">
191 <property name="text">
192 <string>Help</string>
193 </property>
194 </widget>
195 </item>
196 <item>
197 <spacer name="horizontalSpacer">
198 <property name="orientation">
199 <enum>Qt::Horizontal</enum>
200 </property>
201 <property name="sizeHint" stdset="0">
202 <size>
203 <width>40</width>
204 <height>20</height>
205 </size>
206 </property>
207 </spacer>
208 </item>
209 <item>
210 <widget class="QDialogButtonBox" name="buttonBox">
211 <property name="orientation">
212 <enum>Qt::Horizontal</enum>
213 </property>
214 <property name="standardButtons">
215 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
216 </property>
217 </widget>
218 </item>
219 </layout>
220 </item>
221 <item row="8" column="1">
222 <widget class="QLineEdit" name="lineEditNumLayers">
223 <property name="enabled">
224 <bool>false</bool>
225 </property>
226 <property name="text">
227 <string>not yet available</string>
228 </property>
229 </widget>
230 </item>
231 <item row="10" column="1">
232 <widget class="QDoubleSpinBox" name="doubleSpinBoxHeight">
233 <property name="decimals">
234 <number>4</number>
235 </property>
236 <property name="minimum">
237 <double>0.000100000000000</double>
238 </property>
239 <property name="maximum">
240 <double>0.200000000000000</double>
241 </property>
242 <property name="singleStep">
243 <double>0.005000000000000</double>
244 </property>
245 <property name="value">
246 <double>0.010000000000000</double>
247 </property>
248 </widget>
249 </item>
250 <item row="9" column="1">
251 <widget class="QSpinBox" name="spinBoxIterations">
252 <property name="minimum">
253 <number>1</number>
254 </property>
255 </widget>
256 </item>
257 <item row="11" column="0">
258 <widget class="QLabel" name="label_4">
259 <property name="text">
260 <string>absolute height of first cell</string>
261 </property>
262 <property name="alignment">
263 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
264 </property>
265 </widget>
266 </item>
267 <item row="1" column="1">
268 <widget class="QCheckBox" name="checkBoxImprove">
269 <property name="text">
270 <string>improve existing layer?</string>
271 </property>
272 </widget>
273 </item>
274 <item row="9" column="0">
275 <widget class="QLabel" name="label">
276 <property name="text">
277 <string>number of iterations</string>
278 </property>
279 <property name="alignment">
280 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
281 </property>
282 </widget>
283 </item>
284 <item row="2" column="1">
285 <widget class="QCheckBox" name="checkBoxRemovePoints">
286 <property name="text">
287 <string>remove points?</string>
288 </property>
289 </widget>
290 </item>
291 <item row="14" column="0">
292 <widget class="QLabel" name="label_8">
293 <property name="text">
294 <string>number of height relaxations</string>
295 </property>
296 <property name="alignment">
297 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
298 </property>
299 </widget>
300 </item>
301 <item row="15" column="0">
302 <widget class="QLabel" name="label_9">
303 <property name="text">
304 <string>number of normal vector relaxations</string>
305 </property>
306 <property name="alignment">
307 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
308 </property>
309 </widget>
310 </item>
311 <item row="14" column="1">
312 <widget class="QSpinBox" name="spinBoxHeightIterations">
313 <property name="maximum">
314 <number>999</number>
315 </property>
316 <property name="value">
317 <number>5</number>
318 </property>
319 </widget>
320 </item>
321 <item row="15" column="1">
322 <widget class="QSpinBox" name="spinBoxNormalIterations">
323 <property name="maximum">
324 <number>999</number>
325 </property>
326 <property name="value">
327 <number>20</number>
328 </property>
329 </widget>
330 </item>
331 <item row="6" column="1">
332 <widget class="QCheckBox" name="checkBoxAbsolute">
333 <property name="text">
334 <string>use absolute height</string>
335 </property>
336 </widget>
337 </item>
338 </layout>
339 </widget>
340 <tabstops>
341 <tabstop>listWidgetBC</tabstop>
342 <tabstop>pushButton_SelectAll_BC</tabstop>
343 <tabstop>pushButton_ClearAll_BC</tabstop>
344 <tabstop>listWidgetVC</tabstop>
345 <tabstop>checkBoxImprove</tabstop>
346 <tabstop>checkBoxRemovePoints</tabstop>
347 <tabstop>checkBoxSafeMode</tabstop>
348 <tabstop>checkBoxStrictHeightLimiter</tabstop>
349 <tabstop>checkBoxAbsolute</tabstop>
350 <tabstop>lineEditNumLayers</tabstop>
351 <tabstop>spinBoxIterations</tabstop>
352 <tabstop>doubleSpinBoxHeight</tabstop>
353 <tabstop>lineEditAbsolute</tabstop>
354 <tabstop>doubleSpinBoxStretching</tabstop>
355 <tabstop>doubleSpinBoxFarRatio</tabstop>
356 <tabstop>spinBoxHeightIterations</tabstop>
357 <tabstop>spinBoxNormalIterations</tabstop>
358 <tabstop>buttonBox</tabstop>
359 <tabstop>pushButtonHelp</tabstop>
360 </tabstops>
361 <resources>
362 <include location="engrid.qrc"/>
363 <include location="engrid.qrc"/>
364 </resources>
365 <connections>
366 <connection>
367 <sender>buttonBox</sender>
368 <signal>accepted()</signal>
369 <receiver>GuiCreateBoundaryLayer</receiver>
370 <slot>accept()</slot>
371 <hints>
372 <hint type="sourcelabel">
373 <x>248</x>
374 <y>254</y>
375 </hint>
376 <hint type="destinationlabel">
377 <x>157</x>
378 <y>274</y>
379 </hint>
380 </hints>
381 </connection>
382 <connection>
383 <sender>buttonBox</sender>
384 <signal>rejected()</signal>
385 <receiver>GuiCreateBoundaryLayer</receiver>
386 <slot>reject()</slot>
387 <hints>
388 <hint type="sourcelabel">
389 <x>316</x>
390 <y>260</y>
391 </hint>
392 <hint type="destinationlabel">
393 <x>286</x>
394 <y>274</y>
395 </hint>
396 </hints>
397 </connection>
398 </connections>
399 </ui>