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