Salome HOME
Mise a jour source recette Hexablock 6
[modules/hexablock.git] / src / HEXABLOCKGUI / ReplaceHexa_QTD.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ReplaceHexaDialog</class>
4  <widget class="QDialog" name="ReplaceHexaDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>369</width>
10     <height>457</height>
11    </rect>
12   </property>
13   <property name="minimumSize">
14    <size>
15     <width>0</width>
16     <height>0</height>
17    </size>
18   </property>
19   <property name="windowTitle">
20    <string>Replace Hexahedron</string>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout">
23    <item>
24     <widget class="QScrollArea" name="scrollArea">
25      <property name="widgetResizable">
26       <bool>true</bool>
27      </property>
28      <widget class="QWidget" name="scrollAreaWidgetContents">
29       <property name="geometry">
30        <rect>
31         <x>0</x>
32         <y>0</y>
33         <width>349</width>
34         <height>437</height>
35        </rect>
36       </property>
37       <layout class="QVBoxLayout" name="verticalLayout_4">
38        <item>
39         <widget class="QGroupBox" name="groupBox_5">
40          <property name="sizePolicy">
41           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
42            <horstretch>0</horstretch>
43            <verstretch>0</verstretch>
44           </sizepolicy>
45          </property>
46          <property name="title">
47           <string>Quad(s) source</string>
48          </property>
49          <layout class="QVBoxLayout" name="verticalLayout_3">
50           <item>
51            <widget class="QListWidget" name="quads_lw">
52             <property name="sizePolicy">
53              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
54               <horstretch>0</horstretch>
55               <verstretch>0</verstretch>
56              </sizepolicy>
57             </property>
58             <property name="maximumSize">
59              <size>
60               <width>16777215</width>
61               <height>16777215</height>
62              </size>
63             </property>
64             <property name="toolTip">
65              <string>Select hexa</string>
66             </property>
67            </widget>
68           </item>
69           <item>
70            <widget class="QWidget" name="widget" native="true">
71             <property name="sizePolicy">
72              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
73               <horstretch>0</horstretch>
74               <verstretch>0</verstretch>
75              </sizepolicy>
76             </property>
77             <layout class="QFormLayout" name="formLayout_2">
78              <item row="0" column="0">
79               <widget class="QLabel" name="label_4">
80                <property name="text">
81                 <string>Point a</string>
82                </property>
83               </widget>
84              </item>
85              <item row="0" column="1">
86               <widget class="QLineEdit" name="p1_le">
87                <property name="sizePolicy">
88                 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
89                  <horstretch>0</horstretch>
90                  <verstretch>0</verstretch>
91                 </sizepolicy>
92                </property>
93                <property name="toolTip">
94                 <string>Select vertex</string>
95                </property>
96                <property name="text">
97                 <string/>
98                </property>
99                <property name="readOnly">
100                 <bool>false</bool>
101                </property>
102               </widget>
103              </item>
104              <item row="1" column="0">
105               <widget class="QLabel" name="label_5">
106                <property name="text">
107                 <string>Point b</string>
108                </property>
109               </widget>
110              </item>
111              <item row="1" column="1">
112               <widget class="QLineEdit" name="p2_le">
113                <property name="sizePolicy">
114                 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
115                  <horstretch>0</horstretch>
116                  <verstretch>0</verstretch>
117                 </sizepolicy>
118                </property>
119                <property name="toolTip">
120                 <string>Select vertex</string>
121                </property>
122                <property name="text">
123                 <string/>
124                </property>
125                <property name="readOnly">
126                 <bool>false</bool>
127                </property>
128               </widget>
129              </item>
130              <item row="2" column="0">
131               <widget class="QLabel" name="label_6">
132                <property name="text">
133                 <string>Point c</string>
134                </property>
135               </widget>
136              </item>
137              <item row="2" column="1">
138               <widget class="QLineEdit" name="p3_le">
139                <property name="sizePolicy">
140                 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
141                  <horstretch>0</horstretch>
142                  <verstretch>0</verstretch>
143                 </sizepolicy>
144                </property>
145                <property name="toolTip">
146                 <string>Select vertex</string>
147                </property>
148                <property name="text">
149                 <string/>
150                </property>
151                <property name="readOnly">
152                 <bool>false</bool>
153                </property>
154               </widget>
155              </item>
156             </layout>
157            </widget>
158           </item>
159          </layout>
160         </widget>
161        </item>
162        <item>
163         <widget class="QGroupBox" name="groupBox_2">
164          <property name="sizePolicy">
165           <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
166            <horstretch>0</horstretch>
167            <verstretch>0</verstretch>
168           </sizepolicy>
169          </property>
170          <property name="title">
171           <string>Quad destination</string>
172          </property>
173          <layout class="QFormLayout" name="formLayout_3">
174           <item row="0" column="0">
175            <widget class="QLabel" name="label">
176             <property name="text">
177              <string>Point a</string>
178             </property>
179            </widget>
180           </item>
181           <item row="0" column="1">
182            <widget class="QLineEdit" name="c1_le">
183             <property name="sizePolicy">
184              <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
185               <horstretch>0</horstretch>
186               <verstretch>0</verstretch>
187              </sizepolicy>
188             </property>
189             <property name="toolTip">
190              <string>Select vertex</string>
191             </property>
192             <property name="text">
193              <string/>
194             </property>
195             <property name="readOnly">
196              <bool>false</bool>
197             </property>
198            </widget>
199           </item>
200           <item row="1" column="0">
201            <widget class="QLabel" name="label_2">
202             <property name="text">
203              <string>Point b</string>
204             </property>
205            </widget>
206           </item>
207           <item row="1" column="1">
208            <widget class="QLineEdit" name="c2_le">
209             <property name="sizePolicy">
210              <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
211               <horstretch>0</horstretch>
212               <verstretch>0</verstretch>
213              </sizepolicy>
214             </property>
215             <property name="toolTip">
216              <string>Select vertex</string>
217             </property>
218             <property name="text">
219              <string/>
220             </property>
221             <property name="readOnly">
222              <bool>false</bool>
223             </property>
224            </widget>
225           </item>
226           <item row="2" column="0">
227            <widget class="QLabel" name="label_3">
228             <property name="text">
229              <string>Point c</string>
230             </property>
231            </widget>
232           </item>
233           <item row="2" column="1">
234            <widget class="QLineEdit" name="c3_le">
235             <property name="sizePolicy">
236              <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
237               <horstretch>0</horstretch>
238               <verstretch>0</verstretch>
239              </sizepolicy>
240             </property>
241             <property name="toolTip">
242              <string>Select vertex</string>
243             </property>
244             <property name="text">
245              <string/>
246             </property>
247             <property name="readOnly">
248              <bool>false</bool>
249             </property>
250            </widget>
251           </item>
252          </layout>
253         </widget>
254        </item>
255       </layout>
256      </widget>
257     </widget>
258    </item>
259   </layout>
260  </widget>
261  <tabstops>
262   <tabstop>quads_lw</tabstop>
263   <tabstop>p1_le</tabstop>
264   <tabstop>p2_le</tabstop>
265   <tabstop>p3_le</tabstop>
266   <tabstop>c1_le</tabstop>
267   <tabstop>c2_le</tabstop>
268   <tabstop>c3_le</tabstop>
269  </tabstops>
270  <resources/>
271  <connections/>
272 </ui>