Salome HOME
GUI for HP containers.
[modules/yacs.git] / src / genericgui / FormAdvParamContainer.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>fm_advparamcontainer</class>
4  <widget class="QWidget" name="fm_advparamcontainer">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>393</width>
10     <height>565</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_1">
17    <property name="margin">
18     <number>2</number>
19    </property>
20    <item row="0" column="0">
21     <widget class="QGroupBox" name="gb_basic">
22      <property name="sizePolicy">
23       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
24        <horstretch>0</horstretch>
25        <verstretch>0</verstretch>
26       </sizepolicy>
27      </property>
28      <property name="title">
29       <string>Parameters</string>
30      </property>
31      <layout class="QGridLayout" name="gridLayout_2">
32       <property name="margin">
33        <number>2</number>
34       </property>
35       <item row="0" column="0" colspan="2">
36        <widget class="QTabWidget" name="tw_advance">
37         <property name="currentIndex">
38          <number>1</number>
39         </property>
40         <widget class="QWidget" name="tab">
41          <attribute name="title">
42           <string>Container</string>
43          </attribute>
44          <layout class="QGridLayout" name="gridLayout_3">
45           <item row="0" column="0" colspan="2">
46            <widget class="QLabel" name="label_3">
47             <property name="text">
48              <string>container name:</string>
49             </property>
50            </widget>
51           </item>
52           <item row="0" column="2">
53            <widget class="QLineEdit" name="le_contname">
54             <property name="toolTip">
55              <string>name of the container when instanciated at runtime</string>
56             </property>
57            </widget>
58           </item>
59           <item row="1" column="0">
60            <widget class="QLabel" name="label_9">
61             <property name="text">
62              <string>mode:</string>
63             </property>
64            </widget>
65           </item>
66           <item row="2" column="0" colspan="2">
67            <widget class="QLabel" name="label_12">
68             <property name="text">
69              <string>working dir:</string>
70             </property>
71            </widget>
72           </item>
73           <item row="2" column="2">
74            <widget class="QLineEdit" name="le_workdir"/>
75           </item>
76           <item row="3" column="0" colspan="3">
77            <widget class="QGroupBox" name="groupBox_2">
78             <property name="title">
79              <string>Parallel parameters</string>
80             </property>
81             <layout class="QGridLayout" name="gridLayout_4">
82              <item row="0" column="0">
83               <widget class="QLabel" name="label_16">
84                <property name="text">
85                 <string>nb procs:</string>
86                </property>
87               </widget>
88              </item>
89              <item row="0" column="3">
90               <widget class="QSpinBox" name="sb_nbprocpar">
91                <property name="sizePolicy">
92                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
93                  <horstretch>0</horstretch>
94                  <verstretch>0</verstretch>
95                 </sizepolicy>
96                </property>
97               </widget>
98              </item>
99              <item row="1" column="0" colspan="4">
100               <widget class="QCheckBox" name="ch_mpi">
101                <property name="sizePolicy">
102                 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
103                  <horstretch>0</horstretch>
104                  <verstretch>0</verstretch>
105                 </sizepolicy>
106                </property>
107                <property name="layoutDirection">
108                 <enum>Qt::RightToLeft</enum>
109                </property>
110                <property name="autoFillBackground">
111                 <bool>false</bool>
112                </property>
113                <property name="text">
114                 <string>MPI container</string>
115                </property>
116               </widget>
117              </item>
118              <item row="2" column="0" colspan="2">
119               <widget class="QLabel" name="label_17">
120                <property name="text">
121                 <string>PaCO++ lib:</string>
122                </property>
123               </widget>
124              </item>
125              <item row="2" column="2" colspan="2">
126               <widget class="QComboBox" name="cb_parallel">
127                <property name="editable">
128                 <bool>false</bool>
129                </property>
130               </widget>
131              </item>
132              <item row="0" column="2">
133               <spacer name="horizontalSpacer">
134                <property name="orientation">
135                 <enum>Qt::Horizontal</enum>
136                </property>
137                <property name="sizeHint" stdset="0">
138                 <size>
139                  <width>50</width>
140                  <height>20</height>
141                 </size>
142                </property>
143               </spacer>
144              </item>
145             </layout>
146            </widget>
147           </item>
148           <item row="4" column="1">
149            <spacer name="verticalSpacer">
150             <property name="orientation">
151              <enum>Qt::Vertical</enum>
152             </property>
153             <property name="sizeHint" stdset="0">
154              <size>
155               <width>20</width>
156               <height>168</height>
157              </size>
158             </property>
159            </spacer>
160           </item>
161           <item row="1" column="2">
162            <widget class="QLineEdit" name="cb_mode">
163             <property name="readOnly">
164              <bool>true</bool>
165             </property>
166            </widget>
167           </item>
168          </layout>
169         </widget>
170         <widget class="QWidget" name="tab_2">
171          <attribute name="title">
172           <string>Resource</string>
173          </attribute>
174          <layout class="QGridLayout" name="gridLayout_5">
175           <item row="0" column="0">
176            <widget class="QLabel" name="label_19">
177             <property name="text">
178              <string>hostname:</string>
179             </property>
180            </widget>
181           </item>
182           <item row="0" column="1" colspan="2">
183            <widget class="QLineEdit" name="le_hostname"/>
184           </item>
185           <item row="1" column="0">
186            <widget class="QLabel" name="label_13">
187             <property name="text">
188              <string>O.S.:</string>
189             </property>
190            </widget>
191           </item>
192           <item row="1" column="1" colspan="2">
193            <widget class="QLineEdit" name="le_os"/>
194           </item>
195           <item row="2" column="0">
196            <widget class="QLabel" name="label_20">
197             <property name="text">
198              <string>nb procs:</string>
199             </property>
200            </widget>
201           </item>
202           <item row="2" column="1">
203            <spacer name="horizontalSpacer_2">
204             <property name="orientation">
205              <enum>Qt::Horizontal</enum>
206             </property>
207             <property name="sizeHint" stdset="0">
208              <size>
209               <width>20</width>
210               <height>20</height>
211              </size>
212             </property>
213            </spacer>
214           </item>
215           <item row="2" column="2">
216            <widget class="QSpinBox" name="sb_nbproc">
217             <property name="sizePolicy">
218              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
219               <horstretch>0</horstretch>
220               <verstretch>0</verstretch>
221              </sizepolicy>
222             </property>
223            </widget>
224           </item>
225           <item row="3" column="0">
226            <widget class="QLabel" name="label_5">
227             <property name="text">
228              <string>mem mb:</string>
229             </property>
230            </widget>
231           </item>
232           <item row="3" column="1">
233            <spacer name="horizontalSpacer_3">
234             <property name="orientation">
235              <enum>Qt::Horizontal</enum>
236             </property>
237             <property name="sizeHint" stdset="0">
238              <size>
239               <width>20</width>
240               <height>20</height>
241              </size>
242             </property>
243            </spacer>
244           </item>
245           <item row="3" column="2">
246            <widget class="QSpinBox" name="sb_mem">
247             <property name="sizePolicy">
248              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
249               <horstretch>0</horstretch>
250               <verstretch>0</verstretch>
251              </sizepolicy>
252             </property>
253             <property name="toolTip">
254              <string>required memory (megaBytes)</string>
255             </property>
256            </widget>
257           </item>
258           <item row="4" column="0">
259            <widget class="QLabel" name="label_6">
260             <property name="text">
261              <string>cpu clock:</string>
262             </property>
263            </widget>
264           </item>
265           <item row="4" column="1">
266            <spacer name="horizontalSpacer_4">
267             <property name="orientation">
268              <enum>Qt::Horizontal</enum>
269             </property>
270             <property name="sizeHint" stdset="0">
271              <size>
272               <width>20</width>
273               <height>20</height>
274              </size>
275             </property>
276            </spacer>
277           </item>
278           <item row="4" column="2">
279            <widget class="QSpinBox" name="sb_cpu">
280             <property name="sizePolicy">
281              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
282               <horstretch>0</horstretch>
283               <verstretch>0</verstretch>
284              </sizepolicy>
285             </property>
286             <property name="toolTip">
287              <string>required cpu clock frequency (MHz)</string>
288             </property>
289            </widget>
290           </item>
291           <item row="5" column="0">
292            <widget class="QLabel" name="label_8">
293             <property name="text">
294              <string>nb nodes:</string>
295             </property>
296            </widget>
297           </item>
298           <item row="5" column="1">
299            <spacer name="horizontalSpacer_5">
300             <property name="orientation">
301              <enum>Qt::Horizontal</enum>
302             </property>
303             <property name="sizeHint" stdset="0">
304              <size>
305               <width>20</width>
306               <height>20</height>
307              </size>
308             </property>
309            </spacer>
310           </item>
311           <item row="5" column="2">
312            <widget class="QSpinBox" name="sb_nbNodes">
313             <property name="sizePolicy">
314              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
315               <horstretch>0</horstretch>
316               <verstretch>0</verstretch>
317              </sizepolicy>
318             </property>
319            </widget>
320           </item>
321           <item row="6" column="0">
322            <widget class="QLabel" name="label_7">
323             <property name="text">
324              <string>nb proc / node:</string>
325             </property>
326            </widget>
327           </item>
328           <item row="6" column="1">
329            <spacer name="horizontalSpacer_6">
330             <property name="orientation">
331              <enum>Qt::Horizontal</enum>
332             </property>
333             <property name="sizeHint" stdset="0">
334              <size>
335               <width>20</width>
336               <height>20</height>
337              </size>
338             </property>
339            </spacer>
340           </item>
341           <item row="6" column="2">
342            <widget class="QSpinBox" name="sb_procNode">
343             <property name="sizePolicy">
344              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
345               <horstretch>0</horstretch>
346               <verstretch>0</verstretch>
347              </sizepolicy>
348             </property>
349            </widget>
350           </item>
351           <item row="7" column="0">
352            <widget class="QLabel" name="label_14">
353             <property name="text">
354              <string>policy:</string>
355             </property>
356            </widget>
357           </item>
358           <item row="8" column="0">
359            <widget class="QLabel" name="label_10">
360             <property name="sizePolicy">
361              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
362               <horstretch>0</horstretch>
363               <verstretch>0</verstretch>
364              </sizepolicy>
365             </property>
366             <property name="text">
367              <string>Component list:</string>
368             </property>
369            </widget>
370           </item>
371           <item row="9" column="0" colspan="3">
372            <widget class="QLineEdit" name="le_compolist">
373             <property name="toolTip">
374              <string>example: GEOM, SMESH</string>
375             </property>
376            </widget>
377           </item>
378           <item row="10" column="0" colspan="2">
379            <widget class="QLabel" name="label_21">
380             <property name="sizePolicy">
381              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
382               <horstretch>0</horstretch>
383               <verstretch>0</verstretch>
384              </sizepolicy>
385             </property>
386             <property name="text">
387              <string>Restricted resource list:</string>
388             </property>
389            </widget>
390           </item>
391           <item row="11" column="0" colspan="3">
392            <widget class="QLineEdit" name="le_resourceList">
393             <property name="toolTip">
394              <string>example: machine1, machine2</string>
395             </property>
396            </widget>
397           </item>
398           <item row="7" column="1" colspan="2">
399            <widget class="QComboBox" name="cb_policy">
400             <property name="editable">
401              <bool>false</bool>
402             </property>
403             <property name="maxVisibleItems">
404              <number>3</number>
405             </property>
406            </widget>
407           </item>
408          </layout>
409         </widget>
410        </widget>
411       </item>
412      </layout>
413     </widget>
414    </item>
415   </layout>
416  </widget>
417  <resources/>
418  <connections/>
419 </ui>