]> SALOME platform Git repositories - modules/hexablock.git/blob - src/HEXABLOCKGUI/Merge_QTD.ui
Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/hexablock.git] / src / HEXABLOCKGUI / Merge_QTD.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MergeDialog</class>
4  <widget class="QDialog" name="MergeDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>254</width>
10     <height>524</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string> Merge Operation</string>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout_4">
23    <property name="sizeConstraint">
24     <enum>QLayout::SetMinimumSize</enum>
25    </property>
26    <item>
27     <widget class="QGroupBox" name="groupBox">
28      <property name="sizePolicy">
29       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
30        <horstretch>0</horstretch>
31        <verstretch>0</verstretch>
32       </sizepolicy>
33      </property>
34      <property name="title">
35       <string>Merge</string>
36      </property>
37      <layout class="QHBoxLayout" name="horizontalLayout">
38       <item>
39        <widget class="QRadioButton" name="rb0">
40         <property name="sizePolicy">
41          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
42           <horstretch>0</horstretch>
43           <verstretch>0</verstretch>
44          </sizepolicy>
45         </property>
46         <property name="text">
47          <string>Vertex</string>
48         </property>
49         <property name="checked">
50          <bool>true</bool>
51         </property>
52        </widget>
53       </item>
54       <item>
55        <widget class="QRadioButton" name="rb1">
56         <property name="sizePolicy">
57          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
58           <horstretch>0</horstretch>
59           <verstretch>0</verstretch>
60          </sizepolicy>
61         </property>
62         <property name="text">
63          <string>Edge</string>
64         </property>
65        </widget>
66       </item>
67       <item>
68        <widget class="QRadioButton" name="rb2">
69         <property name="text">
70          <string>Quad</string>
71         </property>
72        </widget>
73       </item>
74      </layout>
75     </widget>
76    </item>
77    <item>
78     <widget class="QGroupBox" name="groupBox_2">
79      <property name="title">
80       <string>Arguments</string>
81      </property>
82      <layout class="QVBoxLayout" name="verticalLayout">
83       <item>
84        <widget class="QWidget" name="widget" native="true">
85         <layout class="QFormLayout" name="formLayout">
86          <item row="0" column="0">
87           <widget class="QLabel" name="label_5">
88            <property name="text">
89             <string>vertex 1</string>
90            </property>
91           </widget>
92          </item>
93          <item row="0" column="1">
94           <widget class="QLineEdit" name="v0_le_rb0">
95            <property name="sizePolicy">
96             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
97              <horstretch>0</horstretch>
98              <verstretch>0</verstretch>
99             </sizepolicy>
100            </property>
101            <property name="maximumSize">
102             <size>
103              <width>127</width>
104              <height>16777215</height>
105             </size>
106            </property>
107            <property name="readOnly">
108             <bool>false</bool>
109            </property>
110           </widget>
111          </item>
112          <item row="1" column="0">
113           <widget class="QLabel" name="label_4">
114            <property name="text">
115             <string>vertex 2</string>
116            </property>
117           </widget>
118          </item>
119          <item row="1" column="1">
120           <widget class="QLineEdit" name="v1_le_rb0">
121            <property name="maximumSize">
122             <size>
123              <width>127</width>
124              <height>16777215</height>
125             </size>
126            </property>
127            <property name="readOnly">
128             <bool>false</bool>
129            </property>
130           </widget>
131          </item>
132         </layout>
133        </widget>
134       </item>
135       <item>
136        <widget class="QWidget" name="widget_2" native="true">
137         <layout class="QFormLayout" name="formLayout_2">
138          <item row="0" column="0">
139           <widget class="QLabel" name="label_3">
140            <property name="text">
141             <string>edge 1</string>
142            </property>
143           </widget>
144          </item>
145          <item row="0" column="1">
146           <widget class="QLineEdit" name="e0_le_rb1">
147            <property name="maximumSize">
148             <size>
149              <width>127</width>
150              <height>16777215</height>
151             </size>
152            </property>
153            <property name="readOnly">
154             <bool>false</bool>
155            </property>
156           </widget>
157          </item>
158          <item row="1" column="0">
159           <widget class="QLabel" name="label_6">
160            <property name="text">
161             <string>edge 2</string>
162            </property>
163           </widget>
164          </item>
165          <item row="1" column="1">
166           <widget class="QLineEdit" name="e1_le_rb1">
167            <property name="maximumSize">
168             <size>
169              <width>127</width>
170              <height>16777215</height>
171             </size>
172            </property>
173            <property name="readOnly">
174             <bool>false</bool>
175            </property>
176           </widget>
177          </item>
178          <item row="2" column="0">
179           <widget class="QLabel" name="label">
180            <property name="text">
181             <string>vertex 1</string>
182            </property>
183           </widget>
184          </item>
185          <item row="2" column="1">
186           <widget class="QLineEdit" name="v0_le_rb1">
187            <property name="maximumSize">
188             <size>
189              <width>127</width>
190              <height>16777215</height>
191             </size>
192            </property>
193            <property name="readOnly">
194             <bool>false</bool>
195            </property>
196           </widget>
197          </item>
198          <item row="3" column="0">
199           <widget class="QLabel" name="label_2">
200            <property name="text">
201             <string>vertex 2</string>
202            </property>
203           </widget>
204          </item>
205          <item row="3" column="1">
206           <widget class="QLineEdit" name="v1_le_rb1">
207            <property name="maximumSize">
208             <size>
209              <width>127</width>
210              <height>16777215</height>
211             </size>
212            </property>
213            <property name="readOnly">
214             <bool>false</bool>
215            </property>
216           </widget>
217          </item>
218         </layout>
219        </widget>
220       </item>
221       <item>
222        <widget class="QWidget" name="widget_3" native="true">
223         <layout class="QFormLayout" name="formLayout_3">
224          <item row="0" column="1">
225           <widget class="QLineEdit" name="q0_le_rb2">
226            <property name="maximumSize">
227             <size>
228              <width>127</width>
229              <height>16777215</height>
230             </size>
231            </property>
232            <property name="readOnly">
233             <bool>false</bool>
234            </property>
235           </widget>
236          </item>
237          <item row="1" column="1">
238           <widget class="QLineEdit" name="q1_le_rb2">
239            <property name="maximumSize">
240             <size>
241              <width>127</width>
242              <height>16777215</height>
243             </size>
244            </property>
245            <property name="readOnly">
246             <bool>false</bool>
247            </property>
248           </widget>
249          </item>
250          <item row="2" column="1">
251           <widget class="QLineEdit" name="v0_le_rb2">
252            <property name="maximumSize">
253             <size>
254              <width>127</width>
255              <height>16777215</height>
256             </size>
257            </property>
258            <property name="readOnly">
259             <bool>false</bool>
260            </property>
261           </widget>
262          </item>
263          <item row="4" column="0">
264           <widget class="QLabel" name="label_10">
265            <property name="text">
266             <string>vertex 2</string>
267            </property>
268           </widget>
269          </item>
270          <item row="4" column="1">
271           <widget class="QLineEdit" name="v1_le_rb2">
272            <property name="maximumSize">
273             <size>
274              <width>127</width>
275              <height>16777215</height>
276             </size>
277            </property>
278            <property name="readOnly">
279             <bool>false</bool>
280            </property>
281           </widget>
282          </item>
283          <item row="5" column="0">
284           <widget class="QLabel" name="label_11">
285            <property name="text">
286             <string>vertex 3</string>
287            </property>
288           </widget>
289          </item>
290          <item row="5" column="1">
291           <widget class="QLineEdit" name="v2_le_rb2">
292            <property name="maximumSize">
293             <size>
294              <width>127</width>
295              <height>16777215</height>
296             </size>
297            </property>
298            <property name="readOnly">
299             <bool>false</bool>
300            </property>
301           </widget>
302          </item>
303          <item row="6" column="0">
304           <widget class="QLabel" name="label_12">
305            <property name="text">
306             <string>vertex 4</string>
307            </property>
308           </widget>
309          </item>
310          <item row="6" column="1">
311           <widget class="QLineEdit" name="v3_le_rb2">
312            <property name="maximumSize">
313             <size>
314              <width>127</width>
315              <height>16777215</height>
316             </size>
317            </property>
318            <property name="readOnly">
319             <bool>false</bool>
320            </property>
321           </widget>
322          </item>
323          <item row="0" column="0">
324           <widget class="QLabel" name="label_7">
325            <property name="text">
326             <string>quad 1</string>
327            </property>
328           </widget>
329          </item>
330          <item row="1" column="0">
331           <widget class="QLabel" name="label_8">
332            <property name="text">
333             <string>quad 2</string>
334            </property>
335           </widget>
336          </item>
337          <item row="2" column="0">
338           <widget class="QLabel" name="label_9">
339            <property name="text">
340             <string>vertex 1</string>
341            </property>
342           </widget>
343          </item>
344         </layout>
345        </widget>
346       </item>
347      </layout>
348     </widget>
349    </item>
350   </layout>
351  </widget>
352  <resources/>
353  <connections>
354   <connection>
355    <sender>rb0</sender>
356    <signal>clicked()</signal>
357    <receiver>widget</receiver>
358    <slot>show()</slot>
359    <hints>
360     <hint type="sourcelabel">
361      <x>61</x>
362      <y>48</y>
363     </hint>
364     <hint type="destinationlabel">
365      <x>76</x>
366      <y>104</y>
367     </hint>
368    </hints>
369   </connection>
370   <connection>
371    <sender>rb0</sender>
372    <signal>clicked()</signal>
373    <receiver>widget_2</receiver>
374    <slot>hide()</slot>
375    <hints>
376     <hint type="sourcelabel">
377      <x>94</x>
378      <y>46</y>
379     </hint>
380     <hint type="destinationlabel">
381      <x>181</x>
382      <y>180</y>
383     </hint>
384    </hints>
385   </connection>
386   <connection>
387    <sender>rb0</sender>
388    <signal>clicked()</signal>
389    <receiver>widget_3</receiver>
390    <slot>hide()</slot>
391    <hints>
392     <hint type="sourcelabel">
393      <x>41</x>
394      <y>49</y>
395     </hint>
396     <hint type="destinationlabel">
397      <x>73</x>
398      <y>310</y>
399     </hint>
400    </hints>
401   </connection>
402   <connection>
403    <sender>rb1</sender>
404    <signal>clicked()</signal>
405    <receiver>widget</receiver>
406    <slot>hide()</slot>
407    <hints>
408     <hint type="sourcelabel">
409      <x>153</x>
410      <y>51</y>
411     </hint>
412     <hint type="destinationlabel">
413      <x>143</x>
414      <y>109</y>
415     </hint>
416    </hints>
417   </connection>
418   <connection>
419    <sender>rb1</sender>
420    <signal>clicked()</signal>
421    <receiver>widget_2</receiver>
422    <slot>show()</slot>
423    <hints>
424     <hint type="sourcelabel">
425      <x>197</x>
426      <y>48</y>
427     </hint>
428     <hint type="destinationlabel">
429      <x>218</x>
430      <y>182</y>
431     </hint>
432    </hints>
433   </connection>
434   <connection>
435    <sender>rb1</sender>
436    <signal>clicked()</signal>
437    <receiver>widget_3</receiver>
438    <slot>hide()</slot>
439    <hints>
440     <hint type="sourcelabel">
441      <x>182</x>
442      <y>38</y>
443     </hint>
444     <hint type="destinationlabel">
445      <x>190</x>
446      <y>310</y>
447     </hint>
448    </hints>
449   </connection>
450   <connection>
451    <sender>rb2</sender>
452    <signal>clicked()</signal>
453    <receiver>widget_3</receiver>
454    <slot>show()</slot>
455    <hints>
456     <hint type="sourcelabel">
457      <x>258</x>
458      <y>46</y>
459     </hint>
460     <hint type="destinationlabel">
461      <x>238</x>
462      <y>310</y>
463     </hint>
464    </hints>
465   </connection>
466   <connection>
467    <sender>rb2</sender>
468    <signal>clicked()</signal>
469    <receiver>widget_2</receiver>
470    <slot>hide()</slot>
471    <hints>
472     <hint type="sourcelabel">
473      <x>271</x>
474      <y>46</y>
475     </hint>
476     <hint type="destinationlabel">
477      <x>268</x>
478      <y>194</y>
479     </hint>
480    </hints>
481   </connection>
482   <connection>
483    <sender>rb2</sender>
484    <signal>clicked()</signal>
485    <receiver>widget</receiver>
486    <slot>hide()</slot>
487    <hints>
488     <hint type="sourcelabel">
489      <x>255</x>
490      <y>48</y>
491     </hint>
492     <hint type="destinationlabel">
493      <x>250</x>
494      <y>111</y>
495     </hint>
496    </hints>
497   </connection>
498  </connections>
499 </ui>