improved problems with adjacent (to prism layer) boundaries
[engrid-github.git] / src / libengrid / guiconverttopolymesh.ui
blobc4f431dac7f005710c421c1313bf8a0f73ec8754
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>241</width>
10 <height>135</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>50</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 </layout>
85 </item>
86 <item>
87 <spacer name="verticalSpacer">
88 <property name="orientation">
89 <enum>Qt::Vertical</enum>
90 </property>
91 <property name="sizeHint" stdset="0">
92 <size>
93 <width>20</width>
94 <height>40</height>
95 </size>
96 </property>
97 </spacer>
98 </item>
99 <item>
100 <widget class="QDialogButtonBox" name="buttonBox">
101 <property name="orientation">
102 <enum>Qt::Horizontal</enum>
103 </property>
104 <property name="standardButtons">
105 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
106 </property>
107 </widget>
108 </item>
109 </layout>
110 </widget>
111 <tabstops>
112 <tabstop>horizontalSliderPullIn</tabstop>
113 <tabstop>checkBoxOptimise</tabstop>
114 <tabstop>checkBoxSplitConcaveFaces</tabstop>
115 <tabstop>checkBoxSplitConcaveCells</tabstop>
116 <tabstop>buttonBox</tabstop>
117 </tabstops>
118 <resources/>
119 <connections>
120 <connection>
121 <sender>buttonBox</sender>
122 <signal>accepted()</signal>
123 <receiver>GuiConvertToPolyMesh</receiver>
124 <slot>accept()</slot>
125 <hints>
126 <hint type="sourcelabel">
127 <x>248</x>
128 <y>254</y>
129 </hint>
130 <hint type="destinationlabel">
131 <x>157</x>
132 <y>274</y>
133 </hint>
134 </hints>
135 </connection>
136 <connection>
137 <sender>buttonBox</sender>
138 <signal>rejected()</signal>
139 <receiver>GuiConvertToPolyMesh</receiver>
140 <slot>reject()</slot>
141 <hints>
142 <hint type="sourcelabel">
143 <x>316</x>
144 <y>260</y>
145 </hint>
146 <hint type="destinationlabel">
147 <x>286</x>
148 <y>274</y>
149 </hint>
150 </hints>
151 </connection>
152 </connections>
153 </ui>