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