]> SALOME platform Git repositories - modules/hexablock.git/blob - src/HEXABLOCKGUI/JoinQuad_QTD.ui
Salome HOME
Hexa6 : Mise ajour des sources
[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>532</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>646</height>
58        </rect>
59       </property>
60       <layout class="QVBoxLayout" name="verticalLayout_4">
61        <item>
62         <widget class="QGroupBox" name="groupBox_4">
63          <property name="title">
64           <string/>
65          </property>
66          <layout class="QVBoxLayout" name="verticalLayout_3">
67           <item>
68            <widget class="QGroupBox" name="groupBox_8">
69             <property name="sizePolicy">
70              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
71               <horstretch>0</horstretch>
72               <verstretch>0</verstretch>
73              </sizepolicy>
74             </property>
75             <property name="title">
76              <string/>
77             </property>
78             <layout class="QVBoxLayout" name="verticalLayout_2">
79              <item>
80               <widget class="QGroupBox" name="groupBox_5">
81                <property name="sizePolicy">
82                 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
83                  <horstretch>0</horstretch>
84                  <verstretch>0</verstretch>
85                 </sizepolicy>
86                </property>
87                <property name="title">
88                 <string>Quad(s)</string>
89                </property>
90                <layout class="QGridLayout" name="gridLayout_4">
91                 <item row="0" column="0">
92                  <widget class="QListWidget" name="quads_lw"/>
93                 </item>
94                </layout>
95               </widget>
96              </item>
97              <item>
98               <widget class="QWidget" name="widget" native="true">
99                <property name="sizePolicy">
100                 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
101                  <horstretch>0</horstretch>
102                  <verstretch>0</verstretch>
103                 </sizepolicy>
104                </property>
105                <layout class="QFormLayout" name="formLayout_3">
106                 <property name="fieldGrowthPolicy">
107                  <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
108                 </property>
109                 <item row="0" column="0">
110                  <widget class="QLabel" name="label_3">
111                   <property name="text">
112                    <string>From point a</string>
113                   </property>
114                  </widget>
115                 </item>
116                 <item row="0" column="1">
117                  <widget class="QLineEdit" name="vex0_le">
118                   <property name="sizePolicy">
119                    <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
120                     <horstretch>0</horstretch>
121                     <verstretch>0</verstretch>
122                    </sizepolicy>
123                   </property>
124                   <property name="maximumSize">
125                    <size>
126                     <width>16777215</width>
127                     <height>16777215</height>
128                    </size>
129                   </property>
130                   <property name="readOnly">
131                    <bool>false</bool>
132                   </property>
133                  </widget>
134                 </item>
135                 <item row="1" column="0">
136                  <widget class="QLabel" name="label_4">
137                   <property name="text">
138                    <string>From point b</string>
139                   </property>
140                  </widget>
141                 </item>
142                 <item row="1" column="1">
143                  <widget class="QLineEdit" name="vex1_le">
144                   <property name="sizePolicy">
145                    <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
146                     <horstretch>0</horstretch>
147                     <verstretch>0</verstretch>
148                    </sizepolicy>
149                   </property>
150                   <property name="maximumSize">
151                    <size>
152                     <width>16777215</width>
153                     <height>16777215</height>
154                    </size>
155                   </property>
156                   <property name="readOnly">
157                    <bool>false</bool>
158                   </property>
159                  </widget>
160                 </item>
161                </layout>
162               </widget>
163              </item>
164             </layout>
165            </widget>
166           </item>
167           <item>
168            <widget class="QGroupBox" name="groupBox">
169             <property name="sizePolicy">
170              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
171               <horstretch>0</horstretch>
172               <verstretch>0</verstretch>
173              </sizepolicy>
174             </property>
175             <property name="title">
176              <string/>
177             </property>
178             <layout class="QFormLayout" name="formLayout_2">
179              <item row="0" column="0">
180               <widget class="QLabel" name="label_2">
181                <property name="text">
182                 <string>Quadrangle</string>
183                </property>
184               </widget>
185              </item>
186              <item row="0" column="1">
187               <widget class="QLineEdit" name="quad_dest_le">
188                <property name="sizePolicy">
189                 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
190                  <horstretch>0</horstretch>
191                  <verstretch>0</verstretch>
192                 </sizepolicy>
193                </property>
194                <property name="readOnly">
195                 <bool>false</bool>
196                </property>
197               </widget>
198              </item>
199              <item row="1" column="0">
200               <widget class="QLabel" name="label_5">
201                <property name="text">
202                 <string>To point a</string>
203                </property>
204               </widget>
205              </item>
206              <item row="1" column="1">
207               <widget class="QLineEdit" name="vex2_le">
208                <property name="sizePolicy">
209                 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
210                  <horstretch>0</horstretch>
211                  <verstretch>0</verstretch>
212                 </sizepolicy>
213                </property>
214                <property name="maximumSize">
215                 <size>
216                  <width>16777215</width>
217                  <height>16777215</height>
218                 </size>
219                </property>
220                <property name="readOnly">
221                 <bool>false</bool>
222                </property>
223               </widget>
224              </item>
225              <item row="2" column="0">
226               <widget class="QLabel" name="label_7">
227                <property name="text">
228                 <string>To point b</string>
229                </property>
230               </widget>
231              </item>
232              <item row="2" column="1">
233               <widget class="QLineEdit" name="vex3_le">
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="maximumSize">
241                 <size>
242                  <width>16777215</width>
243                  <height>16777215</height>
244                 </size>
245                </property>
246                <property name="readOnly">
247                 <bool>false</bool>
248                </property>
249               </widget>
250              </item>
251             </layout>
252            </widget>
253           </item>
254           <item>
255            <widget class="QGroupBox" name="groupBox_3">
256             <property name="sizePolicy">
257              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
258               <horstretch>0</horstretch>
259               <verstretch>0</verstretch>
260              </sizepolicy>
261             </property>
262             <property name="title">
263              <string/>
264             </property>
265             <layout class="QFormLayout" name="formLayout">
266              <item row="0" column="0">
267               <widget class="QLabel" name="label">
268                <property name="sizePolicy">
269                 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
270                  <horstretch>0</horstretch>
271                  <verstretch>0</verstretch>
272                 </sizepolicy>
273                </property>
274                <property name="text">
275                 <string>Nb layers</string>
276                </property>
277               </widget>
278              </item>
279              <item row="0" column="1">
280               <widget class="QSpinBox" name="nb_spb">
281                <property name="sizePolicy">
282                 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
283                  <horstretch>0</horstretch>
284                  <verstretch>0</verstretch>
285                 </sizepolicy>
286                </property>
287                <property name="minimum">
288                 <number>1</number>
289                </property>
290                <property name="maximum">
291                 <number>1000000</number>
292                </property>
293                <property name="value">
294                 <number>1</number>
295                </property>
296               </widget>
297              </item>
298             </layout>
299            </widget>
300           </item>
301           <item>
302            <widget class="QTabWidget" name="layers_height_w">
303             <property name="sizePolicy">
304              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
305               <horstretch>0</horstretch>
306               <verstretch>0</verstretch>
307              </sizepolicy>
308             </property>
309             <property name="currentIndex">
310              <number>0</number>
311             </property>
312             <widget class="QWidget" name="ext_height_tab">
313              <attribute name="title">
314               <string>height</string>
315              </attribute>
316              <layout class="QGridLayout" name="gridLayout_5">
317               <item row="0" column="0">
318                <widget class="QPushButton" name="add_height_pb">
319                 <property name="enabled">
320                  <bool>true</bool>
321                 </property>
322                 <property name="sizePolicy">
323                  <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
324                   <horstretch>0</horstretch>
325                   <verstretch>0</verstretch>
326                  </sizepolicy>
327                 </property>
328                 <property name="text">
329                  <string>+</string>
330                 </property>
331                </widget>
332               </item>
333               <item row="0" column="1" rowspan="3">
334                <widget class="QListWidget" name="height_lw">
335                 <property name="sizePolicy">
336                  <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
337                   <horstretch>0</horstretch>
338                   <verstretch>0</verstretch>
339                  </sizepolicy>
340                 </property>
341                </widget>
342               </item>
343               <item row="1" column="0">
344                <widget class="QPushButton" name="del_height_pb">
345                 <property name="sizePolicy">
346                  <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
347                   <horstretch>0</horstretch>
348                   <verstretch>0</verstretch>
349                  </sizepolicy>
350                 </property>
351                 <property name="text">
352                  <string>-</string>
353                 </property>
354                </widget>
355               </item>
356               <item row="2" column="0">
357                <spacer name="verticalSpacer_3">
358                 <property name="orientation">
359                  <enum>Qt::Vertical</enum>
360                 </property>
361                 <property name="sizeHint" stdset="0">
362                  <size>
363                   <width>20</width>
364                   <height>139</height>
365                  </size>
366                 </property>
367                </spacer>
368               </item>
369              </layout>
370             </widget>
371            </widget>
372           </item>
373          </layout>
374         </widget>
375        </item>
376        <item>
377         <spacer name="verticalSpacer">
378          <property name="orientation">
379           <enum>Qt::Vertical</enum>
380          </property>
381          <property name="sizeHint" stdset="0">
382           <size>
383            <width>20</width>
384            <height>0</height>
385           </size>
386          </property>
387         </spacer>
388        </item>
389       </layout>
390      </widget>
391     </widget>
392    </item>
393   </layout>
394  </widget>
395  <tabstops>
396   <tabstop>vex0_le</tabstop>
397   <tabstop>vex1_le</tabstop>
398   <tabstop>quad_dest_le</tabstop>
399   <tabstop>vex2_le</tabstop>
400   <tabstop>vex3_le</tabstop>
401   <tabstop>nb_spb</tabstop>
402  </tabstops>
403  <resources/>
404  <connections>
405   <connection>
406    <sender>joinUni_rb</sender>
407    <signal>clicked()</signal>
408    <receiver>layers_height_w</receiver>
409    <slot>hide()</slot>
410    <hints>
411     <hint type="sourcelabel">
412      <x>102</x>
413      <y>127</y>
414     </hint>
415     <hint type="destinationlabel">
416      <x>162</x>
417      <y>676</y>
418     </hint>
419    </hints>
420   </connection>
421   <connection>
422    <sender>join_rb</sender>
423    <signal>clicked()</signal>
424    <receiver>layers_height_w</receiver>
425    <slot>show()</slot>
426    <hints>
427     <hint type="sourcelabel">
428      <x>222</x>
429      <y>53</y>
430     </hint>
431     <hint type="destinationlabel">
432      <x>162</x>
433      <y>676</y>
434     </hint>
435    </hints>
436   </connection>
437   <connection>
438    <sender>join_rb</sender>
439    <signal>clicked()</signal>
440    <receiver>groupBox_3</receiver>
441    <slot>hide()</slot>
442    <hints>
443     <hint type="sourcelabel">
444      <x>222</x>
445      <y>53</y>
446     </hint>
447     <hint type="destinationlabel">
448      <x>162</x>
449      <y>571</y>
450     </hint>
451    </hints>
452   </connection>
453   <connection>
454    <sender>joinUni_rb</sender>
455    <signal>clicked()</signal>
456    <receiver>groupBox_3</receiver>
457    <slot>show()</slot>
458    <hints>
459     <hint type="sourcelabel">
460      <x>102</x>
461      <y>53</y>
462     </hint>
463     <hint type="destinationlabel">
464      <x>162</x>
465      <y>571</y>
466     </hint>
467    </hints>
468   </connection>
469  </connections>
470 </ui>