deactivated deprecated start_engrid copy
[engrid.git] / src / guicreatesurfacemesh.ui
blobc702d8e39a8e8c566a1ab8963ac4b096eae47255
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GuiCreateSurfaceMesh</class>
4 <widget class="QDialog" name="GuiCreateSurfaceMesh">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>770</width>
10 <height>512</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Create surface mesh</string>
15 </property>
16 <property name="windowIcon">
17 <iconset resource="engrid.qrc">
18 <normaloff>:/icons/resources/icons/G.png</normaloff>:/icons/resources/icons/G.png</iconset>
19 </property>
20 <layout class="QVBoxLayout" name="verticalLayout_2">
21 <item>
22 <widget class="QTabWidget" name="tabWidget">
23 <property name="currentIndex">
24 <number>0</number>
25 </property>
26 <widget class="QWidget" name="tab">
27 <attribute name="title">
28 <string>boundary codes</string>
29 </attribute>
30 <layout class="QHBoxLayout" name="horizontalLayout_4">
31 <item>
32 <layout class="QHBoxLayout" name="horizontalLayout">
33 <item>
34 <widget class="QGroupBox" name="groupBox">
35 <property name="sizePolicy">
36 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
37 <horstretch>0</horstretch>
38 <verstretch>0</verstretch>
39 </sizepolicy>
40 </property>
41 <property name="maximumSize">
42 <size>
43 <width>200</width>
44 <height>16777215</height>
45 </size>
46 </property>
47 <property name="title">
48 <string>boundary codes</string>
49 </property>
50 <layout class="QVBoxLayout" name="verticalLayout_5">
51 <item>
52 <widget class="QListWidget" name="listWidget"/>
53 </item>
54 <item>
55 <layout class="QHBoxLayout" name="horizontalLayout_6">
56 <item>
57 <widget class="QPushButton" name="pushButton_SelectAll_BC">
58 <property name="text">
59 <string>Select all</string>
60 </property>
61 </widget>
62 </item>
63 <item>
64 <widget class="QPushButton" name="pushButton_ClearAll_BC">
65 <property name="text">
66 <string>Clear all</string>
67 </property>
68 </widget>
69 </item>
70 </layout>
71 </item>
72 </layout>
73 </widget>
74 </item>
75 <item>
76 <layout class="QVBoxLayout" name="verticalLayout">
77 <item>
78 <layout class="QVBoxLayout" name="verticalLayout_SettingsSheet"/>
79 </item>
80 <item>
81 <spacer name="horizontalSpacer">
82 <property name="orientation">
83 <enum>Qt::Horizontal</enum>
84 </property>
85 <property name="sizeHint" stdset="0">
86 <size>
87 <width>40</width>
88 <height>20</height>
89 </size>
90 </property>
91 </spacer>
92 </item>
93 <item>
94 <layout class="QHBoxLayout" name="horizontalLayout_3">
95 <item>
96 <widget class="QPushButton" name="pushButton_RemoveSet">
97 <property name="text">
98 <string>Remove set</string>
99 </property>
100 </widget>
101 </item>
102 <item>
103 <widget class="QPushButton" name="pushButton_AddSet">
104 <property name="text">
105 <string>Add set</string>
106 </property>
107 </widget>
108 </item>
109 <item>
110 <widget class="QPushButton" name="pushButton_TestSet">
111 <property name="text">
112 <string>Test</string>
113 </property>
114 </widget>
115 </item>
116 </layout>
117 </item>
118 </layout>
119 </item>
120 </layout>
121 </item>
122 </layout>
123 <zorder></zorder>
124 <zorder></zorder>
125 </widget>
126 <widget class="QWidget" name="tab_2">
127 <attribute name="title">
128 <string>sources</string>
129 </attribute>
130 <layout class="QVBoxLayout" name="verticalLayout_3">
131 <item>
132 <layout class="QGridLayout" name="gridLayout">
133 <item row="0" column="0" rowspan="4">
134 <widget class="QListWidget" name="listWidgetSources"/>
135 </item>
136 <item row="0" column="1">
137 <widget class="QPushButton" name="pushButtonAddSphere">
138 <property name="text">
139 <string>add sphere</string>
140 </property>
141 </widget>
142 </item>
143 <item row="3" column="1">
144 <spacer name="verticalSpacer">
145 <property name="orientation">
146 <enum>Qt::Vertical</enum>
147 </property>
148 <property name="sizeHint" stdset="0">
149 <size>
150 <width>20</width>
151 <height>40</height>
152 </size>
153 </property>
154 </spacer>
155 </item>
156 <item row="1" column="1">
157 <widget class="QPushButton" name="pushButtonEditSource">
158 <property name="text">
159 <string>edit</string>
160 </property>
161 </widget>
162 </item>
163 <item row="2" column="1">
164 <widget class="QPushButton" name="pushButtonDeleteSource">
165 <property name="enabled">
166 <bool>true</bool>
167 </property>
168 <property name="text">
169 <string>delete</string>
170 </property>
171 </widget>
172 </item>
173 </layout>
174 </item>
175 </layout>
176 </widget>
177 </widget>
178 </item>
179 <item>
180 <layout class="QHBoxLayout" name="horizontalLayout_2">
181 <item>
182 <widget class="QLabel" name="label">
183 <property name="text">
184 <string>maximal edge length:</string>
185 </property>
186 </widget>
187 </item>
188 <item>
189 <widget class="QLineEdit" name="lineEditMaximalEdgeLength">
190 <property name="text">
191 <string>1000</string>
192 </property>
193 </widget>
194 </item>
195 <item>
196 <widget class="QLabel" name="label_3">
197 <property name="text">
198 <string>cell growth factor:</string>
199 </property>
200 </widget>
201 </item>
202 <item>
203 <widget class="QLineEdit" name="lineEditGrowthFactor">
204 <property name="text">
205 <string>1.5</string>
206 </property>
207 </widget>
208 </item>
209 <item>
210 <widget class="QLabel" name="label_2">
211 <property name="text">
212 <string>nodes per quarter circle</string>
213 </property>
214 </widget>
215 </item>
216 <item>
217 <widget class="QDoubleSpinBox" name="doubleSpinBoxCurvature">
218 <property name="enabled">
219 <bool>false</bool>
220 </property>
221 <property name="singleStep">
222 <double>0.100000000000000</double>
223 </property>
224 <property name="value">
225 <double>0.000000000000000</double>
226 </property>
227 </widget>
228 </item>
229 </layout>
230 </item>
231 <item>
232 <layout class="QHBoxLayout">
233 <item>
234 <widget class="QPushButton" name="pushButtonHelp">
235 <property name="text">
236 <string>Help</string>
237 </property>
238 </widget>
239 </item>
240 <item>
241 <spacer>
242 <property name="orientation">
243 <enum>Qt::Horizontal</enum>
244 </property>
245 <property name="sizeHint" stdset="0">
246 <size>
247 <width>40</width>
248 <height>20</height>
249 </size>
250 </property>
251 </spacer>
252 </item>
253 <item>
254 <widget class="QDialogButtonBox" name="buttonBox">
255 <property name="orientation">
256 <enum>Qt::Horizontal</enum>
257 </property>
258 <property name="standardButtons">
259 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
260 </property>
261 </widget>
262 </item>
263 <item>
264 <widget class="QPushButton" name="pushButtonSave">
265 <property name="text">
266 <string>Save</string>
267 </property>
268 </widget>
269 </item>
270 </layout>
271 </item>
272 </layout>
273 </widget>
274 <resources>
275 <include location="engrid.qrc"/>
276 </resources>
277 <connections>
278 <connection>
279 <sender>buttonBox</sender>
280 <signal>accepted()</signal>
281 <receiver>GuiCreateSurfaceMesh</receiver>
282 <slot>accept()</slot>
283 <hints>
284 <hint type="sourcelabel">
285 <x>248</x>
286 <y>254</y>
287 </hint>
288 <hint type="destinationlabel">
289 <x>157</x>
290 <y>274</y>
291 </hint>
292 </hints>
293 </connection>
294 <connection>
295 <sender>buttonBox</sender>
296 <signal>rejected()</signal>
297 <receiver>GuiCreateSurfaceMesh</receiver>
298 <slot>reject()</slot>
299 <hints>
300 <hint type="sourcelabel">
301 <x>316</x>
302 <y>260</y>
303 </hint>
304 <hint type="destinationlabel">
305 <x>286</x>
306 <y>274</y>
307 </hint>
308 </hints>
309 </connection>
310 </connections>
311 </ui>