]> SALOME platform Git repositories - tools/eficas.git/blob - UiQT4/desWidgetPlusieursBase.ui
Salome HOME
onItem=Deplie
[tools/eficas.git] / UiQT4 / desWidgetPlusieursBase.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>WidgetPlusieursBase</class>
4  <widget class="QWidget" name="WidgetPlusieursBase">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>983</width>
10     <height>242</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="minimumSize">
20    <size>
21     <width>100</width>
22     <height>20</height>
23    </size>
24   </property>
25   <property name="windowTitle">
26    <string>Form</string>
27   </property>
28   <property name="styleSheet">
29    <string notr="true">/* QFrame {
30 border: 1px solid gray;
31 }*/
32 </string>
33   </property>
34   <layout class="QHBoxLayout" name="horizontalLayout_2">
35    <property name="spacing">
36     <number>0</number>
37    </property>
38    <property name="leftMargin">
39     <number>0</number>
40    </property>
41    <property name="topMargin">
42     <number>4</number>
43    </property>
44    <property name="rightMargin">
45     <number>0</number>
46    </property>
47    <property name="bottomMargin">
48     <number>5</number>
49    </property>
50    <item>
51     <layout class="QVBoxLayout" name="verticalLayout_3">
52      <property name="spacing">
53       <number>0</number>
54      </property>
55      <item>
56       <layout class="QHBoxLayout" name="horizontalLayout">
57        <property name="spacing">
58         <number>0</number>
59        </property>
60        <property name="sizeConstraint">
61         <enum>QLayout::SetFixedSize</enum>
62        </property>
63        <item>
64         <spacer name="horizontalSpacer_3">
65          <property name="orientation">
66           <enum>Qt::Horizontal</enum>
67          </property>
68          <property name="sizeType">
69           <enum>QSizePolicy::Fixed</enum>
70          </property>
71          <property name="sizeHint" stdset="0">
72           <size>
73            <width>21</width>
74            <height>20</height>
75           </size>
76          </property>
77         </spacer>
78        </item>
79        <item>
80         <widget class="MonBoutonValide" name="RBValide">
81          <property name="minimumSize">
82           <size>
83            <width>21</width>
84            <height>25</height>
85           </size>
86          </property>
87          <property name="maximumSize">
88           <size>
89            <width>21</width>
90            <height>25</height>
91           </size>
92          </property>
93          <property name="focusPolicy">
94           <enum>Qt::ClickFocus</enum>
95          </property>
96          <property name="toolTip">
97           <string>Affiche le rapport de validation du mot-clef</string>
98          </property>
99          <property name="styleSheet">
100           <string notr="true">border : 0px</string>
101          </property>
102          <property name="text">
103           <string>...</string>
104          </property>
105          <property name="icon">
106           <iconset>
107            <normaloff>../Editeur/icons/ast-green-ball.png</normaloff>../Editeur/icons/ast-green-ball.png</iconset>
108          </property>
109          <property name="iconSize">
110           <size>
111            <width>25</width>
112            <height>25</height>
113           </size>
114          </property>
115         </widget>
116        </item>
117       </layout>
118      </item>
119      <item>
120       <spacer name="verticalSpacer">
121        <property name="orientation">
122         <enum>Qt::Vertical</enum>
123        </property>
124        <property name="sizeHint" stdset="0">
125         <size>
126          <width>20</width>
127          <height>5</height>
128         </size>
129        </property>
130       </spacer>
131      </item>
132     </layout>
133    </item>
134    <item>
135     <widget class="MonLabelClic" name="label">
136      <property name="sizePolicy">
137       <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
138        <horstretch>0</horstretch>
139        <verstretch>0</verstretch>
140       </sizepolicy>
141      </property>
142      <property name="minimumSize">
143       <size>
144        <width>300</width>
145        <height>25</height>
146       </size>
147      </property>
148      <property name="maximumSize">
149       <size>
150        <width>178</width>
151        <height>16777215</height>
152       </size>
153      </property>
154      <property name="frameShape">
155       <enum>QFrame::NoFrame</enum>
156      </property>
157      <property name="text">
158       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;aaa&lt;/p&gt;&lt;p&gt;dqsklmdqm&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
159      </property>
160      <property name="scaledContents">
161       <bool>false</bool>
162      </property>
163      <property name="alignment">
164       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
165      </property>
166     </widget>
167    </item>
168    <item>
169     <layout class="QVBoxLayout" name="verticalLayout_2">
170      <property name="spacing">
171       <number>0</number>
172      </property>
173      <item>
174       <widget class="QScrollArea" name="scrollArea">
175        <property name="sizePolicy">
176         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
177          <horstretch>0</horstretch>
178          <verstretch>0</verstretch>
179         </sizepolicy>
180        </property>
181        <property name="minimumSize">
182         <size>
183          <width>400</width>
184          <height>50</height>
185         </size>
186        </property>
187        <property name="styleSheet">
188         <string notr="true">background : rgb(247,247,247);
189 border: 1px solid gray;
190 /* QFrame {
191 border: 1px solid gray;
192 }*/
193
194 </string>
195        </property>
196        <property name="frameShape">
197         <enum>QFrame::Box</enum>
198        </property>
199        <property name="frameShadow">
200         <enum>QFrame::Plain</enum>
201        </property>
202        <property name="lineWidth">
203         <number>1</number>
204        </property>
205        <property name="widgetResizable">
206         <bool>true</bool>
207        </property>
208        <property name="alignment">
209         <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
210        </property>
211        <widget class="QWidget" name="verticalWidgetLE">
212         <property name="geometry">
213          <rect>
214           <x>0</x>
215           <y>0</y>
216           <width>546</width>
217           <height>194</height>
218          </rect>
219         </property>
220         <property name="sizePolicy">
221          <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
222           <horstretch>0</horstretch>
223           <verstretch>0</verstretch>
224          </sizepolicy>
225         </property>
226         <layout class="QVBoxLayout" name="verticalLayoutLE">
227          <property name="spacing">
228           <number>2</number>
229          </property>
230          <property name="leftMargin">
231           <number>2</number>
232          </property>
233          <property name="topMargin">
234           <number>0</number>
235          </property>
236          <property name="rightMargin">
237           <number>2</number>
238          </property>
239          <property name="bottomMargin">
240           <number>0</number>
241          </property>
242          <item>
243           <spacer name="verticalSpacer_2">
244            <property name="orientation">
245             <enum>Qt::Vertical</enum>
246            </property>
247            <property name="sizeHint" stdset="0">
248             <size>
249              <width>20</width>
250              <height>40</height>
251             </size>
252            </property>
253           </spacer>
254          </item>
255         </layout>
256        </widget>
257       </widget>
258      </item>
259      <item>
260       <widget class="QFrame" name="frame">
261        <property name="frameShape">
262         <enum>QFrame::Box</enum>
263        </property>
264        <layout class="QHBoxLayout" name="horizontalLayout_6">
265         <property name="margin">
266          <number>0</number>
267         </property>
268         <item>
269          <spacer name="horizontalSpacer_5">
270           <property name="orientation">
271            <enum>Qt::Horizontal</enum>
272           </property>
273           <property name="sizeType">
274            <enum>QSizePolicy::Fixed</enum>
275           </property>
276           <property name="sizeHint" stdset="0">
277            <size>
278             <width>13</width>
279             <height>20</height>
280            </size>
281           </property>
282          </spacer>
283         </item>
284         <item>
285          <layout class="QHBoxLayout" name="horizontalLayout_4">
286           <property name="spacing">
287            <number>0</number>
288           </property>
289           <property name="sizeConstraint">
290            <enum>QLayout::SetFixedSize</enum>
291           </property>
292           <item>
293            <widget class="QToolButton" name="RBHaut">
294             <property name="minimumSize">
295              <size>
296               <width>21</width>
297               <height>31</height>
298              </size>
299             </property>
300             <property name="maximumSize">
301              <size>
302               <width>21</width>
303               <height>31</height>
304              </size>
305             </property>
306             <property name="focusPolicy">
307              <enum>Qt::ClickFocus</enum>
308             </property>
309             <property name="toolTip">
310              <string>Remonte la ligne</string>
311             </property>
312             <property name="styleSheet">
313              <string notr="true">border : 0px</string>
314             </property>
315             <property name="text">
316              <string>...</string>
317             </property>
318             <property name="icon">
319              <iconset theme="go-up">
320               <normaloff/>
321              </iconset>
322             </property>
323             <property name="iconSize">
324              <size>
325               <width>32</width>
326               <height>32</height>
327              </size>
328             </property>
329            </widget>
330           </item>
331           <item>
332            <widget class="QToolButton" name="RBBas">
333             <property name="minimumSize">
334              <size>
335               <width>21</width>
336               <height>31</height>
337              </size>
338             </property>
339             <property name="maximumSize">
340              <size>
341               <width>21</width>
342               <height>31</height>
343              </size>
344             </property>
345             <property name="focusPolicy">
346              <enum>Qt::ClickFocus</enum>
347             </property>
348             <property name="toolTip">
349              <string>Descend la ligne</string>
350             </property>
351             <property name="styleSheet">
352              <string notr="true">border : 0px</string>
353             </property>
354             <property name="text">
355              <string>...</string>
356             </property>
357             <property name="icon">
358              <iconset theme="go-down">
359               <normaloff/>
360              </iconset>
361             </property>
362             <property name="iconSize">
363              <size>
364               <width>32</width>
365               <height>32</height>
366              </size>
367             </property>
368            </widget>
369           </item>
370           <item>
371            <widget class="QToolButton" name="RBMoins">
372             <property name="minimumSize">
373              <size>
374               <width>21</width>
375               <height>31</height>
376              </size>
377             </property>
378             <property name="maximumSize">
379              <size>
380               <width>21</width>
381               <height>31</height>
382              </size>
383             </property>
384             <property name="focusPolicy">
385              <enum>Qt::ClickFocus</enum>
386             </property>
387             <property name="toolTip">
388              <string>supprime une ligne</string>
389             </property>
390             <property name="styleSheet">
391              <string notr="true">border : 0px</string>
392             </property>
393             <property name="text">
394              <string>...</string>
395             </property>
396             <property name="icon">
397              <iconset>
398               <normalon>../Editeur/icons/MoinsBleu2.png</normalon>
399              </iconset>
400             </property>
401             <property name="iconSize">
402              <size>
403               <width>32</width>
404               <height>32</height>
405              </size>
406             </property>
407            </widget>
408           </item>
409           <item>
410            <widget class="QToolButton" name="RBPlus">
411             <property name="minimumSize">
412              <size>
413               <width>21</width>
414               <height>31</height>
415              </size>
416             </property>
417             <property name="maximumSize">
418              <size>
419               <width>21</width>
420               <height>31</height>
421              </size>
422             </property>
423             <property name="focusPolicy">
424              <enum>Qt::ClickFocus</enum>
425             </property>
426             <property name="toolTip">
427              <string>Ajoute une ligne</string>
428             </property>
429             <property name="styleSheet">
430              <string notr="true">border : 0px</string>
431             </property>
432             <property name="text">
433              <string>...</string>
434             </property>
435             <property name="icon">
436              <iconset>
437               <normaloff>../Editeur/icons/PlusBleu.png</normaloff>../Editeur/icons/PlusBleu.png</iconset>
438             </property>
439             <property name="iconSize">
440              <size>
441               <width>32</width>
442               <height>32</height>
443              </size>
444             </property>
445            </widget>
446           </item>
447          </layout>
448         </item>
449         <item>
450          <spacer name="horizontalSpacer_2">
451           <property name="orientation">
452            <enum>Qt::Horizontal</enum>
453           </property>
454           <property name="sizeType">
455            <enum>QSizePolicy::Minimum</enum>
456           </property>
457           <property name="sizeHint" stdset="0">
458            <size>
459             <width>40</width>
460             <height>20</height>
461            </size>
462           </property>
463          </spacer>
464         </item>
465         <item>
466          <widget class="QToolButton" name="RBVoisListe">
467           <property name="minimumSize">
468            <size>
469             <width>21</width>
470             <height>31</height>
471            </size>
472           </property>
473           <property name="maximumSize">
474            <size>
475             <width>21</width>
476             <height>31</height>
477            </size>
478           </property>
479           <property name="focusPolicy">
480            <enum>Qt::ClickFocus</enum>
481           </property>
482           <property name="toolTip">
483            <string>Montre l'ensemble des valeurs</string>
484           </property>
485           <property name="styleSheet">
486            <string notr="true">border : 0px</string>
487           </property>
488           <property name="text">
489            <string>...</string>
490           </property>
491           <property name="icon">
492            <iconset>
493             <normaloff>../Editeur/icons/verre-loupe-icone-6087-64.png</normaloff>../Editeur/icons/verre-loupe-icone-6087-64.png</iconset>
494           </property>
495           <property name="iconSize">
496            <size>
497             <width>32</width>
498             <height>32</height>
499            </size>
500           </property>
501          </widget>
502         </item>
503         <item>
504          <spacer name="horizontalSpacer_4">
505           <property name="orientation">
506            <enum>Qt::Horizontal</enum>
507           </property>
508           <property name="sizeType">
509            <enum>QSizePolicy::Minimum</enum>
510           </property>
511           <property name="sizeHint" stdset="0">
512            <size>
513             <width>40</width>
514             <height>20</height>
515            </size>
516           </property>
517          </spacer>
518         </item>
519         <item>
520          <layout class="QHBoxLayout" name="horizontalLayout_5">
521           <property name="spacing">
522            <number>0</number>
523           </property>
524           <property name="sizeConstraint">
525            <enum>QLayout::SetFixedSize</enum>
526           </property>
527           <item>
528            <widget class="QToolButton" name="RBSalome">
529             <property name="minimumSize">
530              <size>
531               <width>21</width>
532               <height>31</height>
533              </size>
534             </property>
535             <property name="maximumSize">
536              <size>
537               <width>21</width>
538               <height>31</height>
539              </size>
540             </property>
541             <property name="focusPolicy">
542              <enum>Qt::ClickFocus</enum>
543             </property>
544             <property name="toolTip">
545              <string>Sélectionne depuis Salome</string>
546             </property>
547             <property name="styleSheet">
548              <string notr="true">border : 0px</string>
549             </property>
550             <property name="text">
551              <string>...</string>
552             </property>
553             <property name="icon">
554              <iconset>
555               <normaloff>../Editeur/icons/flecheSalome.png</normaloff>../Editeur/icons/flecheSalome.png</iconset>
556             </property>
557             <property name="iconSize">
558              <size>
559               <width>32</width>
560               <height>32</height>
561              </size>
562             </property>
563            </widget>
564           </item>
565           <item>
566            <widget class="QToolButton" name="RBSalomeVue">
567             <property name="minimumSize">
568              <size>
569               <width>21</width>
570               <height>31</height>
571              </size>
572             </property>
573             <property name="maximumSize">
574              <size>
575               <width>21</width>
576               <height>31</height>
577              </size>
578             </property>
579             <property name="focusPolicy">
580              <enum>Qt::ClickFocus</enum>
581             </property>
582             <property name="toolTip">
583              <string>Visualise dans Salome</string>
584             </property>
585             <property name="styleSheet">
586              <string notr="true">border : 0px</string>
587             </property>
588             <property name="text">
589              <string>...</string>
590             </property>
591             <property name="icon">
592              <iconset>
593               <normaloff>../Editeur/icons/eye.png</normaloff>../Editeur/icons/eye.png</iconset>
594             </property>
595             <property name="iconSize">
596              <size>
597               <width>32</width>
598               <height>32</height>
599              </size>
600             </property>
601            </widget>
602           </item>
603          </layout>
604         </item>
605        </layout>
606       </widget>
607      </item>
608     </layout>
609    </item>
610    <item>
611     <layout class="QVBoxLayout" name="verticalLayout">
612      <property name="leftMargin">
613       <number>25</number>
614      </property>
615      <property name="rightMargin">
616       <number>0</number>
617      </property>
618      <item>
619       <layout class="QHBoxLayout" name="horizontalLayout_3">
620        <property name="spacing">
621         <number>0</number>
622        </property>
623        <item>
624         <widget class="QToolButton" name="BSelectFichier">
625          <property name="sizePolicy">
626           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
627            <horstretch>0</horstretch>
628            <verstretch>0</verstretch>
629           </sizepolicy>
630          </property>
631          <property name="maximumSize">
632           <size>
633            <width>25</width>
634            <height>30</height>
635           </size>
636          </property>
637          <property name="focusPolicy">
638           <enum>Qt::ClickFocus</enum>
639          </property>
640          <property name="toolTip">
641           <string>Ouvre un fichier de sélection des valeurs</string>
642          </property>
643          <property name="styleSheet">
644           <string notr="true">border:0px</string>
645          </property>
646          <property name="text">
647           <string>...</string>
648          </property>
649          <property name="icon">
650           <iconset theme="text-x-generic">
651            <normaloff/>
652           </iconset>
653          </property>
654          <property name="iconSize">
655           <size>
656            <width>32</width>
657            <height>32</height>
658           </size>
659          </property>
660         </widget>
661        </item>
662        <item>
663         <spacer name="horizontalSpacer">
664          <property name="orientation">
665           <enum>Qt::Horizontal</enum>
666          </property>
667          <property name="sizeType">
668           <enum>QSizePolicy::Fixed</enum>
669          </property>
670          <property name="sizeHint" stdset="0">
671           <size>
672            <width>13</width>
673            <height>20</height>
674           </size>
675          </property>
676         </spacer>
677        </item>
678        <item>
679         <widget class="QToolButton" name="RBPoubelle">
680          <property name="minimumSize">
681           <size>
682            <width>21</width>
683            <height>31</height>
684           </size>
685          </property>
686          <property name="maximumSize">
687           <size>
688            <width>21</width>
689            <height>31</height>
690           </size>
691          </property>
692          <property name="focusPolicy">
693           <enum>Qt::ClickFocus</enum>
694          </property>
695          <property name="toolTip">
696           <string>Détruit le mot-clef</string>
697          </property>
698          <property name="styleSheet">
699           <string notr="true">border : 0px</string>
700          </property>
701          <property name="text">
702           <string>...</string>
703          </property>
704          <property name="icon">
705           <iconset>
706            <normaloff>../Editeur/icons/deleteRond.png</normaloff>../Editeur/icons/deleteRond.png</iconset>
707          </property>
708          <property name="iconSize">
709           <size>
710            <width>32</width>
711            <height>32</height>
712           </size>
713          </property>
714         </widget>
715        </item>
716       </layout>
717      </item>
718      <item>
719       <spacer name="verticalSpacer_6">
720        <property name="orientation">
721         <enum>Qt::Vertical</enum>
722        </property>
723        <property name="sizeHint" stdset="0">
724         <size>
725          <width>20</width>
726          <height>40</height>
727         </size>
728        </property>
729       </spacer>
730      </item>
731     </layout>
732    </item>
733   </layout>
734   <zorder></zorder>
735   <zorder>label</zorder>
736  </widget>
737  <customwidgets>
738   <customwidget>
739    <class>MonBoutonValide</class>
740    <extends>QToolButton</extends>
741    <header>monBoutonValide.h</header>
742   </customwidget>
743   <customwidget>
744    <class>MonLabelClic</class>
745    <extends>QLabel</extends>
746    <header>monLabelClic.h</header>
747   </customwidget>
748  </customwidgets>
749  <tabstops>
750   <tabstop>scrollArea</tabstop>
751   <tabstop>RBHaut</tabstop>
752   <tabstop>RBBas</tabstop>
753   <tabstop>RBMoins</tabstop>
754   <tabstop>RBVoisListe</tabstop>
755   <tabstop>RBSalome</tabstop>
756   <tabstop>RBSalomeVue</tabstop>
757   <tabstop>BSelectFichier</tabstop>
758   <tabstop>RBPoubelle</tabstop>
759  </tabstops>
760  <resources/>
761  <connections/>
762 </ui>