faster surface smoothing. :)
[engrid.git] / guimeshoptions.ui
blobfce9323f4a0cbc5a4890afa2b5294db7f715cd94
1 <ui version="4.0" >
2  <class>GuiMeshOptions</class>
3  <widget class="QDialog" name="GuiMeshOptions" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>350</width>
9     <height>586</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Dialog</string>
14   </property>
15   <layout class="QVBoxLayout" name="verticalLayout" >
16    <item>
17     <widget class="QGroupBox" name="groupBox" >
18      <property name="title" >
19       <string>smoothing weights</string>
20      </property>
21      <layout class="QGridLayout" name="gridLayout" >
22       <item row="0" column="0" >
23        <widget class="QLabel" name="label" >
24         <property name="text" >
25          <string>nicely shaped tetrahedra</string>
26         </property>
27         <property name="alignment" >
28          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
29         </property>
30        </widget>
31       </item>
32       <item row="0" column="1" >
33        <widget class="QDoubleSpinBox" name="doubleSpinBoxW1" >
34         <property name="maximum" >
35          <double>100.000000000000000</double>
36         </property>
37         <property name="singleStep" >
38          <double>0.100000000000000</double>
39         </property>
40         <property name="value" >
41          <double>2.000000000000000</double>
42         </property>
43        </widget>
44       </item>
45       <item row="1" column="1" >
46        <widget class="QDoubleSpinBox" name="doubleSpinBox_2" >
47         <property name="maximum" >
48          <double>100.000000000000000</double>
49         </property>
50         <property name="singleStep" >
51          <double>0.100000000000000</double>
52         </property>
53        </widget>
54       </item>
55       <item row="2" column="1" >
56        <widget class="QDoubleSpinBox" name="doubleSpinBox_3" >
57         <property name="maximum" >
58          <double>100.000000000000000</double>
59         </property>
60         <property name="singleStep" >
61          <double>0.100000000000000</double>
62         </property>
63        </widget>
64       </item>
65       <item row="1" column="0" >
66        <widget class="QLabel" name="label_2" >
67         <property name="text" >
68          <string>thickness of prisms</string>
69         </property>
70         <property name="alignment" >
71          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
72         </property>
73        </widget>
74       </item>
75       <item row="2" column="0" >
76        <widget class="QLabel" name="label_3" >
77         <property name="text" >
78          <string>parallel edges of prisms</string>
79         </property>
80         <property name="alignment" >
81          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
82         </property>
83        </widget>
84       </item>
85       <item row="3" column="0" >
86        <widget class="QLabel" name="label_4" >
87         <property name="text" >
88          <string>parallel prism triangles</string>
89         </property>
90         <property name="alignment" >
91          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
92         </property>
93        </widget>
94       </item>
95       <item row="4" column="0" >
96        <widget class="QLabel" name="label_5" >
97         <property name="text" >
98          <string>similar size of prisms triangles</string>
99         </property>
100         <property name="alignment" >
101          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
102         </property>
103        </widget>
104       </item>
105       <item row="3" column="1" >
106        <widget class="QDoubleSpinBox" name="doubleSpinBox_4" >
107         <property name="maximum" >
108          <double>100.000000000000000</double>
109         </property>
110         <property name="singleStep" >
111          <double>0.100000000000000</double>
112         </property>
113        </widget>
114       </item>
115       <item row="4" column="1" >
116        <widget class="QDoubleSpinBox" name="doubleSpinBox_5" >
117         <property name="maximum" >
118          <double>100.000000000000000</double>
119         </property>
120         <property name="singleStep" >
121          <double>0.100000000000000</double>
122         </property>
123        </widget>
124       </item>
125      </layout>
126     </widget>
127    </item>
128    <item>
129     <widget class="QGroupBox" name="groupBox_2" >
130      <property name="minimumSize" >
131       <size>
132        <width>0</width>
133        <height>0</height>
134       </size>
135      </property>
136      <property name="title" >
137       <string>boundary layer iterations</string>
138      </property>
139      <layout class="QGridLayout" name="gridLayout_2" >
140       <item row="0" column="0" >
141        <widget class="QLabel" name="label_6" >
142         <property name="text" >
143          <string>outer iterations</string>
144         </property>
145         <property name="alignment" >
146          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
147         </property>
148        </widget>
149       </item>
150       <item row="0" column="1" >
151        <widget class="QSpinBox" name="spinBox" />
152       </item>
153       <item row="1" column="0" >
154        <widget class="QLabel" name="label_7" >
155         <property name="text" >
156          <string>smoothing iterations (inner loop)</string>
157         </property>
158         <property name="alignment" >
159          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
160         </property>
161        </widget>
162       </item>
163       <item row="1" column="1" >
164        <widget class="QSpinBox" name="spinBox_2" />
165       </item>
166       <item row="2" column="1" >
167        <widget class="QCheckBox" name="checkBox" >
168         <property name="text" >
169          <string/>
170         </property>
171         <property name="tristate" >
172          <bool>false</bool>
173         </property>
174        </widget>
175       </item>
176       <item row="2" column="0" >
177        <widget class="QLabel" name="label_9" >
178         <property name="text" >
179          <string>use post-smoothing</string>
180         </property>
181         <property name="alignment" >
182          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
183         </property>
184        </widget>
185       </item>
186      </layout>
187     </widget>
188    </item>
189    <item>
190     <widget class="QGroupBox" name="groupBox_3" >
191      <property name="minimumSize" >
192       <size>
193        <width>0</width>
194        <height>0</height>
195       </size>
196      </property>
197      <property name="title" >
198       <string>other options</string>
199      </property>
200      <layout class="QGridLayout" name="gridLayout_3" >
201       <item row="0" column="0" >
202        <widget class="QLabel" name="label_8" >
203         <property name="text" >
204          <string>initial offset for seeded boundary layer</string>
205         </property>
206         <property name="alignment" >
207          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
208         </property>
209        </widget>
210       </item>
211       <item row="0" column="1" >
212        <widget class="QDoubleSpinBox" name="doubleSpinBox" />
213       </item>
214      </layout>
215     </widget>
216    </item>
217    <item>
218     <spacer name="verticalSpacer" >
219      <property name="orientation" >
220       <enum>Qt::Vertical</enum>
221      </property>
222      <property name="sizeHint" stdset="0" >
223       <size>
224        <width>20</width>
225        <height>307</height>
226       </size>
227      </property>
228     </spacer>
229    </item>
230    <item>
231     <layout class="QHBoxLayout" name="horizontalLayout" >
232      <item>
233       <widget class="QPushButton" name="pushButtonHelp" >
234        <property name="text" >
235         <string>Help</string>
236        </property>
237       </widget>
238      </item>
239      <item>
240       <widget class="QDialogButtonBox" name="buttonBox" >
241        <property name="orientation" >
242         <enum>Qt::Horizontal</enum>
243        </property>
244        <property name="standardButtons" >
245         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
246        </property>
247       </widget>
248      </item>
249     </layout>
250    </item>
251   </layout>
252  </widget>
253  <resources/>
254  <connections>
255   <connection>
256    <sender>buttonBox</sender>
257    <signal>accepted()</signal>
258    <receiver>GuiMeshOptions</receiver>
259    <slot>accept()</slot>
260    <hints>
261     <hint type="sourcelabel" >
262      <x>248</x>
263      <y>254</y>
264     </hint>
265     <hint type="destinationlabel" >
266      <x>157</x>
267      <y>274</y>
268     </hint>
269    </hints>
270   </connection>
271   <connection>
272    <sender>buttonBox</sender>
273    <signal>rejected()</signal>
274    <receiver>GuiMeshOptions</receiver>
275    <slot>reject()</slot>
276    <hints>
277     <hint type="sourcelabel" >
278      <x>316</x>
279      <y>260</y>
280     </hint>
281     <hint type="destinationlabel" >
282      <x>286</x>
283      <y>274</y>
284     </hint>
285    </hints>
286   </connection>
287  </connections>
288 </ui>