]> SALOME platform Git repositories - modules/hexablock.git/blob - src/HEXABLOCKGUI/Group_QTD.ui
Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/hexablock.git] / src / HEXABLOCKGUI / Group_QTD.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>GroupDialog</class>
4  <widget class="QDialog" name="GroupDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>298</width>
10     <height>306</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="minimumSize">
20    <size>
21     <width>5</width>
22     <height>0</height>
23    </size>
24   </property>
25   <property name="windowTitle">
26    <string>Group Creation</string>
27   </property>
28   <layout class="QVBoxLayout" name="verticalLayout_3">
29    <item>
30     <widget class="QGroupBox" name="groupBox">
31      <property name="minimumSize">
32       <size>
33        <width>5</width>
34        <height>0</height>
35       </size>
36      </property>
37      <property name="title">
38       <string>Arguments</string>
39      </property>
40      <layout class="QVBoxLayout" name="verticalLayout">
41       <item>
42        <layout class="QFormLayout" name="formLayout">
43         <item row="0" column="0">
44          <widget class="QLabel" name="label">
45           <property name="text">
46            <string>name :</string>
47           </property>
48          </widget>
49         </item>
50         <item row="0" column="1">
51          <widget class="QLineEdit" name="name_le">
52           <property name="maximumSize">
53            <size>
54             <width>127</width>
55             <height>16777215</height>
56            </size>
57           </property>
58          </widget>
59         </item>
60         <item row="1" column="0">
61          <widget class="QLabel" name="label_2">
62           <property name="text">
63            <string>kind : </string>
64           </property>
65          </widget>
66         </item>
67         <item row="1" column="1">
68          <widget class="QComboBox" name="kind_cb">
69           <item>
70            <property name="text">
71             <string>Edge Cell</string>
72            </property>
73           </item>
74           <item>
75            <property name="text">
76             <string>Quad Cell</string>
77            </property>
78           </item>
79           <item>
80            <property name="text">
81             <string>Hexa Cell</string>
82            </property>
83           </item>
84           <item>
85            <property name="text">
86             <string>Vertex Node</string>
87            </property>
88           </item>
89           <item>
90            <property name="text">
91             <string>Edge Node</string>
92            </property>
93           </item>
94           <item>
95            <property name="text">
96             <string>Quad Node</string>
97            </property>
98           </item>
99           <item>
100            <property name="text">
101             <string>Hexa Node</string>
102            </property>
103           </item>
104          </widget>
105         </item>
106        </layout>
107       </item>
108       <item>
109        <layout class="QGridLayout" name="gridLayout">
110         <item row="0" column="0" rowspan="2">
111          <widget class="QListWidget" name="eltBase_lw"/>
112         </item>
113        </layout>
114       </item>
115      </layout>
116     </widget>
117    </item>
118   </layout>
119  </widget>
120  <resources/>
121  <connections/>
122 </ui>