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