Salome HOME
Modif Hexablock.py
[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>285</width>
10     <height>669</height>
11    </rect>
12   </property>
13   <property name="minimumSize">
14    <size>
15     <width>5</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="QGroupBox" name="groupBox">
25      <property name="sizePolicy">
26       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
27        <horstretch>0</horstretch>
28        <verstretch>0</verstretch>
29       </sizepolicy>
30      </property>
31      <property name="title">
32       <string/>
33      </property>
34      <layout class="QHBoxLayout" name="horizontalLayout">
35       <item>
36        <widget class="QRadioButton" name="radioButton">
37         <property name="sizePolicy">
38          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
39           <horstretch>0</horstretch>
40           <verstretch>0</verstretch>
41          </sizepolicy>
42         </property>
43         <property name="text">
44          <string>Hexa</string>
45         </property>
46        </widget>
47       </item>
48       <item>
49        <widget class="QRadioButton" name="radioButton_2">
50         <property name="sizePolicy">
51          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
52           <horstretch>0</horstretch>
53           <verstretch>0</verstretch>
54          </sizepolicy>
55         </property>
56         <property name="text">
57          <string>Hexas</string>
58         </property>
59        </widget>
60       </item>
61      </layout>
62     </widget>
63    </item>
64    <item>
65     <widget class="QScrollArea" name="scrollArea">
66      <property name="sizePolicy">
67       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
68        <horstretch>0</horstretch>
69        <verstretch>0</verstretch>
70       </sizepolicy>
71      </property>
72      <property name="widgetResizable">
73       <bool>true</bool>
74      </property>
75      <widget class="QWidget" name="scrollAreaWidgetContents">
76       <property name="geometry">
77        <rect>
78         <x>0</x>
79         <y>0</y>
80         <width>265</width>
81         <height>585</height>
82        </rect>
83       </property>
84       <layout class="QVBoxLayout" name="verticalLayout_4">
85        <item>
86         <widget class="QGroupBox" name="groupBox_5">
87          <property name="sizePolicy">
88           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
89            <horstretch>0</horstretch>
90            <verstretch>0</verstretch>
91           </sizepolicy>
92          </property>
93          <property name="title">
94           <string>Quad(s) source</string>
95          </property>
96          <layout class="QVBoxLayout" name="verticalLayout_3">
97           <item>
98            <widget class="QListWidget" name="quads_lw">
99             <property name="sizePolicy">
100              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
101               <horstretch>0</horstretch>
102               <verstretch>0</verstretch>
103              </sizepolicy>
104             </property>
105             <property name="maximumSize">
106              <size>
107               <width>16777215</width>
108               <height>16777215</height>
109              </size>
110             </property>
111             <property name="toolTip">
112              <string>Select hexa</string>
113             </property>
114            </widget>
115           </item>
116           <item>
117            <widget class="QWidget" name="widget" native="true">
118             <property name="sizePolicy">
119              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
120               <horstretch>0</horstretch>
121               <verstretch>0</verstretch>
122              </sizepolicy>
123             </property>
124             <layout class="QFormLayout" name="formLayout_2">
125              <item row="0" column="0">
126               <widget class="QLabel" name="label_4">
127                <property name="text">
128                 <string>Point a</string>
129                </property>
130               </widget>
131              </item>
132              <item row="0" column="1">
133               <widget class="QLineEdit" name="p1_le">
134                <property name="sizePolicy">
135                 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
136                  <horstretch>0</horstretch>
137                  <verstretch>0</verstretch>
138                 </sizepolicy>
139                </property>
140                <property name="toolTip">
141                 <string>Select vertex</string>
142                </property>
143                <property name="text">
144                 <string/>
145                </property>
146                <property name="readOnly">
147                 <bool>false</bool>
148                </property>
149               </widget>
150              </item>
151              <item row="1" column="0">
152               <widget class="QLabel" name="label_5">
153                <property name="text">
154                 <string>Point b</string>
155                </property>
156               </widget>
157              </item>
158              <item row="1" column="1">
159               <widget class="QLineEdit" name="p2_le">
160                <property name="sizePolicy">
161                 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
162                  <horstretch>0</horstretch>
163                  <verstretch>0</verstretch>
164                 </sizepolicy>
165                </property>
166                <property name="toolTip">
167                 <string>Select vertex</string>
168                </property>
169                <property name="text">
170                 <string/>
171                </property>
172                <property name="readOnly">
173                 <bool>false</bool>
174                </property>
175               </widget>
176              </item>
177              <item row="2" column="0">
178               <widget class="QLabel" name="label_6">
179                <property name="text">
180                 <string>Point c</string>
181                </property>
182               </widget>
183              </item>
184              <item row="2" column="1">
185               <widget class="QLineEdit" name="p3_le">
186                <property name="sizePolicy">
187                 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
188                  <horstretch>0</horstretch>
189                  <verstretch>0</verstretch>
190                 </sizepolicy>
191                </property>
192                <property name="toolTip">
193                 <string>Select vertex</string>
194                </property>
195                <property name="text">
196                 <string/>
197                </property>
198                <property name="readOnly">
199                 <bool>false</bool>
200                </property>
201               </widget>
202              </item>
203             </layout>
204            </widget>
205           </item>
206          </layout>
207         </widget>
208        </item>
209        <item>
210         <widget class="QGroupBox" name="groupBox_2">
211          <property name="sizePolicy">
212           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
213            <horstretch>0</horstretch>
214            <verstretch>0</verstretch>
215           </sizepolicy>
216          </property>
217          <property name="title">
218           <string>Quad(s) destination</string>
219          </property>
220          <layout class="QVBoxLayout" name="verticalLayout_5">
221           <item>
222            <widget class="QListWidget" name="quads_lw_2">
223             <property name="sizePolicy">
224              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
225               <horstretch>0</horstretch>
226               <verstretch>0</verstretch>
227              </sizepolicy>
228             </property>
229             <property name="maximumSize">
230              <size>
231               <width>16777215</width>
232               <height>16777215</height>
233              </size>
234             </property>
235             <property name="toolTip">
236              <string>Select hexa</string>
237             </property>
238            </widget>
239           </item>
240           <item>
241            <widget class="QWidget" name="widget_3" native="true">
242             <layout class="QFormLayout" name="formLayout">
243              <property name="fieldGrowthPolicy">
244               <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
245              </property>
246              <item row="1" column="0">
247               <widget class="QLabel" name="label">
248                <property name="text">
249                 <string>Point a</string>
250                </property>
251               </widget>
252              </item>
253              <item row="1" column="1">
254               <widget class="QLineEdit" name="c1_le">
255                <property name="sizePolicy">
256                 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
257                  <horstretch>0</horstretch>
258                  <verstretch>0</verstretch>
259                 </sizepolicy>
260                </property>
261                <property name="toolTip">
262                 <string>Select vertex</string>
263                </property>
264                <property name="text">
265                 <string/>
266                </property>
267                <property name="readOnly">
268                 <bool>false</bool>
269                </property>
270               </widget>
271              </item>
272              <item row="2" column="0">
273               <widget class="QLabel" name="label_2">
274                <property name="text">
275                 <string>Point b</string>
276                </property>
277               </widget>
278              </item>
279              <item row="2" column="1">
280               <widget class="QLineEdit" name="c2_le">
281                <property name="sizePolicy">
282                 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
283                  <horstretch>0</horstretch>
284                  <verstretch>0</verstretch>
285                 </sizepolicy>
286                </property>
287                <property name="toolTip">
288                 <string>Select vertex</string>
289                </property>
290                <property name="text">
291                 <string/>
292                </property>
293                <property name="readOnly">
294                 <bool>false</bool>
295                </property>
296               </widget>
297              </item>
298              <item row="3" column="0">
299               <widget class="QLabel" name="label_3">
300                <property name="text">
301                 <string>Point c</string>
302                </property>
303               </widget>
304              </item>
305              <item row="3" column="1">
306               <widget class="QLineEdit" name="c3_le">
307                <property name="sizePolicy">
308                 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
309                  <horstretch>0</horstretch>
310                  <verstretch>0</verstretch>
311                 </sizepolicy>
312                </property>
313                <property name="toolTip">
314                 <string>Select vertex</string>
315                </property>
316                <property name="text">
317                 <string/>
318                </property>
319                <property name="readOnly">
320                 <bool>false</bool>
321                </property>
322               </widget>
323              </item>
324             </layout>
325            </widget>
326           </item>
327          </layout>
328         </widget>
329        </item>
330       </layout>
331      </widget>
332     </widget>
333    </item>
334   </layout>
335  </widget>
336  <tabstops>
337   <tabstop>quads_lw</tabstop>
338   <tabstop>p1_le</tabstop>
339   <tabstop>p2_le</tabstop>
340   <tabstop>p3_le</tabstop>
341  </tabstops>
342  <resources/>
343  <connections>
344   <connection>
345    <sender>radioButton</sender>
346    <signal>clicked()</signal>
347    <receiver>quads_lw_2</receiver>
348    <slot>hide()</slot>
349    <hints>
350     <hint type="sourcelabel">
351      <x>109</x>
352      <y>44</y>
353     </hint>
354     <hint type="destinationlabel">
355      <x>146</x>
356      <y>453</y>
357     </hint>
358    </hints>
359   </connection>
360   <connection>
361    <sender>radioButton_2</sender>
362    <signal>clicked()</signal>
363    <receiver>quads_lw_2</receiver>
364    <slot>show()</slot>
365    <hints>
366     <hint type="sourcelabel">
367      <x>232</x>
368      <y>44</y>
369     </hint>
370     <hint type="destinationlabel">
371      <x>146</x>
372      <y>453</y>
373     </hint>
374    </hints>
375   </connection>
376  </connections>
377 </ui>