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