Salome HOME
Remove QT4 compatibility.
[modules/hexablock.git] / src / HEXABLOCKGUI / JoinQuad_QTD.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>JoinQuadDialog</class>
4  <widget class="QDialog" name="JoinQuadDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>344</width>
10     <height>558</height>
11    </rect>
12   </property>
13   <property name="minimumSize">
14    <size>
15     <width>5</width>
16     <height>300</height>
17    </size>
18   </property>
19   <property name="windowTitle">
20    <string>Join Quad(s) Operation</string>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout">
23    <item>
24     <widget class="QWidget" name="widget_2" native="true">
25      <layout class="QHBoxLayout" name="horizontalLayout_2">
26       <item>
27        <widget class="QRadioButton" name="joinUni_rb">
28         <property name="text">
29          <string>Uniform</string>
30         </property>
31         <property name="checked">
32          <bool>true</bool>
33         </property>
34        </widget>
35       </item>
36       <item>
37        <widget class="QRadioButton" name="join_rb">
38         <property name="text">
39          <string>Custom</string>
40         </property>
41        </widget>
42       </item>
43      </layout>
44     </widget>
45    </item>
46    <item>
47     <widget class="QScrollArea" name="scrollArea">
48      <property name="widgetResizable">
49       <bool>true</bool>
50      </property>
51      <widget class="QWidget" name="scrollAreaWidgetContents">
52       <property name="geometry">
53        <rect>
54         <x>0</x>
55         <y>0</y>
56         <width>306</width>
57         <height>527</height>
58        </rect>
59       </property>
60       <layout class="QVBoxLayout" name="verticalLayout_2">
61        <item>
62         <widget class="QWidget" name="widget" native="true">
63          <layout class="QVBoxLayout" name="verticalLayout_4">
64           <item>
65            <widget class="QLabel" name="label_6">
66             <property name="text">
67              <string>Quad(s):</string>
68             </property>
69            </widget>
70           </item>
71           <item>
72            <widget class="QListWidget" name="quads_lw"/>
73           </item>
74           <item>
75            <layout class="QFormLayout" name="formLayout_4">
76             <property name="fieldGrowthPolicy">
77              <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
78             </property>
79             <item row="0" column="0">
80              <widget class="QLabel" name="label_3">
81               <property name="text">
82                <string>From point a</string>
83               </property>
84              </widget>
85             </item>
86             <item row="0" column="1">
87              <widget class="QLineEdit" name="vex0_le">
88               <property name="sizePolicy">
89                <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
90                 <horstretch>0</horstretch>
91                 <verstretch>0</verstretch>
92                </sizepolicy>
93               </property>
94               <property name="maximumSize">
95                <size>
96                 <width>16777215</width>
97                 <height>16777215</height>
98                </size>
99               </property>
100               <property name="readOnly">
101                <bool>false</bool>
102               </property>
103              </widget>
104             </item>
105             <item row="1" column="0">
106              <widget class="QLabel" name="label_4">
107               <property name="text">
108                <string>From point b</string>
109               </property>
110              </widget>
111             </item>
112             <item row="1" column="1">
113              <widget class="QLineEdit" name="vex1_le">
114               <property name="sizePolicy">
115                <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
116                 <horstretch>0</horstretch>
117                 <verstretch>0</verstretch>
118                </sizepolicy>
119               </property>
120               <property name="maximumSize">
121                <size>
122                 <width>16777215</width>
123                 <height>16777215</height>
124                </size>
125               </property>
126               <property name="readOnly">
127                <bool>false</bool>
128               </property>
129              </widget>
130             </item>
131            </layout>
132           </item>
133          </layout>
134         </widget>
135        </item>
136        <item>
137         <widget class="QWidget" name="widget_2" native="true">
138          <layout class="QFormLayout" name="formLayout">
139           <item row="0" column="0">
140            <widget class="QLabel" name="label_2">
141             <property name="text">
142              <string>Quadrangle</string>
143             </property>
144            </widget>
145           </item>
146           <item row="0" column="1">
147            <widget class="QLineEdit" name="quad_dest_le">
148             <property name="sizePolicy">
149              <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
150               <horstretch>0</horstretch>
151               <verstretch>0</verstretch>
152              </sizepolicy>
153             </property>
154             <property name="readOnly">
155              <bool>false</bool>
156             </property>
157            </widget>
158           </item>
159           <item row="1" column="0">
160            <widget class="QLabel" name="label_5">
161             <property name="text">
162              <string>To point a</string>
163             </property>
164            </widget>
165           </item>
166           <item row="1" column="1">
167            <widget class="QLineEdit" name="vex2_le">
168             <property name="sizePolicy">
169              <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
170               <horstretch>0</horstretch>
171               <verstretch>0</verstretch>
172              </sizepolicy>
173             </property>
174             <property name="maximumSize">
175              <size>
176               <width>16777215</width>
177               <height>16777215</height>
178              </size>
179             </property>
180             <property name="readOnly">
181              <bool>false</bool>
182             </property>
183            </widget>
184           </item>
185           <item row="2" column="0">
186            <widget class="QLabel" name="label_7">
187             <property name="text">
188              <string>To point b</string>
189             </property>
190            </widget>
191           </item>
192           <item row="2" column="1">
193            <widget class="QLineEdit" name="vex3_le">
194             <property name="sizePolicy">
195              <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
196               <horstretch>0</horstretch>
197               <verstretch>0</verstretch>
198              </sizepolicy>
199             </property>
200             <property name="maximumSize">
201              <size>
202               <width>16777215</width>
203               <height>16777215</height>
204              </size>
205             </property>
206             <property name="readOnly">
207              <bool>false</bool>
208             </property>
209            </widget>
210           </item>
211          </layout>
212          <zorder></zorder>
213          <zorder></zorder>
214         </widget>
215        </item>
216        <item>
217         <widget class="QWidget" name="widget_3" native="true">
218          <layout class="QFormLayout" name="formLayout_2">
219           <item row="0" column="0">
220            <widget class="QLabel" name="label">
221             <property name="sizePolicy">
222              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
223               <horstretch>0</horstretch>
224               <verstretch>0</verstretch>
225              </sizepolicy>
226             </property>
227             <property name="text">
228              <string>Nb layers</string>
229             </property>
230            </widget>
231           </item>
232           <item row="0" column="1">
233            <widget class="QSpinBox" name="nb_spb">
234             <property name="sizePolicy">
235              <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
236               <horstretch>0</horstretch>
237               <verstretch>0</verstretch>
238              </sizepolicy>
239             </property>
240             <property name="minimum">
241              <number>1</number>
242             </property>
243             <property name="maximum">
244              <number>1000000</number>
245             </property>
246             <property name="value">
247              <number>1</number>
248             </property>
249            </widget>
250           </item>
251          </layout>
252         </widget>
253        </item>
254        <item>
255         <widget class="QTabWidget" name="layers_height_w">
256          <property name="sizePolicy">
257           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
258            <horstretch>0</horstretch>
259            <verstretch>0</verstretch>
260           </sizepolicy>
261          </property>
262          <property name="currentIndex">
263           <number>0</number>
264          </property>
265          <widget class="QWidget" name="ext_height_tab">
266           <attribute name="title">
267            <string>height</string>
268           </attribute>
269           <layout class="QGridLayout" name="gridLayout_5">
270            <item row="0" column="0">
271             <widget class="QPushButton" name="add_height_pb">
272              <property name="enabled">
273               <bool>true</bool>
274              </property>
275              <property name="sizePolicy">
276               <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
277                <horstretch>0</horstretch>
278                <verstretch>0</verstretch>
279               </sizepolicy>
280              </property>
281              <property name="text">
282               <string>+</string>
283              </property>
284             </widget>
285            </item>
286            <item row="0" column="1" rowspan="3">
287             <widget class="QListWidget" name="height_lw">
288              <property name="sizePolicy">
289               <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
290                <horstretch>0</horstretch>
291                <verstretch>0</verstretch>
292               </sizepolicy>
293              </property>
294             </widget>
295            </item>
296            <item row="1" column="0">
297             <widget class="QPushButton" name="del_height_pb">
298              <property name="sizePolicy">
299               <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
300                <horstretch>0</horstretch>
301                <verstretch>0</verstretch>
302               </sizepolicy>
303              </property>
304              <property name="text">
305               <string>-</string>
306              </property>
307             </widget>
308            </item>
309            <item row="2" column="0">
310             <spacer name="verticalSpacer_3">
311              <property name="orientation">
312               <enum>Qt::Vertical</enum>
313              </property>
314              <property name="sizeHint" stdset="0">
315               <size>
316                <width>20</width>
317                <height>139</height>
318               </size>
319              </property>
320             </spacer>
321            </item>
322           </layout>
323          </widget>
324         </widget>
325        </item>
326        <item>
327         <spacer name="verticalSpacer">
328          <property name="orientation">
329           <enum>Qt::Vertical</enum>
330          </property>
331          <property name="sizeHint" stdset="0">
332           <size>
333            <width>20</width>
334            <height>0</height>
335           </size>
336          </property>
337         </spacer>
338        </item>
339       </layout>
340      </widget>
341     </widget>
342    </item>
343   </layout>
344  </widget>
345  <tabstops>
346   <tabstop>quad_dest_le</tabstop>
347   <tabstop>vex2_le</tabstop>
348   <tabstop>vex3_le</tabstop>
349  </tabstops>
350  <resources/>
351  <connections>
352   <connection>
353    <sender>joinUni_rb</sender>
354    <signal>clicked()</signal>
355    <receiver>layers_height_w</receiver>
356    <slot>hide()</slot>
357    <hints>
358     <hint type="sourcelabel">
359      <x>102</x>
360      <y>127</y>
361     </hint>
362     <hint type="destinationlabel">
363      <x>162</x>
364      <y>676</y>
365     </hint>
366    </hints>
367   </connection>
368   <connection>
369    <sender>join_rb</sender>
370    <signal>clicked()</signal>
371    <receiver>layers_height_w</receiver>
372    <slot>show()</slot>
373    <hints>
374     <hint type="sourcelabel">
375      <x>222</x>
376      <y>53</y>
377     </hint>
378     <hint type="destinationlabel">
379      <x>162</x>
380      <y>676</y>
381     </hint>
382    </hints>
383   </connection>
384   <connection>
385    <sender>joinUni_rb</sender>
386    <signal>clicked()</signal>
387    <receiver>widget_3</receiver>
388    <slot>show()</slot>
389    <hints>
390     <hint type="sourcelabel">
391      <x>93</x>
392      <y>28</y>
393     </hint>
394     <hint type="destinationlabel">
395      <x>162</x>
396      <y>403</y>
397     </hint>
398    </hints>
399   </connection>
400   <connection>
401    <sender>join_rb</sender>
402    <signal>clicked()</signal>
403    <receiver>widget_3</receiver>
404    <slot>hide()</slot>
405    <hints>
406     <hint type="sourcelabel">
407      <x>250</x>
408      <y>28</y>
409     </hint>
410     <hint type="destinationlabel">
411      <x>162</x>
412      <y>403</y>
413     </hint>
414    </hints>
415   </connection>
416  </connections>
417 </ui>