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