updated to modern VTK
[engrid-github.git] / src / libengrid / guicreatehexcore.ui
blob4c54a2e4cb3656ddf0c966c46045cbc0d65e99be
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GuiCreateHexCore</class>
4 <widget class="QDialog" name="GuiCreateHexCore">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>260</width>
10 <height>417</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout_4">
17 <item>
18 <widget class="QCheckBox" name="checkBoxExternalMesh">
19 <property name="text">
20 <string>external mesh</string>
21 </property>
22 </widget>
23 </item>
24 <item>
25 <layout class="QHBoxLayout" name="horizontalLayoutX1">
26 <item>
27 <widget class="QLabel" name="label_2">
28 <property name="text">
29 <string>X1</string>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <layout class="QVBoxLayout" name="verticalLayout">
35 <item>
36 <widget class="QLineEdit" name="lineEditX1"/>
37 </item>
38 <item>
39 <widget class="QLineEdit" name="lineEditY1"/>
40 </item>
41 <item>
42 <widget class="QLineEdit" name="lineEditZ1"/>
43 </item>
44 </layout>
45 </item>
46 <item>
47 <spacer name="horizontalSpacer_2">
48 <property name="orientation">
49 <enum>Qt::Horizontal</enum>
50 </property>
51 <property name="sizeHint" stdset="0">
52 <size>
53 <width>40</width>
54 <height>20</height>
55 </size>
56 </property>
57 </spacer>
58 </item>
59 </layout>
60 </item>
61 <item>
62 <layout class="QHBoxLayout" name="horizontalLayout_2">
63 <item>
64 <widget class="QLabel" name="label_4">
65 <property name="text">
66 <string>X2</string>
67 </property>
68 </widget>
69 </item>
70 <item>
71 <layout class="QVBoxLayout" name="verticalLayout_2">
72 <item>
73 <widget class="QLineEdit" name="lineEditX2"/>
74 </item>
75 <item>
76 <widget class="QLineEdit" name="lineEditY2"/>
77 </item>
78 <item>
79 <widget class="QLineEdit" name="lineEditZ2"/>
80 </item>
81 </layout>
82 </item>
83 <item>
84 <spacer name="horizontalSpacer_3">
85 <property name="orientation">
86 <enum>Qt::Horizontal</enum>
87 </property>
88 <property name="sizeHint" stdset="0">
89 <size>
90 <width>40</width>
91 <height>20</height>
92 </size>
93 </property>
94 </spacer>
95 </item>
96 </layout>
97 </item>
98 <item>
99 <widget class="QLabel" name="label">
100 <property name="text">
101 <string>location inside the volume</string>
102 </property>
103 </widget>
104 </item>
105 <item>
106 <layout class="QHBoxLayout" name="horizontalLayout_5">
107 <item>
108 <layout class="QHBoxLayout" name="horizontalLayout_3">
109 <item>
110 <widget class="QLabel" name="label_3">
111 <property name="text">
112 <string>Xi = </string>
113 </property>
114 </widget>
115 </item>
116 <item>
117 <layout class="QVBoxLayout" name="verticalLayout_3">
118 <item>
119 <widget class="QLineEdit" name="lineEditCiX">
120 <property name="text">
121 <string>0</string>
122 </property>
123 </widget>
124 </item>
125 <item>
126 <widget class="QLineEdit" name="lineEditCiY">
127 <property name="text">
128 <string>0</string>
129 </property>
130 </widget>
131 </item>
132 <item>
133 <widget class="QLineEdit" name="lineEditCiZ">
134 <property name="text">
135 <string>0</string>
136 </property>
137 </widget>
138 </item>
139 </layout>
140 </item>
141 </layout>
142 </item>
143 <item>
144 <spacer name="horizontalSpacer">
145 <property name="orientation">
146 <enum>Qt::Horizontal</enum>
147 </property>
148 <property name="sizeHint" stdset="0">
149 <size>
150 <width>40</width>
151 <height>20</height>
152 </size>
153 </property>
154 </spacer>
155 </item>
156 </layout>
157 </item>
158 <item>
159 <layout class="QFormLayout" name="formLayout">
160 <property name="fieldGrowthPolicy">
161 <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
162 </property>
163 <item row="0" column="0">
164 <widget class="QLabel" name="label_5">
165 <property name="text">
166 <string>number of initial refinement levels</string>
167 </property>
168 <property name="alignment">
169 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
170 </property>
171 </widget>
172 </item>
173 <item row="0" column="1">
174 <widget class="QSpinBox" name="spinBoxNumInitialRefinement">
175 <property name="minimum">
176 <number>0</number>
177 </property>
178 <property name="maximum">
179 <number>8</number>
180 </property>
181 <property name="singleStep">
182 <number>1</number>
183 </property>
184 <property name="value">
185 <number>4</number>
186 </property>
187 </widget>
188 </item>
189 <item row="1" column="1">
190 <widget class="QSpinBox" name="spinBoxNumBreakOutLayers">
191 <property name="minimum">
192 <number>1</number>
193 </property>
194 <property name="maximum">
195 <number>10</number>
196 </property>
197 </widget>
198 </item>
199 <item row="1" column="0">
200 <widget class="QLabel" name="label_6">
201 <property name="text">
202 <string>number of broken layers</string>
203 </property>
204 </widget>
205 </item>
206 </layout>
207 </item>
208 <item>
209 <spacer name="verticalSpacer">
210 <property name="orientation">
211 <enum>Qt::Vertical</enum>
212 </property>
213 <property name="sizeHint" stdset="0">
214 <size>
215 <width>20</width>
216 <height>40</height>
217 </size>
218 </property>
219 </spacer>
220 </item>
221 <item>
222 <widget class="QDialogButtonBox" name="buttonBox">
223 <property name="orientation">
224 <enum>Qt::Horizontal</enum>
225 </property>
226 <property name="standardButtons">
227 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
228 </property>
229 </widget>
230 </item>
231 </layout>
232 <zorder>label</zorder>
233 <zorder>checkBoxExternalMesh</zorder>
234 <zorder></zorder>
235 <zorder>buttonBox</zorder>
236 </widget>
237 <tabstops>
238 <tabstop>checkBoxExternalMesh</tabstop>
239 <tabstop>lineEditX1</tabstop>
240 <tabstop>lineEditY1</tabstop>
241 <tabstop>lineEditZ1</tabstop>
242 <tabstop>lineEditX2</tabstop>
243 <tabstop>lineEditY2</tabstop>
244 <tabstop>lineEditZ2</tabstop>
245 <tabstop>lineEditCiX</tabstop>
246 <tabstop>lineEditCiY</tabstop>
247 <tabstop>lineEditCiZ</tabstop>
248 <tabstop>spinBoxNumInitialRefinement</tabstop>
249 <tabstop>spinBoxNumBreakOutLayers</tabstop>
250 <tabstop>buttonBox</tabstop>
251 </tabstops>
252 <resources/>
253 <connections>
254 <connection>
255 <sender>buttonBox</sender>
256 <signal>accepted()</signal>
257 <receiver>GuiCreateHexCore</receiver>
258 <slot>accept()</slot>
259 <hints>
260 <hint type="sourcelabel">
261 <x>248</x>
262 <y>254</y>
263 </hint>
264 <hint type="destinationlabel">
265 <x>157</x>
266 <y>274</y>
267 </hint>
268 </hints>
269 </connection>
270 <connection>
271 <sender>buttonBox</sender>
272 <signal>rejected()</signal>
273 <receiver>GuiCreateHexCore</receiver>
274 <slot>reject()</slot>
275 <hints>
276 <hint type="sourcelabel">
277 <x>316</x>
278 <y>260</y>
279 </hint>
280 <hint type="destinationlabel">
281 <x>286</x>
282 <y>274</y>
283 </hint>
284 </hints>
285 </connection>
286 </connections>
287 </ui>