various improvements to speed up surface meshing of BRL-CAD geometries
[engrid.git] / src / libengrid / guicreatevolumemesh.ui
blob8499d1b99691eb589715e2d0b11905519cbc237a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GuiCreateVolumeMesh</class>
4 <widget class="QDialog" name="GuiCreateVolumeMesh">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>218</width>
10 <height>285</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0" colspan="2">
18 <widget class="QListWidget" name="listWidget"/>
19 </item>
20 <item row="1" column="0">
21 <widget class="QLabel" name="label">
22 <property name="text">
23 <string>number of iterations</string>
24 </property>
25 <property name="alignment">
26 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
27 </property>
28 </widget>
29 </item>
30 <item row="1" column="1">
31 <widget class="QSpinBox" name="spinBoxIterations">
32 <property name="minimum">
33 <number>1</number>
34 </property>
35 <property name="maximum">
36 <number>5</number>
37 </property>
38 <property name="value">
39 <number>3</number>
40 </property>
41 </widget>
42 </item>
43 <item row="2" column="0" colspan="2">
44 <widget class="QDialogButtonBox" name="buttonBox">
45 <property name="orientation">
46 <enum>Qt::Horizontal</enum>
47 </property>
48 <property name="standardButtons">
49 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
50 </property>
51 </widget>
52 </item>
53 </layout>
54 </widget>
55 <tabstops>
56 <tabstop>listWidget</tabstop>
57 <tabstop>spinBoxIterations</tabstop>
58 <tabstop>buttonBox</tabstop>
59 </tabstops>
60 <resources/>
61 <connections>
62 <connection>
63 <sender>buttonBox</sender>
64 <signal>accepted()</signal>
65 <receiver>GuiCreateVolumeMesh</receiver>
66 <slot>accept()</slot>
67 <hints>
68 <hint type="sourcelabel">
69 <x>248</x>
70 <y>254</y>
71 </hint>
72 <hint type="destinationlabel">
73 <x>157</x>
74 <y>274</y>
75 </hint>
76 </hints>
77 </connection>
78 <connection>
79 <sender>buttonBox</sender>
80 <signal>rejected()</signal>
81 <receiver>GuiCreateVolumeMesh</receiver>
82 <slot>reject()</slot>
83 <hints>
84 <hint type="sourcelabel">
85 <x>316</x>
86 <y>260</y>
87 </hint>
88 <hint type="destinationlabel">
89 <x>286</x>
90 <y>274</y>
91 </hint>
92 </hints>
93 </connection>
94 </connections>
95 </ui>