Salome HOME
Merge branch 'V9_9_BR'
[modules/smesh.git] / src / Tools / TopIIVolMeshPlug / TopIIVolMeshPluginDialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>TopIIVolMeshMainFrame</class>
4  <widget class="QWidget" name="TopIIVolMeshMainFrame">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>780</width>
10     <height>411</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Tetra Mesh from cloud of xyz points mesh generator</string>
15   </property>
16   <widget class="QGroupBox" name="groupBox">
17    <property name="geometry">
18     <rect>
19      <x>10</x>
20      <y>10</y>
21      <width>761</width>
22      <height>101</height>
23     </rect>
24    </property>
25    <property name="font">
26     <font>
27      <pointsize>10</pointsize>
28     </font>
29    </property>
30    <property name="title">
31     <string>Input Mesh</string>
32    </property>
33    <widget class="QPushButton" name="qpbMeshFile">
34     <property name="geometry">
35      <rect>
36       <x>10</x>
37       <y>50</y>
38       <width>151</width>
39       <height>31</height>
40      </rect>
41     </property>
42     <property name="font">
43      <font>
44       <pointsize>10</pointsize>
45      </font>
46     </property>
47     <property name="text">
48      <string>DEM input file</string>
49     </property>
50     <property name="iconSize">
51      <size>
52       <width>18</width>
53       <height>18</height>
54      </size>
55     </property>
56    </widget>
57    <widget class="QLineEdit" name="qleMeshFile">
58     <property name="geometry">
59      <rect>
60       <x>170</x>
61       <y>50</y>
62       <width>531</width>
63       <height>31</height>
64      </rect>
65     </property>
66     <property name="font">
67      <font>
68       <pointsize>10</pointsize>
69      </font>
70     </property>
71    </widget>
72   </widget>
73   <widget class="QGroupBox" name="gbOptions">
74    <property name="geometry">
75     <rect>
76      <x>10</x>
77      <y>120</y>
78      <width>761</width>
79      <height>231</height>
80     </rect>
81    </property>
82    <property name="title">
83     <string>Options</string>
84    </property>
85    <widget class="QSpinBox" name="qsbXPoints">
86     <property name="geometry">
87      <rect>
88       <x>10</x>
89       <y>30</y>
90       <width>62</width>
91       <height>22</height>
92      </rect>
93     </property>
94     <property name="minimum">
95      <number>0</number>
96     </property>
97     <property name="maximum">
98      <number>999999999</number>
99     </property>
100     <property name="value">
101      <number>10</number>
102     </property>
103    </widget>
104    <widget class="QLabel" name="qlXpoints">
105     <property name="geometry">
106      <rect>
107       <x>80</x>
108       <y>30</y>
109       <width>201</width>
110       <height>20</height>
111      </rect>
112     </property>
113     <property name="text">
114      <string>Number of points in X direction</string>
115     </property>
116    </widget>
117    <widget class="QSpinBox" name="qsbYPoints">
118     <property name="geometry">
119      <rect>
120       <x>10</x>
121       <y>70</y>
122       <width>62</width>
123       <height>22</height>
124      </rect>
125     </property>
126     <property name="minimum">
127      <number>0</number>
128     </property>
129     <property name="maximum">
130      <number>999999999</number>
131     </property>
132     <property name="value">
133      <number>10</number>
134     </property>
135    </widget>
136    <widget class="QSpinBox" name="qsbZPoints">
137     <property name="geometry">
138      <rect>
139       <x>10</x>
140       <y>110</y>
141       <width>62</width>
142       <height>22</height>
143      </rect>
144     </property>
145     <property name="minimum">
146      <number>0</number>
147     </property>
148     <property name="maximum">
149      <number>999999999</number>
150     </property>
151     <property name="value">
152      <number>10</number>
153     </property>
154    </widget>
155    <widget class="QLabel" name="qlYpoints">
156     <property name="geometry">
157      <rect>
158       <x>80</x>
159       <y>70</y>
160       <width>211</width>
161       <height>20</height>
162      </rect>
163     </property>
164     <property name="text">
165      <string>Number of points in Y direction</string>
166     </property>
167    </widget>
168    <widget class="QLabel" name="qlZpoints">
169     <property name="geometry">
170      <rect>
171       <x>80</x>
172       <y>110</y>
173       <width>211</width>
174       <height>20</height>
175      </rect>
176     </property>
177     <property name="text">
178      <string>Number of points in Z direction</string>
179     </property>
180    </widget>
181    <widget class="QSpinBox" name="qsbDepth">
182     <property name="geometry">
183      <rect>
184       <x>10</x>
185       <y>150</y>
186       <width>62</width>
187       <height>22</height>
188      </rect>
189     </property>
190     <property name="minimum">
191      <number>-999999999</number>
192     </property>
193     <property name="maximum">
194      <number>999999999</number>
195     </property>
196     <property name="value">
197      <number>0</number>
198     </property>
199    </widget>
200    <widget class="QLabel" name="qlDepth">
201     <property name="geometry">
202      <rect>
203       <x>80</x>
204       <y>150</y>
205       <width>201</width>
206       <height>20</height>
207      </rect>
208     </property>
209     <property name="text">
210      <string>Depth in Z direction</string>
211     </property>
212    </widget>
213    <widget class="QCheckBox" name="qcbDistributed">
214     <property name="geometry">
215      <rect>
216       <x>630</x>
217       <y>30</y>
218       <width>91</width>
219       <height>21</height>
220      </rect>
221     </property>
222     <property name="text">
223      <string/>
224     </property>
225    </widget>
226    <widget class="QLabel" name="qlbNbProcs">
227     <property name="geometry">
228      <rect>
229       <x>370</x>
230       <y>30</y>
231       <width>151</width>
232       <height>16</height>
233      </rect>
234     </property>
235     <property name="text">
236      <string>Number of processors</string>
237     </property>
238    </widget>
239    <widget class="QLabel" name="qlDistributed">
240     <property name="geometry">
241      <rect>
242       <x>660</x>
243       <y>30</y>
244       <width>101</width>
245       <height>16</height>
246      </rect>
247     </property>
248     <property name="text">
249      <string>Distributed</string>
250     </property>
251    </widget>
252    <widget class="QLabel" name="qlbXParts">
253     <property name="geometry">
254      <rect>
255       <x>370</x>
256       <y>70</y>
257       <width>261</width>
258       <height>16</height>
259      </rect>
260     </property>
261     <property name="text">
262      <string>Number of partitions in X direction</string>
263     </property>
264    </widget>
265    <widget class="QLabel" name="qlbYParts">
266     <property name="geometry">
267      <rect>
268       <x>370</x>
269       <y>110</y>
270       <width>251</width>
271       <height>16</height>
272      </rect>
273     </property>
274     <property name="text">
275      <string>Number of partitions in Y direction</string>
276     </property>
277    </widget>
278    <widget class="QLabel" name="qlbZParts">
279     <property name="geometry">
280      <rect>
281       <x>370</x>
282       <y>150</y>
283       <width>251</width>
284       <height>16</height>
285      </rect>
286     </property>
287     <property name="text">
288      <string>Number of partitions in Z direction</string>
289     </property>
290    </widget>
291    <widget class="QSpinBox" name="qsbNBprocs">
292     <property name="geometry">
293      <rect>
294       <x>300</x>
295       <y>30</y>
296       <width>62</width>
297       <height>22</height>
298      </rect>
299     </property>
300     <property name="minimum">
301      <number>0</number>
302     </property>
303     <property name="maximum">
304      <number>999999999</number>
305     </property>
306     <property name="value">
307      <number>1</number>
308     </property>
309    </widget>
310    <widget class="QSpinBox" name="qsbXParts">
311     <property name="geometry">
312      <rect>
313       <x>300</x>
314       <y>70</y>
315       <width>62</width>
316       <height>22</height>
317      </rect>
318     </property>
319     <property name="minimum">
320      <number>0</number>
321     </property>
322     <property name="maximum">
323      <number>999999999</number>
324     </property>
325     <property name="value">
326      <number>1</number>
327     </property>
328    </widget>
329    <widget class="QSpinBox" name="qsbYParts">
330     <property name="geometry">
331      <rect>
332       <x>300</x>
333       <y>110</y>
334       <width>62</width>
335       <height>22</height>
336      </rect>
337     </property>
338     <property name="minimum">
339      <number>0</number>
340     </property>
341     <property name="maximum">
342      <number>999999999</number>
343     </property>
344     <property name="value">
345      <number>1</number>
346     </property>
347    </widget>
348    <widget class="QSpinBox" name="qsbZParts">
349     <property name="geometry">
350      <rect>
351       <x>300</x>
352       <y>150</y>
353       <width>62</width>
354       <height>22</height>
355      </rect>
356     </property>
357     <property name="minimum">
358      <number>0</number>
359     </property>
360     <property name="maximum">
361      <number>999999999</number>
362     </property>
363     <property name="value">
364      <number>1</number>
365     </property>
366    </widget>
367    <widget class="QLineEdit" name="qleTmpDir">
368     <property name="geometry">
369      <rect>
370       <x>10</x>
371       <y>200</y>
372       <width>611</width>
373       <height>23</height>
374      </rect>
375     </property>
376     <property name="text">
377      <string/>
378     </property>
379    </widget>
380    <widget class="QLabel" name="qlTmpDir">
381     <property name="geometry">
382      <rect>
383       <x>10</x>
384       <y>180</y>
385       <width>391</width>
386       <height>16</height>
387      </rect>
388     </property>
389     <property name="text">
390      <string>Workspace</string>
391     </property>
392    </widget>
393    <widget class="QCheckBox" name="qcbDisplayMesh">
394     <property name="geometry">
395      <rect>
396       <x>630</x>
397       <y>70</y>
398       <width>91</width>
399       <height>21</height>
400      </rect>
401     </property>
402     <property name="text">
403      <string/>
404     </property>
405    </widget>
406    <widget class="QLabel" name="qlDisplayMesh">
407     <property name="geometry">
408      <rect>
409       <x>660</x>
410       <y>70</y>
411       <width>101</width>
412       <height>16</height>
413      </rect>
414     </property>
415     <property name="text">
416      <string>Display mesh</string>
417     </property>
418    </widget>
419   </widget>
420   <widget class="QWidget" name="layoutWidget">
421    <property name="geometry">
422     <rect>
423      <x>10</x>
424      <y>370</y>
425      <width>761</width>
426      <height>27</height>
427     </rect>
428    </property>
429    <layout class="QHBoxLayout" name="horizontalLayout">
430     <item>
431      <widget class="QPushButton" name="qpbCompute">
432       <property name="text">
433        <string>Compute</string>
434       </property>
435      </widget>
436     </item>
437     <item>
438      <widget class="QPushButton" name="qpbClose">
439       <property name="text">
440        <string>Close</string>
441       </property>
442      </widget>
443     </item>
444     <item>
445      <spacer name="horizontalSpacer">
446       <property name="orientation">
447        <enum>Qt::Horizontal</enum>
448       </property>
449       <property name="sizeHint" stdset="0">
450        <size>
451         <width>40</width>
452         <height>20</height>
453        </size>
454       </property>
455      </spacer>
456     </item>
457     <item>
458      <widget class="QPushButton" name="qpbHelp">
459       <property name="font">
460        <font>
461         <pointsize>10</pointsize>
462        </font>
463       </property>
464       <property name="text">
465        <string>Help</string>
466       </property>
467      </widget>
468     </item>
469    </layout>
470   </widget>
471  </widget>
472  <resources/>
473  <connections/>
474 </ui>