compiles on openSUSE 15.4 part 2
[engrid-github.git] / src / libengrid / guisurfacemesher.ui
blob4ca62680f69a5312ca4e0f5fc5bc51075ad800ca
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GuiSurfaceMesher</class>
4 <widget class="QDialog" name="GuiSurfaceMesher">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>322</width>
10 <height>272</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>surface mesher</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QFormLayout" name="formLayout">
19 <property name="fieldGrowthPolicy">
20 <enum>QFormLayout::ExpandingFieldsGrow</enum>
21 </property>
22 <item row="0" column="0">
23 <widget class="QLabel" name="label">
24 <property name="text">
25 <string>number of iterations</string>
26 </property>
27 </widget>
28 </item>
29 <item row="0" column="1">
30 <widget class="QSpinBox" name="m_SpinBoxIterations">
31 <property name="minimum">
32 <number>1</number>
33 </property>
34 <property name="maximum">
35 <number>20</number>
36 </property>
37 </widget>
38 </item>
39 <item row="5" column="1">
40 <widget class="QCheckBox" name="m_CheckBoxSmooth">
41 <property name="text">
42 <string/>
43 </property>
44 </widget>
45 </item>
46 <item row="1" column="1">
47 <widget class="QSpinBox" name="m_SpinBoxSmoothSteps">
48 <property name="maximum">
49 <number>20</number>
50 </property>
51 </widget>
52 </item>
53 <item row="2" column="1">
54 <widget class="QSpinBox" name="m_SpinBoxDelaunaySweeps">
55 <property name="maximum">
56 <number>20</number>
57 </property>
58 </widget>
59 </item>
60 <item row="1" column="0">
61 <widget class="QLabel" name="label_2">
62 <property name="text">
63 <string>number of smoothing steps per iteration</string>
64 </property>
65 </widget>
66 </item>
67 <item row="2" column="0">
68 <widget class="QLabel" name="label_3">
69 <property name="text">
70 <string>number of Delaunay sweeps per iteration</string>
71 </property>
72 </widget>
73 </item>
74 <item row="5" column="0">
75 <widget class="QLabel" name="label_4">
76 <property name="text">
77 <string>correct curvature (smooth surfaces)</string>
78 </property>
79 </widget>
80 </item>
81 <item row="3" column="1">
82 <widget class="QCheckBox" name="m_CheckBoxInsert">
83 <property name="text">
84 <string/>
85 </property>
86 <property name="checked">
87 <bool>true</bool>
88 </property>
89 </widget>
90 </item>
91 <item row="3" column="0">
92 <widget class="QLabel" name="label_5">
93 <property name="text">
94 <string>insert nodes</string>
95 </property>
96 </widget>
97 </item>
98 <item row="4" column="0">
99 <widget class="QLabel" name="label_6">
100 <property name="text">
101 <string>delete nodes</string>
102 </property>
103 </widget>
104 </item>
105 <item row="4" column="1">
106 <widget class="QCheckBox" name="m_CheckBoxDelete">
107 <property name="text">
108 <string/>
109 </property>
110 <property name="checked">
111 <bool>true</bool>
112 </property>
113 </widget>
114 </item>
115 <item row="6" column="1">
116 <widget class="QCheckBox" name="m_CheckBoxBCodesFeatures">
117 <property name="text">
118 <string/>
119 </property>
120 <property name="checked">
121 <bool>true</bool>
122 </property>
123 </widget>
124 </item>
125 <item row="6" column="0">
126 <widget class="QLabel" name="label_7">
127 <property name="text">
128 <string>feature edges defined by boundary codes</string>
129 </property>
130 </widget>
131 </item>
132 </layout>
133 </item>
134 <item>
135 <spacer name="verticalSpacer">
136 <property name="orientation">
137 <enum>Qt::Vertical</enum>
138 </property>
139 <property name="sizeHint" stdset="0">
140 <size>
141 <width>20</width>
142 <height>40</height>
143 </size>
144 </property>
145 </spacer>
146 </item>
147 <item>
148 <widget class="QDialogButtonBox" name="buttonBox">
149 <property name="orientation">
150 <enum>Qt::Horizontal</enum>
151 </property>
152 <property name="standardButtons">
153 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
154 </property>
155 </widget>
156 </item>
157 </layout>
158 </widget>
159 <tabstops>
160 <tabstop>m_SpinBoxIterations</tabstop>
161 <tabstop>m_SpinBoxSmoothSteps</tabstop>
162 <tabstop>m_SpinBoxDelaunaySweeps</tabstop>
163 <tabstop>m_CheckBoxInsert</tabstop>
164 <tabstop>m_CheckBoxDelete</tabstop>
165 <tabstop>m_CheckBoxSmooth</tabstop>
166 <tabstop>m_CheckBoxBCodesFeatures</tabstop>
167 <tabstop>buttonBox</tabstop>
168 </tabstops>
169 <resources/>
170 <connections>
171 <connection>
172 <sender>buttonBox</sender>
173 <signal>accepted()</signal>
174 <receiver>GuiSurfaceMesher</receiver>
175 <slot>accept()</slot>
176 <hints>
177 <hint type="sourcelabel">
178 <x>248</x>
179 <y>254</y>
180 </hint>
181 <hint type="destinationlabel">
182 <x>157</x>
183 <y>274</y>
184 </hint>
185 </hints>
186 </connection>
187 <connection>
188 <sender>buttonBox</sender>
189 <signal>rejected()</signal>
190 <receiver>GuiSurfaceMesher</receiver>
191 <slot>reject()</slot>
192 <hints>
193 <hint type="sourcelabel">
194 <x>316</x>
195 <y>260</y>
196 </hint>
197 <hint type="destinationlabel">
198 <x>286</x>
199 <y>274</y>
200 </hint>
201 </hints>
202 </connection>
203 </connections>
204 </ui>