Salome HOME
22-06
[tools/eficas.git] / UiQT5 / desWidgetCommande.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>WidgetCommande</class>
4  <widget class="QWidget" name="WidgetCommande">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>1353</width>
10     <height>596</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="minimumSize">
20    <size>
21     <width>0</width>
22     <height>0</height>
23    </size>
24   </property>
25   <property name="windowTitle">
26    <string>DCommandeUnique</string>
27   </property>
28   <property name="toolTip">
29    <string/>
30   </property>
31   <property name="styleSheet">
32    <string notr="true">background-color : rgb(224,223,222);
33 font : 'times' 9px</string>
34   </property>
35   <layout class="QVBoxLayout" name="verticalLayout_4">
36    <property name="spacing">
37     <number>0</number>
38    </property>
39    <property name="margin">
40     <number>0</number>
41    </property>
42    <item>
43     <widget class="QFrame" name="frameAffichage">
44      <property name="sizePolicy">
45       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
46        <horstretch>0</horstretch>
47        <verstretch>0</verstretch>
48       </sizepolicy>
49      </property>
50      <property name="minimumSize">
51       <size>
52        <width>0</width>
53        <height>130</height>
54       </size>
55      </property>
56      <property name="maximumSize">
57       <size>
58        <width>16777215</width>
59        <height>130</height>
60       </size>
61      </property>
62      <property name="styleSheet">
63       <string notr="true">background-color:rgb(224,223,222)</string>
64      </property>
65      <property name="frameShape">
66       <enum>QFrame::NoFrame</enum>
67      </property>
68      <property name="frameShadow">
69       <enum>QFrame::Raised</enum>
70      </property>
71      <layout class="QGridLayout" name="gridLayout_2">
72       <item row="0" column="0">
73        <widget class="QFrame" name="frame_2">
74         <property name="sizePolicy">
75          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
76           <horstretch>0</horstretch>
77           <verstretch>0</verstretch>
78          </sizepolicy>
79         </property>
80         <property name="frameShape">
81          <enum>QFrame::Box</enum>
82         </property>
83         <property name="frameShadow">
84          <enum>QFrame::Raised</enum>
85         </property>
86         <layout class="QHBoxLayout" name="horizontalLayout">
87          <property name="spacing">
88           <number>0</number>
89          </property>
90          <item>
91           <spacer name="horizontalSpacer_5">
92            <property name="orientation">
93             <enum>Qt::Horizontal</enum>
94            </property>
95            <property name="sizeType">
96             <enum>QSizePolicy::Fixed</enum>
97            </property>
98            <property name="sizeHint" stdset="0">
99             <size>
100              <width>13</width>
101              <height>20</height>
102             </size>
103            </property>
104           </spacer>
105          </item>
106          <item>
107           <widget class="MonBoutonValide" name="RBValide">
108            <property name="minimumSize">
109             <size>
110              <width>17</width>
111              <height>31</height>
112             </size>
113            </property>
114            <property name="maximumSize">
115             <size>
116              <width>21</width>
117              <height>31</height>
118             </size>
119            </property>
120            <property name="focusPolicy">
121             <enum>Qt::ClickFocus</enum>
122            </property>
123            <property name="toolTip">
124             <string>Affiche le rapport de validité de la commande</string>
125            </property>
126            <property name="styleSheet">
127             <string notr="true">border : 0px</string>
128            </property>
129            <property name="text">
130             <string>...</string>
131            </property>
132            <property name="icon">
133             <iconset>
134              <normaloff>../Editeur/icons/ast-green-ball.png</normaloff>../Editeur/icons/ast-green-ball.png</iconset>
135            </property>
136            <property name="iconSize">
137             <size>
138              <width>21</width>
139              <height>31</height>
140             </size>
141            </property>
142           </widget>
143          </item>
144          <item>
145           <spacer name="horizontalSpacer_3">
146            <property name="orientation">
147             <enum>Qt::Horizontal</enum>
148            </property>
149            <property name="sizeType">
150             <enum>QSizePolicy::Fixed</enum>
151            </property>
152            <property name="sizeHint" stdset="0">
153             <size>
154              <width>13</width>
155              <height>20</height>
156             </size>
157            </property>
158           </spacer>
159          </item>
160          <item>
161           <widget class="MonLabelClic" name="labelNomCommande">
162            <property name="sizePolicy">
163             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
164              <horstretch>0</horstretch>
165              <verstretch>0</verstretch>
166             </sizepolicy>
167            </property>
168            <property name="minimumSize">
169             <size>
170              <width>150</width>
171              <height>31</height>
172             </size>
173            </property>
174            <property name="frameShape">
175             <enum>QFrame::NoFrame</enum>
176            </property>
177            <property name="frameShadow">
178             <enum>QFrame::Raised</enum>
179            </property>
180            <property name="text">
181             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#0000ff;&quot;&gt;commande &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
182            </property>
183           </widget>
184          </item>
185          <item>
186           <spacer name="toto">
187            <property name="orientation">
188             <enum>Qt::Horizontal</enum>
189            </property>
190            <property name="sizeType">
191             <enum>QSizePolicy::Maximum</enum>
192            </property>
193            <property name="sizeHint" stdset="0">
194             <size>
195              <width>2</width>
196              <height>40</height>
197             </size>
198            </property>
199           </spacer>
200          </item>
201          <item>
202           <widget class="QLineEdit" name="LENom">
203            <property name="sizePolicy">
204             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
205              <horstretch>0</horstretch>
206              <verstretch>0</verstretch>
207             </sizepolicy>
208            </property>
209            <property name="toolTip">
210             <string>Nom de l'objet. Seuls, les objets valides peuvent être nommés</string>
211            </property>
212            <property name="styleSheet">
213             <string notr="true"> QLineEdit {
214      border: 2px solid gray;
215      border-radius: 10px;
216      padding: 0 8px;
217      background: darkgray;
218    /*  selection-background-color: darkgray;*/
219  }
220 QLineEdit:disabled
221 {
222     background: lightgray;
223 }
224 /*read-only {
225      background: lightblue;*/</string>
226            </property>
227            <property name="readOnly">
228             <bool>false</bool>
229            </property>
230           </widget>
231          </item>
232          <item>
233           <spacer name="horizontalSpacer_7">
234            <property name="orientation">
235             <enum>Qt::Horizontal</enum>
236            </property>
237            <property name="sizeHint" stdset="0">
238             <size>
239              <width>108</width>
240              <height>20</height>
241             </size>
242            </property>
243           </spacer>
244          </item>
245          <item>
246           <spacer name="horizontalSpacer_2">
247            <property name="orientation">
248             <enum>Qt::Horizontal</enum>
249            </property>
250            <property name="sizeType">
251             <enum>QSizePolicy::Ignored</enum>
252            </property>
253            <property name="sizeHint" stdset="0">
254             <size>
255              <width>2</width>
256              <height>40</height>
257             </size>
258            </property>
259           </spacer>
260          </item>
261          <item>
262           <layout class="QHBoxLayout" name="horizontalLayout_2">
263            <property name="spacing">
264             <number>4</number>
265            </property>
266            <property name="sizeConstraint">
267             <enum>QLayout::SetFixedSize</enum>
268            </property>
269            <item>
270             <widget class="QToolButton" name="RBRun">
271              <property name="minimumSize">
272               <size>
273                <width>21</width>
274                <height>31</height>
275               </size>
276              </property>
277              <property name="maximumSize">
278               <size>
279                <width>21</width>
280                <height>31</height>
281               </size>
282              </property>
283              <property name="focusPolicy">
284               <enum>Qt::ClickFocus</enum>
285              </property>
286              <property name="toolTip">
287               <string>Lance un script associé à la commande</string>
288              </property>
289              <property name="styleSheet">
290               <string notr="true">border : 0px</string>
291              </property>
292              <property name="text">
293               <string>...</string>
294              </property>
295              <property name="icon">
296               <iconset>
297                <normaloff>../Editeur/icons/roue.png</normaloff>../Editeur/icons/roue.png</iconset>
298              </property>
299              <property name="iconSize">
300               <size>
301                <width>21</width>
302                <height>31</height>
303               </size>
304              </property>
305             </widget>
306            </item>
307            <item>
308             <widget class="QComboBox" name="CBScripts">
309              <property name="sizePolicy">
310               <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
311                <horstretch>0</horstretch>
312                <verstretch>0</verstretch>
313               </sizepolicy>
314              </property>
315              <property name="minimumSize">
316               <size>
317                <width>0</width>
318                <height>38</height>
319               </size>
320              </property>
321              <property name="frame">
322               <bool>true</bool>
323              </property>
324             </widget>
325            </item>
326            <item>
327             <widget class="QToolButton" name="RBInfo">
328              <property name="minimumSize">
329               <size>
330                <width>21</width>
331                <height>31</height>
332               </size>
333              </property>
334              <property name="maximumSize">
335               <size>
336                <width>31</width>
337                <height>31</height>
338               </size>
339              </property>
340              <property name="focusPolicy">
341               <enum>Qt::ClickFocus</enum>
342              </property>
343              <property name="toolTip">
344               <string>ouvre un navigateur sur l'aide contextuelle</string>
345              </property>
346              <property name="styleSheet">
347               <string notr="true">border : 0px</string>
348              </property>
349              <property name="text">
350               <string>...</string>
351              </property>
352              <property name="icon">
353               <iconset>
354                <normaloff>../Editeur/icons/point-interrogation.png</normaloff>../Editeur/icons/point-interrogation.png</iconset>
355              </property>
356              <property name="iconSize">
357               <size>
358                <width>21</width>
359                <height>31</height>
360               </size>
361              </property>
362             </widget>
363            </item>
364            <item>
365             <widget class="QToolButton" name="RBRegle">
366              <property name="minimumSize">
367               <size>
368                <width>21</width>
369                <height>31</height>
370               </size>
371              </property>
372              <property name="maximumSize">
373               <size>
374                <width>31</width>
375                <height>31</height>
376               </size>
377              </property>
378              <property name="focusPolicy">
379               <enum>Qt::ClickFocus</enum>
380              </property>
381              <property name="toolTip">
382               <string>affiche les régles de validité</string>
383              </property>
384              <property name="styleSheet">
385               <string notr="true">border : 0px</string>
386              </property>
387              <property name="text">
388               <string>...</string>
389              </property>
390              <property name="icon">
391               <iconset>
392                <normaloff>../Editeur/icons/lettreRblanc30.png</normaloff>../Editeur/icons/lettreRblanc30.png</iconset>
393              </property>
394              <property name="iconSize">
395               <size>
396                <width>21</width>
397                <height>31</height>
398               </size>
399              </property>
400             </widget>
401            </item>
402           </layout>
403          </item>
404          <item>
405           <spacer name="horizontalSpacer_4">
406            <property name="orientation">
407             <enum>Qt::Horizontal</enum>
408            </property>
409            <property name="sizeType">
410             <enum>QSizePolicy::Fixed</enum>
411            </property>
412            <property name="sizeHint" stdset="0">
413             <size>
414              <width>13</width>
415              <height>20</height>
416             </size>
417            </property>
418           </spacer>
419          </item>
420          <item>
421           <widget class="QToolButton" name="RBPoubelle">
422            <property name="minimumSize">
423             <size>
424              <width>21</width>
425              <height>31</height>
426             </size>
427            </property>
428            <property name="maximumSize">
429             <size>
430              <width>21</width>
431              <height>31</height>
432             </size>
433            </property>
434            <property name="focusPolicy">
435             <enum>Qt::ClickFocus</enum>
436            </property>
437            <property name="toolTip">
438             <string>Détruit la commande</string>
439            </property>
440            <property name="styleSheet">
441             <string notr="true">border : 0px</string>
442            </property>
443            <property name="text">
444             <string>...</string>
445            </property>
446            <property name="icon">
447             <iconset>
448              <normaloff>../Editeur/icons/deleteRond.png</normaloff>../Editeur/icons/deleteRond.png</iconset>
449            </property>
450            <property name="iconSize">
451             <size>
452              <width>21</width>
453              <height>31</height>
454             </size>
455            </property>
456           </widget>
457          </item>
458         </layout>
459         <zorder>RBValide</zorder>
460         <zorder>labelNomCommande</zorder>
461         <zorder>LENom</zorder>
462         <zorder>horizontalSpacer_3</zorder>
463         <zorder>horizontalSpacer_4</zorder>
464         <zorder>RBPoubelle</zorder>
465         <zorder>horizontalSpacer_5</zorder>
466         <zorder>horizontalSpacer_7</zorder>
467        </widget>
468       </item>
469       <item row="0" column="1">
470        <widget class="QPushButton" name="bCatalogue">
471         <property name="sizePolicy">
472          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
473           <horstretch>0</horstretch>
474           <verstretch>0</verstretch>
475          </sizepolicy>
476         </property>
477         <property name="minimumSize">
478          <size>
479           <width>160</width>
480           <height>40</height>
481          </size>
482         </property>
483         <property name="focusPolicy">
484          <enum>Qt::ClickFocus</enum>
485         </property>
486         <property name="toolTip">
487          <string>Affiche les commandes possibles</string>
488         </property>
489         <property name="styleSheet">
490          <string notr="true">background-color:rgb(104,110,149);
491 color :white;
492 border-radius : 12px
493 </string>
494         </property>
495         <property name="text">
496          <string>&amp;Commandes</string>
497         </property>
498         <property name="shortcut">
499          <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
500         </property>
501         <property name="autoDefault">
502          <bool>true</bool>
503         </property>
504         <property name="default">
505          <bool>true</bool>
506         </property>
507        </widget>
508       </item>
509       <item row="1" column="0">
510        <widget class="QLabel" name="labelDoc">
511         <property name="text">
512          <string>TextLabel</string>
513         </property>
514        </widget>
515       </item>
516       <item row="1" column="1">
517        <layout class="QGridLayout" name="gridLayout">
518         <item row="0" column="0">
519          <widget class="QPushButton" name="bAvant">
520           <property name="sizePolicy">
521            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
522             <horstretch>0</horstretch>
523             <verstretch>0</verstretch>
524            </sizepolicy>
525           </property>
526           <property name="minimumSize">
527            <size>
528             <width>60</width>
529             <height>24</height>
530            </size>
531           </property>
532           <property name="maximumSize">
533            <size>
534             <width>60</width>
535             <height>24</height>
536            </size>
537           </property>
538           <property name="focusPolicy">
539            <enum>Qt::ClickFocus</enum>
540           </property>
541           <property name="toolTip">
542            <string>Affiche le formulaire de la commande précédente</string>
543           </property>
544           <property name="styleSheet">
545            <string notr="true">background-color:rgb(104,110,149);
546 color :white;
547 border-radius : 12px
548 </string>
549           </property>
550           <property name="text">
551            <string>&lt;&lt;</string>
552           </property>
553           <property name="shortcut">
554            <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
555           </property>
556           <property name="autoDefault">
557            <bool>true</bool>
558           </property>
559           <property name="default">
560            <bool>true</bool>
561           </property>
562          </widget>
563         </item>
564         <item row="0" column="1">
565          <widget class="QPushButton" name="bApres">
566           <property name="sizePolicy">
567            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
568             <horstretch>0</horstretch>
569             <verstretch>0</verstretch>
570            </sizepolicy>
571           </property>
572           <property name="minimumSize">
573            <size>
574             <width>60</width>
575             <height>24</height>
576            </size>
577           </property>
578           <property name="maximumSize">
579            <size>
580             <width>60</width>
581             <height>24</height>
582            </size>
583           </property>
584           <property name="focusPolicy">
585            <enum>Qt::ClickFocus</enum>
586           </property>
587           <property name="toolTip">
588            <string>Affiche le formulaire de la commande suivante</string>
589           </property>
590           <property name="styleSheet">
591            <string notr="true">background-color:rgb(104,110,149);
592 color :white;
593 border-radius : 12px
594 </string>
595           </property>
596           <property name="text">
597            <string>&gt;&gt;</string>
598           </property>
599           <property name="shortcut">
600            <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
601           </property>
602           <property name="autoDefault">
603            <bool>true</bool>
604           </property>
605           <property name="default">
606            <bool>true</bool>
607           </property>
608          </widget>
609         </item>
610         <item row="1" column="0">
611          <spacer name="verticalSpacer_2">
612           <property name="orientation">
613            <enum>Qt::Vertical</enum>
614           </property>
615           <property name="sizeHint" stdset="0">
616            <size>
617             <width>20</width>
618             <height>18</height>
619            </size>
620           </property>
621          </spacer>
622         </item>
623        </layout>
624       </item>
625      </layout>
626     </widget>
627    </item>
628    <item>
629     <widget class="QScrollArea" name="scrollAreaCommandes">
630      <property name="minimumSize">
631       <size>
632        <width>0</width>
633        <height>81</height>
634       </size>
635      </property>
636      <property name="styleSheet">
637       <string notr="true">background : rgb(247,247,247)
638
639
640 </string>
641      </property>
642      <property name="frameShape">
643       <enum>QFrame::NoFrame</enum>
644      </property>
645      <property name="verticalScrollBarPolicy">
646       <enum>Qt::ScrollBarAsNeeded</enum>
647      </property>
648      <property name="horizontalScrollBarPolicy">
649       <enum>Qt::ScrollBarAsNeeded</enum>
650      </property>
651      <property name="widgetResizable">
652       <bool>true</bool>
653      </property>
654      <widget class="QWidget" name="scrollAreaWidgetContents">
655       <property name="geometry">
656        <rect>
657         <x>0</x>
658         <y>0</y>
659         <width>1353</width>
660         <height>466</height>
661        </rect>
662       </property>
663       <layout class="QVBoxLayout" name="verticalLayout">
664        <item>
665         <layout class="QVBoxLayout" name="commandesLayout">
666          <property name="spacing">
667           <number>1</number>
668          </property>
669         </layout>
670        </item>
671        <item>
672         <spacer name="verticalSpacer">
673          <property name="orientation">
674           <enum>Qt::Vertical</enum>
675          </property>
676          <property name="sizeHint" stdset="0">
677           <size>
678            <width>20</width>
679            <height>5</height>
680           </size>
681          </property>
682         </spacer>
683        </item>
684       </layout>
685      </widget>
686     </widget>
687    </item>
688   </layout>
689  </widget>
690  <layoutdefault spacing="6" margin="11"/>
691  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
692  <customwidgets>
693   <customwidget>
694    <class>MonBoutonValide</class>
695    <extends>QToolButton</extends>
696    <header>monBoutonValide.h</header>
697   </customwidget>
698   <customwidget>
699    <class>MonLabelClic</class>
700    <extends>QLabel</extends>
701    <header>monLabelClic.h</header>
702   </customwidget>
703  </customwidgets>
704  <tabstops>
705   <tabstop>LENom</tabstop>
706  </tabstops>
707  <resources/>
708  <connections/>
709 </ui>