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