Salome HOME
41c36c1dd0f0bd55e743be7c96da6ee40dbef99a
[modules/yacs.git] / src / genericgui / FormParamContainer.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>fm_paramcontainer</class>
4  <widget class="QWidget" name="fm_paramcontainer">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>420</width>
10     <height>602</height>
11    </rect>
12   </property>
13   <property name="minimumSize">
14    <size>
15     <width>350</width>
16     <height>0</height>
17    </size>
18   </property>
19   <property name="windowTitle">
20    <string>Form</string>
21   </property>
22   <layout class="QGridLayout" name="gridLayout_1">
23    <property name="margin">
24     <number>2</number>
25    </property>
26    <item row="0" column="0">
27     <widget class="QGroupBox" name="gb_basic">
28      <property name="sizePolicy">
29       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
30        <horstretch>0</horstretch>
31        <verstretch>0</verstretch>
32       </sizepolicy>
33      </property>
34      <property name="title">
35       <string>Parameters</string>
36      </property>
37      <layout class="QVBoxLayout" name="gridLayout_2">
38       <property name="margin">
39        <number>2</number>
40       </property>
41       <item>
42        <layout class="QHBoxLayout" name="gridLayout_2_0">
43         <property name="margin">
44          <number>2</number>
45         </property>
46         <item>
47          <widget class="QLabel" name="label_2">
48           <property name="text">
49            <string>Name:</string>
50           </property>
51          </widget>
52         </item>
53         <item>
54          <widget class="QLineEdit" name="le_name">
55           <property name="toolTip">
56            <string>identification of the container in schema</string>
57           </property>
58          </widget>
59         </item>
60        </layout>
61       </item>
62       <item>
63        <layout class="QHBoxLayout" name="gridLayout_2_1">
64         <property name="margin">
65          <number>2</number>
66         </property>
67         <item>
68          <widget class="QLabel" name="label_4">
69           <property name="text">
70            <string>Resource:</string>
71           </property>
72          </widget>
73         </item>
74         <item>
75          <widget class="QComboBox" name="cb_resource">
76           <property name="toolTip">
77            <string>name of the resource hosting container when manually set</string>
78           </property>
79          </widget>
80         </item>
81        </layout>
82       </item>
83       <item>
84        <layout class="QHBoxLayout" name="gridLayout_2_2">
85         <property name="margin">
86          <number>2</number>
87         </property>
88         <item>
89          <widget class="QLabel" name="label_15">
90           <property name="text">
91            <string>type:</string>
92           </property>
93          </widget>
94         </item>
95        </layout>
96       </item>
97       <item>
98        <layout class="QHBoxLayout" name="gridLayout_2_3">
99         <property name="margin">
100          <number>2</number>
101         </property>
102         <item>
103          <widget class="QCheckBox" name="ch_advance">
104           <property name="text">
105            <string>Show Advanced parameters</string>
106           </property>
107          </widget>
108         </item>
109         <item>
110          <widget class="QCheckBox" name="ch_aoc">
111           <property name="text">
112            <string>Attached on cloning</string>
113           </property>
114          </widget>
115         </item>
116        </layout>
117       </item>
118      </layout>
119     </widget>
120    </item>
121   </layout>
122  </widget>
123  <resources/>
124  <connections/>
125 </ui>