Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/hexablock.git] / src / HEXABLOCKGUI / Disconnect_QTD.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DisconnectDialog</class>
4  <widget class="QDialog" name="DisconnectDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>282</width>
10     <height>623</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Disconnect Operation</string>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout_5">
23    <item>
24     <widget class="QGroupBox" name="groupBox">
25      <property name="enabled">
26       <bool>true</bool>
27      </property>
28      <property name="sizePolicy">
29       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
30        <horstretch>0</horstretch>
31        <verstretch>0</verstretch>
32       </sizepolicy>
33      </property>
34      <property name="minimumSize">
35       <size>
36        <width>0</width>
37        <height>50</height>
38       </size>
39      </property>
40      <property name="maximumSize">
41       <size>
42        <width>16777215</width>
43        <height>50</height>
44       </size>
45      </property>
46      <property name="title">
47       <string>Disconnect</string>
48      </property>
49      <layout class="QHBoxLayout" name="horizontalLayout">
50       <property name="sizeConstraint">
51        <enum>QLayout::SetDefaultConstraint</enum>
52       </property>
53       <item>
54        <widget class="QRadioButton" name="rb0">
55         <property name="sizePolicy">
56          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
57           <horstretch>0</horstretch>
58           <verstretch>0</verstretch>
59          </sizepolicy>
60         </property>
61         <property name="text">
62          <string>Vertex</string>
63         </property>
64         <property name="checked">
65          <bool>true</bool>
66         </property>
67        </widget>
68       </item>
69       <item>
70        <widget class="QRadioButton" name="rb1">
71         <property name="sizePolicy">
72          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
73           <horstretch>0</horstretch>
74           <verstretch>0</verstretch>
75          </sizepolicy>
76         </property>
77         <property name="text">
78          <string>Edge</string>
79         </property>
80        </widget>
81       </item>
82       <item>
83        <widget class="QRadioButton" name="rb3">
84         <property name="sizePolicy">
85          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
86           <horstretch>0</horstretch>
87           <verstretch>0</verstretch>
88          </sizepolicy>
89         </property>
90         <property name="text">
91          <string>Edges</string>
92         </property>
93        </widget>
94       </item>
95       <item>
96        <widget class="QRadioButton" name="rb2">
97         <property name="text">
98          <string>Quad</string>
99         </property>
100        </widget>
101       </item>
102      </layout>
103     </widget>
104    </item>
105    <item>
106     <widget class="QGroupBox" name="groupBox_2">
107      <property name="sizePolicy">
108       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
109        <horstretch>0</horstretch>
110        <verstretch>0</verstretch>
111       </sizepolicy>
112      </property>
113      <property name="title">
114       <string>Arguments</string>
115      </property>
116      <layout class="QVBoxLayout" name="verticalLayout">
117       <item>
118        <widget class="QWidget" name="widget" native="true">
119         <property name="sizePolicy">
120          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
121           <horstretch>0</horstretch>
122           <verstretch>0</verstretch>
123          </sizepolicy>
124         </property>
125         <property name="maximumSize">
126          <size>
127           <width>16777215</width>
128           <height>64</height>
129          </size>
130         </property>
131         <layout class="QFormLayout" name="formLayout">
132          <property name="sizeConstraint">
133           <enum>QLayout::SetDefaultConstraint</enum>
134          </property>
135          <property name="fieldGrowthPolicy">
136           <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
137          </property>
138          <item row="0" column="0">
139           <widget class="QLabel" name="label_5">
140            <property name="text">
141             <string>vertex</string>
142            </property>
143           </widget>
144          </item>
145          <item row="0" column="1">
146           <widget class="QLineEdit" name="v_le_rb0">
147            <property name="sizePolicy">
148             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
149              <horstretch>0</horstretch>
150              <verstretch>0</verstretch>
151             </sizepolicy>
152            </property>
153            <property name="maximumSize">
154             <size>
155              <width>127</width>
156              <height>16777215</height>
157             </size>
158            </property>
159            <property name="readOnly">
160             <bool>false</bool>
161            </property>
162           </widget>
163          </item>
164          <item row="1" column="0">
165           <widget class="QLabel" name="label_2">
166            <property name="text">
167             <string>from hexa : </string>
168            </property>
169           </widget>
170          </item>
171          <item row="1" column="1">
172           <widget class="QLineEdit" name="h_le_rb0">
173            <property name="sizePolicy">
174             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
175              <horstretch>0</horstretch>
176              <verstretch>0</verstretch>
177             </sizepolicy>
178            </property>
179            <property name="maximumSize">
180             <size>
181              <width>127</width>
182              <height>16777215</height>
183             </size>
184            </property>
185            <property name="readOnly">
186             <bool>false</bool>
187            </property>
188           </widget>
189          </item>
190         </layout>
191        </widget>
192       </item>
193       <item>
194        <widget class="QWidget" name="widget_2" native="true">
195         <property name="sizePolicy">
196          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
197           <horstretch>0</horstretch>
198           <verstretch>0</verstretch>
199          </sizepolicy>
200         </property>
201         <property name="maximumSize">
202          <size>
203           <width>16777215</width>
204           <height>64</height>
205          </size>
206         </property>
207         <layout class="QFormLayout" name="formLayout_2">
208          <property name="sizeConstraint">
209           <enum>QLayout::SetDefaultConstraint</enum>
210          </property>
211          <property name="fieldGrowthPolicy">
212           <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
213          </property>
214          <item row="0" column="0">
215           <widget class="QLabel" name="label_3">
216            <property name="text">
217             <string>edge</string>
218            </property>
219           </widget>
220          </item>
221          <item row="0" column="1">
222           <widget class="QLineEdit" name="e_le_rb1">
223            <property name="sizePolicy">
224             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
225              <horstretch>0</horstretch>
226              <verstretch>0</verstretch>
227             </sizepolicy>
228            </property>
229            <property name="maximumSize">
230             <size>
231              <width>127</width>
232              <height>16777215</height>
233             </size>
234            </property>
235            <property name="readOnly">
236             <bool>false</bool>
237            </property>
238           </widget>
239          </item>
240          <item row="1" column="0">
241           <widget class="QLabel" name="label_4">
242            <property name="text">
243             <string>from hexa : </string>
244            </property>
245           </widget>
246          </item>
247          <item row="1" column="1">
248           <widget class="QLineEdit" name="h_le_rb1">
249            <property name="sizePolicy">
250             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
251              <horstretch>0</horstretch>
252              <verstretch>0</verstretch>
253             </sizepolicy>
254            </property>
255            <property name="maximumSize">
256             <size>
257              <width>127</width>
258              <height>16777215</height>
259             </size>
260            </property>
261            <property name="readOnly">
262             <bool>false</bool>
263            </property>
264           </widget>
265          </item>
266         </layout>
267        </widget>
268       </item>
269       <item>
270        <widget class="QWidget" name="widget_3" native="true">
271         <property name="sizePolicy">
272          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
273           <horstretch>0</horstretch>
274           <verstretch>0</verstretch>
275          </sizepolicy>
276         </property>
277         <property name="maximumSize">
278          <size>
279           <width>16777215</width>
280           <height>64</height>
281          </size>
282         </property>
283         <layout class="QFormLayout" name="formLayout_3">
284          <property name="sizeConstraint">
285           <enum>QLayout::SetDefaultConstraint</enum>
286          </property>
287          <property name="fieldGrowthPolicy">
288           <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
289          </property>
290          <item row="0" column="0">
291           <widget class="QLabel" name="label_7">
292            <property name="text">
293             <string>quad</string>
294            </property>
295           </widget>
296          </item>
297          <item row="0" column="1">
298           <widget class="QLineEdit" name="q_le_rb2">
299            <property name="sizePolicy">
300             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
301              <horstretch>0</horstretch>
302              <verstretch>0</verstretch>
303             </sizepolicy>
304            </property>
305            <property name="maximumSize">
306             <size>
307              <width>127</width>
308              <height>16777215</height>
309             </size>
310            </property>
311            <property name="readOnly">
312             <bool>false</bool>
313            </property>
314           </widget>
315          </item>
316          <item row="1" column="0">
317           <widget class="QLabel" name="label_6">
318            <property name="text">
319             <string>from hexa : </string>
320            </property>
321           </widget>
322          </item>
323          <item row="1" column="1">
324           <widget class="QLineEdit" name="h_le_rb2">
325            <property name="sizePolicy">
326             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
327              <horstretch>0</horstretch>
328              <verstretch>0</verstretch>
329             </sizepolicy>
330            </property>
331            <property name="maximumSize">
332             <size>
333              <width>127</width>
334              <height>16777215</height>
335             </size>
336            </property>
337            <property name="readOnly">
338             <bool>false</bool>
339            </property>
340           </widget>
341          </item>
342         </layout>
343        </widget>
344       </item>
345       <item>
346        <widget class="QWidget" name="widget_4" native="true">
347         <property name="sizePolicy">
348          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
349           <horstretch>0</horstretch>
350           <verstretch>0</verstretch>
351          </sizepolicy>
352         </property>
353         <property name="maximumSize">
354          <size>
355           <width>16777215</width>
356           <height>344</height>
357          </size>
358         </property>
359         <layout class="QVBoxLayout" name="verticalLayout_4">
360          <item>
361           <widget class="QGroupBox" name="groupBox_3">
362            <property name="sizePolicy">
363             <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
364              <horstretch>0</horstretch>
365              <verstretch>0</verstretch>
366             </sizepolicy>
367            </property>
368            <property name="minimumSize">
369             <size>
370              <width>0</width>
371              <height>0</height>
372             </size>
373            </property>
374            <property name="maximumSize">
375             <size>
376              <width>16777215</width>
377              <height>131</height>
378             </size>
379            </property>
380            <property name="title">
381             <string>Disconnect Edges</string>
382            </property>
383            <layout class="QVBoxLayout" name="verticalLayout_3">
384             <item>
385              <widget class="QListWidget" name="d_edges_lw">
386               <property name="sizePolicy">
387                <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
388                 <horstretch>0</horstretch>
389                 <verstretch>0</verstretch>
390                </sizepolicy>
391               </property>
392               <property name="maximumSize">
393                <size>
394                 <width>16777215</width>
395                 <height>16777215</height>
396                </size>
397               </property>
398              </widget>
399             </item>
400            </layout>
401           </widget>
402          </item>
403          <item>
404           <widget class="QGroupBox" name="groupBox_4">
405            <property name="sizePolicy">
406             <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
407              <horstretch>0</horstretch>
408              <verstretch>0</verstretch>
409             </sizepolicy>
410            </property>
411            <property name="minimumSize">
412             <size>
413              <width>0</width>
414              <height>0</height>
415             </size>
416            </property>
417            <property name="maximumSize">
418             <size>
419              <width>16777215</width>
420              <height>131</height>
421             </size>
422            </property>
423            <property name="title">
424             <string>From Hexa(s)</string>
425            </property>
426            <layout class="QVBoxLayout" name="verticalLayout_2">
427             <item>
428              <widget class="QListWidget" name="hexas_lw">
429               <property name="sizePolicy">
430                <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
431                 <horstretch>0</horstretch>
432                 <verstretch>0</verstretch>
433                </sizepolicy>
434               </property>
435               <property name="maximumSize">
436                <size>
437                 <width>16777215</width>
438                 <height>16777215</height>
439                </size>
440               </property>
441              </widget>
442             </item>
443            </layout>
444           </widget>
445          </item>
446         </layout>
447        </widget>
448       </item>
449      </layout>
450     </widget>
451    </item>
452    <item>
453     <spacer name="verticalSpacer">
454      <property name="orientation">
455       <enum>Qt::Vertical</enum>
456      </property>
457      <property name="sizeHint" stdset="0">
458       <size>
459        <width>20</width>
460        <height>10</height>
461       </size>
462      </property>
463     </spacer>
464    </item>
465   </layout>
466  </widget>
467  <resources/>
468  <connections>
469   <connection>
470    <sender>rb2</sender>
471    <signal>clicked()</signal>
472    <receiver>widget</receiver>
473    <slot>hide()</slot>
474    <hints>
475     <hint type="sourcelabel">
476      <x>255</x>
477      <y>48</y>
478     </hint>
479     <hint type="destinationlabel">
480      <x>250</x>
481      <y>111</y>
482     </hint>
483    </hints>
484   </connection>
485   <connection>
486    <sender>rb1</sender>
487    <signal>clicked()</signal>
488    <receiver>widget_4</receiver>
489    <slot>hide()</slot>
490    <hints>
491     <hint type="sourcelabel">
492      <x>140</x>
493      <y>40</y>
494     </hint>
495     <hint type="destinationlabel">
496      <x>167</x>
497      <y>479</y>
498     </hint>
499    </hints>
500   </connection>
501   <connection>
502    <sender>rb2</sender>
503    <signal>clicked()</signal>
504    <receiver>widget_4</receiver>
505    <slot>hide()</slot>
506    <hints>
507     <hint type="sourcelabel">
508      <x>291</x>
509      <y>40</y>
510     </hint>
511     <hint type="destinationlabel">
512      <x>167</x>
513      <y>479</y>
514     </hint>
515    </hints>
516   </connection>
517   <connection>
518    <sender>rb3</sender>
519    <signal>clicked()</signal>
520    <receiver>widget_4</receiver>
521    <slot>show()</slot>
522    <hints>
523     <hint type="sourcelabel">
524      <x>223</x>
525      <y>40</y>
526     </hint>
527     <hint type="destinationlabel">
528      <x>167</x>
529      <y>479</y>
530     </hint>
531    </hints>
532   </connection>
533   <connection>
534    <sender>rb3</sender>
535    <signal>clicked()</signal>
536    <receiver>widget_2</receiver>
537    <slot>hide()</slot>
538    <hints>
539     <hint type="sourcelabel">
540      <x>223</x>
541      <y>40</y>
542     </hint>
543     <hint type="destinationlabel">
544      <x>167</x>
545      <y>190</y>
546     </hint>
547    </hints>
548   </connection>
549   <connection>
550    <sender>rb0</sender>
551    <signal>clicked()</signal>
552    <receiver>widget_4</receiver>
553    <slot>hide()</slot>
554    <hints>
555     <hint type="sourcelabel">
556      <x>58</x>
557      <y>40</y>
558     </hint>
559     <hint type="destinationlabel">
560      <x>167</x>
561      <y>479</y>
562     </hint>
563    </hints>
564   </connection>
565   <connection>
566    <sender>rb2</sender>
567    <signal>clicked()</signal>
568    <receiver>widget_3</receiver>
569    <slot>show()</slot>
570    <hints>
571     <hint type="sourcelabel">
572      <x>258</x>
573      <y>46</y>
574     </hint>
575     <hint type="destinationlabel">
576      <x>238</x>
577      <y>310</y>
578     </hint>
579    </hints>
580   </connection>
581   <connection>
582    <sender>rb2</sender>
583    <signal>clicked()</signal>
584    <receiver>widget_2</receiver>
585    <slot>hide()</slot>
586    <hints>
587     <hint type="sourcelabel">
588      <x>271</x>
589      <y>46</y>
590     </hint>
591     <hint type="destinationlabel">
592      <x>268</x>
593      <y>194</y>
594     </hint>
595    </hints>
596   </connection>
597   <connection>
598    <sender>rb0</sender>
599    <signal>clicked()</signal>
600    <receiver>widget_3</receiver>
601    <slot>hide()</slot>
602    <hints>
603     <hint type="sourcelabel">
604      <x>41</x>
605      <y>49</y>
606     </hint>
607     <hint type="destinationlabel">
608      <x>73</x>
609      <y>310</y>
610     </hint>
611    </hints>
612   </connection>
613   <connection>
614    <sender>rb1</sender>
615    <signal>clicked()</signal>
616    <receiver>widget</receiver>
617    <slot>hide()</slot>
618    <hints>
619     <hint type="sourcelabel">
620      <x>153</x>
621      <y>51</y>
622     </hint>
623     <hint type="destinationlabel">
624      <x>143</x>
625      <y>109</y>
626     </hint>
627    </hints>
628   </connection>
629   <connection>
630    <sender>rb0</sender>
631    <signal>clicked()</signal>
632    <receiver>widget_2</receiver>
633    <slot>hide()</slot>
634    <hints>
635     <hint type="sourcelabel">
636      <x>94</x>
637      <y>46</y>
638     </hint>
639     <hint type="destinationlabel">
640      <x>181</x>
641      <y>180</y>
642     </hint>
643    </hints>
644   </connection>
645   <connection>
646    <sender>rb0</sender>
647    <signal>clicked()</signal>
648    <receiver>widget</receiver>
649    <slot>show()</slot>
650    <hints>
651     <hint type="sourcelabel">
652      <x>61</x>
653      <y>48</y>
654     </hint>
655     <hint type="destinationlabel">
656      <x>76</x>
657      <y>104</y>
658     </hint>
659    </hints>
660   </connection>
661   <connection>
662    <sender>rb1</sender>
663    <signal>clicked()</signal>
664    <receiver>widget_2</receiver>
665    <slot>show()</slot>
666    <hints>
667     <hint type="sourcelabel">
668      <x>197</x>
669      <y>48</y>
670     </hint>
671     <hint type="destinationlabel">
672      <x>218</x>
673      <y>182</y>
674     </hint>
675    </hints>
676   </connection>
677   <connection>
678    <sender>rb1</sender>
679    <signal>clicked()</signal>
680    <receiver>widget_3</receiver>
681    <slot>hide()</slot>
682    <hints>
683     <hint type="sourcelabel">
684      <x>182</x>
685      <y>38</y>
686     </hint>
687     <hint type="destinationlabel">
688      <x>190</x>
689      <y>310</y>
690     </hint>
691    </hints>
692   </connection>
693   <connection>
694    <sender>rb3</sender>
695    <signal>clicked()</signal>
696    <receiver>widget_3</receiver>
697    <slot>hide()</slot>
698    <hints>
699     <hint type="sourcelabel">
700      <x>223</x>
701      <y>40</y>
702     </hint>
703     <hint type="destinationlabel">
704      <x>167</x>
705      <y>260</y>
706     </hint>
707    </hints>
708   </connection>
709   <connection>
710    <sender>rb3</sender>
711    <signal>clicked()</signal>
712    <receiver>widget</receiver>
713    <slot>hide()</slot>
714    <hints>
715     <hint type="sourcelabel">
716      <x>223</x>
717      <y>40</y>
718     </hint>
719     <hint type="destinationlabel">
720      <x>167</x>
721      <y>120</y>
722     </hint>
723    </hints>
724   </connection>
725  </connections>
726 </ui>