Salome HOME
[bos #24677] : fix compilation bug due to KERNEL modification ef6e9ece004bd054
[modules/yacs.git] / src / genericgui / FormHPContainer.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>fm_hpcontainer</class>
4  <widget class="QWidget" name="fm_hpcontainer">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>424</width>
10     <height>658</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <property name="margin">
18     <number>2</number>
19    </property>
20    <item>
21     <layout class="QHBoxLayout" name="horizontalLayout">
22      <item>
23       <widget class="QToolButton" name="tb_container">
24        <property name="text">
25         <string>...</string>
26        </property>
27        <property name="checkable">
28         <bool>true</bool>
29        </property>
30       </widget>
31      </item>
32      <item>
33       <widget class="QLabel" name="label">
34        <property name="sizePolicy">
35         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
36          <horstretch>0</horstretch>
37          <verstretch>0</verstretch>
38         </sizepolicy>
39        </property>
40        <property name="font">
41         <font>
42          <weight>75</weight>
43          <bold>true</bold>
44         </font>
45        </property>
46        <property name="text">
47         <string>Container</string>
48        </property>
49       </widget>
50      </item>
51      <item>
52       <spacer name="horizontalSpacer_7">
53        <property name="orientation">
54         <enum>Qt::Horizontal</enum>
55        </property>
56        <property name="sizeHint" stdset="0">
57         <size>
58          <width>40</width>
59          <height>20</height>
60         </size>
61        </property>
62       </spacer>
63      </item>
64     </layout>
65    </item>
66    <item>
67     <widget class="QGroupBox" name="gb_basic">
68      <property name="sizePolicy">
69       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
70        <horstretch>0</horstretch>
71        <verstretch>0</verstretch>
72       </sizepolicy>
73      </property>
74      <property name="title">
75       <string>Parameters</string>
76      </property>
77      <layout class="QGridLayout" name="gridLayout_4">
78       <property name="margin">
79        <number>2</number>
80       </property>
81       <item row="0" column="0">
82        <widget class="QLabel" name="label_2">
83         <property name="text">
84          <string>Name:</string>
85         </property>
86        </widget>
87       </item>
88       <item row="0" column="1">
89        <widget class="QLineEdit" name="le_name">
90         <property name="toolTip">
91          <string>identification of the container in schema</string>
92         </property>
93        </widget>
94       </item>
95       <item row="1" column="0">
96        <widget class="QLabel" name="label_4">
97         <property name="text">
98          <string>Resource:</string>
99         </property>
100        </widget>
101       </item>
102       <item row="1" column="1">
103        <widget class="ComboBox" name="cb_resource">
104         <property name="toolTip">
105          <string>name of the resource hosting container when manually set</string>
106         </property>
107        </widget>
108       </item>
109       <item row="2" column="0">
110        <widget class="QLabel" name="label_15">
111         <property name="text">
112          <string>Size of Pool :</string>
113         </property>
114        </widget>
115       </item>
116       <item row="4" column="0" colspan="2">
117        <widget class="QCheckBox" name="ch_advance">
118         <property name="text">
119          <string>Show Advanced parameters</string>
120         </property>
121        </widget>
122       </item>
123       <item row="5" column="0" colspan="2">
124        <widget class="QTabWidget" name="tw_advance">
125         <property name="currentIndex">
126          <number>1</number>
127         </property>
128         <widget class="QWidget" name="tab">
129          <attribute name="title">
130           <string>Container</string>
131          </attribute>
132          <layout class="QGridLayout" name="gridLayout_2">
133           <item row="0" column="0" colspan="2">
134            <widget class="QLabel" name="label_3">
135             <property name="text">
136              <string>container name:</string>
137             </property>
138            </widget>
139           </item>
140           <item row="0" column="2">
141            <widget class="QLineEdit" name="le_contname">
142             <property name="toolTip">
143              <string>name of the container when instanciated at runtime</string>
144             </property>
145            </widget>
146           </item>
147           <item row="1" column="0">
148            <widget class="QLabel" name="label_9">
149             <property name="text">
150              <string>mode:</string>
151             </property>
152            </widget>
153           </item>
154           <item row="2" column="0" colspan="2">
155            <widget class="QLabel" name="label_12">
156             <property name="text">
157              <string>working dir:</string>
158             </property>
159            </widget>
160           </item>
161           <item row="2" column="2">
162            <widget class="QLineEdit" name="le_workdir"/>
163           </item>
164           <item row="3" column="0" colspan="3">
165            <widget class="QGroupBox" name="groupBox_2">
166             <property name="title">
167              <string>Parallel parameters</string>
168             </property>
169             <layout class="QGridLayout" name="gridLayout">
170              <item row="0" column="0">
171               <widget class="QLabel" name="label_16">
172                <property name="text">
173                 <string>nb procs:</string>
174                </property>
175               </widget>
176              </item>
177              <item row="0" column="3">
178               <widget class="QSpinBox" name="sb_nbprocpar">
179                <property name="sizePolicy">
180                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
181                  <horstretch>0</horstretch>
182                  <verstretch>0</verstretch>
183                 </sizepolicy>
184                </property>
185               </widget>
186              </item>
187              <item row="1" column="0" colspan="4">
188               <widget class="QCheckBox" name="ch_mpi">
189                <property name="sizePolicy">
190                 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
191                  <horstretch>0</horstretch>
192                  <verstretch>0</verstretch>
193                 </sizepolicy>
194                </property>
195                <property name="layoutDirection">
196                 <enum>Qt::RightToLeft</enum>
197                </property>
198                <property name="autoFillBackground">
199                 <bool>false</bool>
200                </property>
201                <property name="text">
202                 <string>MPI container</string>
203                </property>
204               </widget>
205              </item>
206              <item row="2" column="0" colspan="2">
207               <widget class="QLabel" name="label_17">
208                <property name="text">
209                 <string>PaCO++ lib:</string>
210                </property>
211               </widget>
212              </item>
213              <item row="2" column="2" colspan="2">
214               <widget class="ComboBox" name="cb_parallel">
215                <property name="editable">
216                 <bool>false</bool>
217                </property>
218               </widget>
219              </item>
220              <item row="0" column="2">
221               <spacer name="horizontalSpacer">
222                <property name="orientation">
223                 <enum>Qt::Horizontal</enum>
224                </property>
225                <property name="sizeHint" stdset="0">
226                 <size>
227                  <width>50</width>
228                  <height>20</height>
229                 </size>
230                </property>
231               </spacer>
232              </item>
233             </layout>
234            </widget>
235           </item>
236           <item row="4" column="1">
237            <spacer name="verticalSpacer">
238             <property name="orientation">
239              <enum>Qt::Vertical</enum>
240             </property>
241             <property name="sizeHint" stdset="0">
242              <size>
243               <width>20</width>
244               <height>168</height>
245              </size>
246             </property>
247            </spacer>
248           </item>
249           <item row="1" column="2">
250            <widget class="QLineEdit" name="cb_mode">
251             <property name="readOnly">
252              <bool>true</bool>
253             </property>
254            </widget>
255           </item>
256          </layout>
257         </widget>
258         <widget class="QWidget" name="tab_2">
259          <attribute name="title">
260           <string>Resource</string>
261          </attribute>
262          <layout class="QGridLayout" name="gridLayout_3">
263           <item row="0" column="0">
264            <widget class="QLabel" name="label_19">
265             <property name="text">
266              <string>hostname:</string>
267             </property>
268            </widget>
269           </item>
270           <item row="0" column="1" colspan="2">
271            <widget class="QLineEdit" name="le_hostname"/>
272           </item>
273           <item row="1" column="0">
274            <widget class="QLabel" name="label_13">
275             <property name="text">
276              <string>O.S.:</string>
277             </property>
278            </widget>
279           </item>
280           <item row="1" column="1" colspan="2">
281            <widget class="QLineEdit" name="le_os"/>
282           </item>
283           <item row="2" column="0">
284            <widget class="QLabel" name="label_20">
285             <property name="text">
286              <string>nb procs:</string>
287             </property>
288            </widget>
289           </item>
290           <item row="2" column="1">
291            <spacer name="horizontalSpacer_2">
292             <property name="orientation">
293              <enum>Qt::Horizontal</enum>
294             </property>
295             <property name="sizeHint" stdset="0">
296              <size>
297               <width>20</width>
298               <height>20</height>
299              </size>
300             </property>
301            </spacer>
302           </item>
303           <item row="2" column="2">
304            <widget class="QSpinBox" name="sb_nbproc">
305             <property name="sizePolicy">
306              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
307               <horstretch>0</horstretch>
308               <verstretch>0</verstretch>
309              </sizepolicy>
310             </property>
311            </widget>
312           </item>
313           <item row="3" column="0">
314            <widget class="QLabel" name="label_5">
315             <property name="text">
316              <string>mem mb:</string>
317             </property>
318            </widget>
319           </item>
320           <item row="3" column="1">
321            <spacer name="horizontalSpacer_3">
322             <property name="orientation">
323              <enum>Qt::Horizontal</enum>
324             </property>
325             <property name="sizeHint" stdset="0">
326              <size>
327               <width>20</width>
328               <height>20</height>
329              </size>
330             </property>
331            </spacer>
332           </item>
333           <item row="3" column="2">
334            <widget class="QSpinBox" name="sb_mem">
335             <property name="sizePolicy">
336              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
337               <horstretch>0</horstretch>
338               <verstretch>0</verstretch>
339              </sizepolicy>
340             </property>
341             <property name="toolTip">
342              <string>required memory (megaBytes)</string>
343             </property>
344            </widget>
345           </item>
346           <item row="4" column="0">
347            <widget class="QLabel" name="label_6">
348             <property name="text">
349              <string>cpu clock:</string>
350             </property>
351            </widget>
352           </item>
353           <item row="4" column="1">
354            <spacer name="horizontalSpacer_4">
355             <property name="orientation">
356              <enum>Qt::Horizontal</enum>
357             </property>
358             <property name="sizeHint" stdset="0">
359              <size>
360               <width>20</width>
361               <height>20</height>
362              </size>
363             </property>
364            </spacer>
365           </item>
366           <item row="4" column="2">
367            <widget class="QSpinBox" name="sb_cpu">
368             <property name="sizePolicy">
369              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
370               <horstretch>0</horstretch>
371               <verstretch>0</verstretch>
372              </sizepolicy>
373             </property>
374             <property name="toolTip">
375              <string>required cpu clock frequency (MHz)</string>
376             </property>
377            </widget>
378           </item>
379           <item row="5" column="0">
380            <widget class="QLabel" name="label_8">
381             <property name="text">
382              <string>nb nodes:</string>
383             </property>
384            </widget>
385           </item>
386           <item row="5" column="1">
387            <spacer name="horizontalSpacer_5">
388             <property name="orientation">
389              <enum>Qt::Horizontal</enum>
390             </property>
391             <property name="sizeHint" stdset="0">
392              <size>
393               <width>20</width>
394               <height>20</height>
395              </size>
396             </property>
397            </spacer>
398           </item>
399           <item row="5" column="2">
400            <widget class="QSpinBox" name="sb_nbNodes">
401             <property name="sizePolicy">
402              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
403               <horstretch>0</horstretch>
404               <verstretch>0</verstretch>
405              </sizepolicy>
406             </property>
407            </widget>
408           </item>
409           <item row="6" column="0">
410            <widget class="QLabel" name="label_7">
411             <property name="text">
412              <string>nb proc / node:</string>
413             </property>
414            </widget>
415           </item>
416           <item row="6" column="1">
417            <spacer name="horizontalSpacer_6">
418             <property name="orientation">
419              <enum>Qt::Horizontal</enum>
420             </property>
421             <property name="sizeHint" stdset="0">
422              <size>
423               <width>20</width>
424               <height>20</height>
425              </size>
426             </property>
427            </spacer>
428           </item>
429           <item row="6" column="2">
430            <widget class="QSpinBox" name="sb_procNode">
431             <property name="sizePolicy">
432              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
433               <horstretch>0</horstretch>
434               <verstretch>0</verstretch>
435              </sizepolicy>
436             </property>
437            </widget>
438           </item>
439           <item row="7" column="0">
440            <widget class="QLabel" name="label_14">
441             <property name="text">
442              <string>policy:</string>
443             </property>
444            </widget>
445           </item>
446           <item row="8" column="0">
447            <widget class="QLabel" name="label_10">
448             <property name="sizePolicy">
449              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
450               <horstretch>0</horstretch>
451               <verstretch>0</verstretch>
452              </sizepolicy>
453             </property>
454             <property name="text">
455              <string>Component list:</string>
456             </property>
457            </widget>
458           </item>
459           <item row="9" column="0" colspan="3">
460            <widget class="QLineEdit" name="le_compolist">
461             <property name="toolTip">
462              <string>example: GEOM, SMESH</string>
463             </property>
464            </widget>
465           </item>
466           <item row="10" column="0" colspan="2">
467            <widget class="QLabel" name="label_21">
468             <property name="sizePolicy">
469              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
470               <horstretch>0</horstretch>
471               <verstretch>0</verstretch>
472              </sizepolicy>
473             </property>
474             <property name="text">
475              <string>Restricted resource list:</string>
476             </property>
477            </widget>
478           </item>
479           <item row="11" column="0" colspan="3">
480            <widget class="QLineEdit" name="le_resourceList">
481             <property name="toolTip">
482              <string>example: machine1, machine2</string>
483             </property>
484            </widget>
485           </item>
486           <item row="7" column="1" colspan="2">
487            <widget class="ComboBox" name="cb_policy">
488             <property name="editable">
489              <bool>false</bool>
490             </property>
491             <property name="maxVisibleItems">
492              <number>3</number>
493             </property>
494            </widget>
495           </item>
496          </layout>
497         </widget>
498         <widget class="QWidget" name="Initialize">
499          <property name="maximumSize">
500           <size>
501            <width>16777215</width>
502            <height>16777215</height>
503           </size>
504          </property>
505          <attribute name="title">
506           <string>Init Script</string>
507          </attribute>
508          <layout class="QGridLayout" name="gridLayout_5">
509           <item row="0" column="0">
510            <layout class="QVBoxLayout" name="verticalLayout_3">
511             <item>
512              <widget class="QTextEdit" name="textEdit"/>
513             </item>
514            </layout>
515           </item>
516          </layout>
517         </widget>
518        </widget>
519       </item>
520       <item row="2" column="1">
521        <widget class="QLineEdit" name="cb_poolsize"/>
522       </item>
523      </layout>
524     </widget>
525    </item>
526   </layout>
527  </widget>
528  <customwidgets>
529   <customwidget>
530    <class>ComboBox</class>
531    <extends>QComboBox</extends>
532    <header>FormComponent.hxx</header>
533   </customwidget>
534  </customwidgets>
535  <resources/>
536  <connections>
537   <connection>
538    <sender>ch_advance</sender>
539    <signal>toggled(bool)</signal>
540    <receiver>tw_advance</receiver>
541    <slot>setShown(bool)</slot>
542    <hints>
543     <hint type="sourcelabel">
544      <x>140</x>
545      <y>171</y>
546     </hint>
547     <hint type="destinationlabel">
548      <x>135</x>
549      <y>202</y>
550     </hint>
551    </hints>
552   </connection>
553  </connections>
554 </ui>