Salome HOME
premiere version
[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>203</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_2">
36    <item>
37     <layout class="QHBoxLayout" name="horizontalLayout_3">
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         <item>
54          <spacer name="horizontalSpacer_5">
55           <property name="orientation">
56            <enum>Qt::Horizontal</enum>
57           </property>
58           <property name="sizeType">
59            <enum>QSizePolicy::Fixed</enum>
60           </property>
61           <property name="sizeHint" stdset="0">
62            <size>
63             <width>13</width>
64             <height>20</height>
65            </size>
66           </property>
67          </spacer>
68         </item>
69         <item>
70          <widget class="MonBoutonValide" name="RBValide">
71           <property name="minimumSize">
72            <size>
73             <width>17</width>
74             <height>31</height>
75            </size>
76           </property>
77           <property name="maximumSize">
78            <size>
79             <width>21</width>
80             <height>31</height>
81            </size>
82           </property>
83           <property name="toolTip">
84            <string>Affiche le rapport de validité de la commande</string>
85           </property>
86           <property name="styleSheet">
87            <string notr="true">border : 0px</string>
88           </property>
89           <property name="text">
90            <string>...</string>
91           </property>
92           <property name="icon">
93            <iconset>
94             <normaloff>../../../../../../home/A96028/Install_EficasV1/ArbreEficas/Editeur/icons/ast-green-ball.png</normaloff>../../../../../../home/A96028/Install_EficasV1/ArbreEficas/Editeur/icons/ast-green-ball.png</iconset>
95           </property>
96           <property name="iconSize">
97            <size>
98             <width>21</width>
99             <height>31</height>
100            </size>
101           </property>
102          </widget>
103         </item>
104         <item>
105          <spacer name="horizontalSpacer_3">
106           <property name="orientation">
107            <enum>Qt::Horizontal</enum>
108           </property>
109           <property name="sizeType">
110            <enum>QSizePolicy::Fixed</enum>
111           </property>
112           <property name="sizeHint" stdset="0">
113            <size>
114             <width>13</width>
115             <height>20</height>
116            </size>
117           </property>
118          </spacer>
119         </item>
120         <item>
121          <widget class="QLabel" name="labelNomCommande">
122           <property name="sizePolicy">
123            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
124             <horstretch>0</horstretch>
125             <verstretch>0</verstretch>
126            </sizepolicy>
127           </property>
128           <property name="minimumSize">
129            <size>
130             <width>150</width>
131             <height>31</height>
132            </size>
133           </property>
134           <property name="frameShape">
135            <enum>QFrame::NoFrame</enum>
136           </property>
137           <property name="frameShadow">
138            <enum>QFrame::Raised</enum>
139           </property>
140           <property name="text">
141            <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>
142           </property>
143          </widget>
144         </item>
145         <item>
146          <spacer name="horizontalSpacer">
147           <property name="orientation">
148            <enum>Qt::Horizontal</enum>
149           </property>
150           <property name="sizeType">
151            <enum>QSizePolicy::Maximum</enum>
152           </property>
153           <property name="sizeHint" stdset="0">
154            <size>
155             <width>162</width>
156             <height>40</height>
157            </size>
158           </property>
159          </spacer>
160         </item>
161         <item>
162          <widget class="QLineEdit" name="LENom">
163           <property name="sizePolicy">
164            <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
165             <horstretch>0</horstretch>
166             <verstretch>0</verstretch>
167            </sizepolicy>
168           </property>
169           <property name="toolTip">
170            <string>Nom de l'objet</string>
171           </property>
172           <property name="styleSheet">
173            <string notr="true"> QLineEdit {
174      border: 2px solid gray;
175      border-radius: 10px;
176      padding: 0 8px;
177      background: darkgray;
178    /*  selection-background-color: darkgray;*/
179  }</string>
180           </property>
181           <property name="readOnly">
182            <bool>false</bool>
183           </property>
184          </widget>
185         </item>
186         <item>
187          <spacer name="horizontalSpacer_2">
188           <property name="orientation">
189            <enum>Qt::Horizontal</enum>
190           </property>
191           <property name="sizeType">
192            <enum>QSizePolicy::Maximum</enum>
193           </property>
194           <property name="sizeHint" stdset="0">
195            <size>
196             <width>78</width>
197             <height>40</height>
198            </size>
199           </property>
200          </spacer>
201         </item>
202         <item>
203          <layout class="QHBoxLayout" name="horizontalLayout_2">
204           <property name="spacing">
205            <number>4</number>
206           </property>
207           <property name="sizeConstraint">
208            <enum>QLayout::SetFixedSize</enum>
209           </property>
210           <item>
211            <widget class="QToolButton" name="RBRun">
212             <property name="minimumSize">
213              <size>
214               <width>21</width>
215               <height>31</height>
216              </size>
217             </property>
218             <property name="maximumSize">
219              <size>
220               <width>21</width>
221               <height>31</height>
222              </size>
223             </property>
224             <property name="toolTip">
225              <string>Lance un script associé Ã  la commande</string>
226             </property>
227             <property name="styleSheet">
228              <string notr="true">border : 0px</string>
229             </property>
230             <property name="text">
231              <string>...</string>
232             </property>
233             <property name="icon">
234              <iconset>
235               <normaloff>../../../../../../home/A96028/Install_EficasV1/ArbreEficas/Editeur/icons/roue.png</normaloff>../../../../../../home/A96028/Install_EficasV1/ArbreEficas/Editeur/icons/roue.png</iconset>
236             </property>
237             <property name="iconSize">
238              <size>
239               <width>21</width>
240               <height>31</height>
241              </size>
242             </property>
243            </widget>
244           </item>
245           <item>
246            <widget class="QToolButton" name="RBInfo">
247             <property name="minimumSize">
248              <size>
249               <width>21</width>
250               <height>31</height>
251              </size>
252             </property>
253             <property name="maximumSize">
254              <size>
255               <width>21</width>
256               <height>31</height>
257              </size>
258             </property>
259             <property name="toolTip">
260              <string>ouvre un navigateur sur l'aide contextuelle</string>
261             </property>
262             <property name="styleSheet">
263              <string notr="true">border : 0px</string>
264             </property>
265             <property name="text">
266              <string>...</string>
267             </property>
268             <property name="icon">
269              <iconset>
270               <normaloff>../../../../../../home/A96028/Install_EficasV1/ArbreEficas/Editeur/icons/point-interrogation30.png</normaloff>../../../../../../home/A96028/Install_EficasV1/ArbreEficas/Editeur/icons/point-interrogation30.png</iconset>
271             </property>
272             <property name="iconSize">
273              <size>
274               <width>21</width>
275               <height>31</height>
276              </size>
277             </property>
278            </widget>
279           </item>
280           <item>
281            <widget class="QToolButton" name="RBRegle">
282             <property name="minimumSize">
283              <size>
284               <width>21</width>
285               <height>31</height>
286              </size>
287             </property>
288             <property name="maximumSize">
289              <size>
290               <width>21</width>
291               <height>31</height>
292              </size>
293             </property>
294             <property name="toolTip">
295              <string>affiche les régles de validité</string>
296             </property>
297             <property name="styleSheet">
298              <string notr="true">border : 0px</string>
299             </property>
300             <property name="text">
301              <string>...</string>
302             </property>
303             <property name="icon">
304              <iconset>
305               <normaloff>../../../../../../home/A96028/Install_EficasV1/ArbreEficas/Editeur/icons/lettreRblanc30.png</normaloff>../../../../../../home/A96028/Install_EficasV1/ArbreEficas/Editeur/icons/lettreRblanc30.png</iconset>
306             </property>
307             <property name="iconSize">
308              <size>
309               <width>21</width>
310               <height>31</height>
311              </size>
312             </property>
313            </widget>
314           </item>
315          </layout>
316         </item>
317         <item>
318          <spacer name="horizontalSpacer_4">
319           <property name="orientation">
320            <enum>Qt::Horizontal</enum>
321           </property>
322           <property name="sizeType">
323            <enum>QSizePolicy::Fixed</enum>
324           </property>
325           <property name="sizeHint" stdset="0">
326            <size>
327             <width>13</width>
328             <height>20</height>
329            </size>
330           </property>
331          </spacer>
332         </item>
333         <item>
334          <widget class="QToolButton" name="RBPoubelle">
335           <property name="minimumSize">
336            <size>
337             <width>21</width>
338             <height>31</height>
339            </size>
340           </property>
341           <property name="maximumSize">
342            <size>
343             <width>21</width>
344             <height>31</height>
345            </size>
346           </property>
347           <property name="toolTip">
348            <string>Détruit la commande</string>
349           </property>
350           <property name="styleSheet">
351            <string notr="true">border : 0px</string>
352           </property>
353           <property name="text">
354            <string>...</string>
355           </property>
356           <property name="icon">
357            <iconset>
358             <normaloff>../../../../../../home/A96028/Install_EficasV1/ArbreEficas/Editeur/icons/deleteRond.png</normaloff>../../../../../../home/A96028/Install_EficasV1/ArbreEficas/Editeur/icons/deleteRond.png</iconset>
359           </property>
360           <property name="iconSize">
361            <size>
362             <width>21</width>
363             <height>31</height>
364            </size>
365           </property>
366          </widget>
367         </item>
368        </layout>
369        <zorder>RBValide</zorder>
370        <zorder>labelNomCommande</zorder>
371        <zorder>LENom</zorder>
372        <zorder>horizontalSpacer_3</zorder>
373        <zorder>horizontalSpacer_4</zorder>
374        <zorder>RBPoubelle</zorder>
375        <zorder>horizontalSpacer_5</zorder>
376       </widget>
377      </item>
378      <item>
379       <layout class="QVBoxLayout" name="verticalLayout_4">
380        <property name="spacing">
381         <number>0</number>
382        </property>
383        <property name="sizeConstraint">
384         <enum>QLayout::SetFixedSize</enum>
385        </property>
386        <item>
387         <spacer name="verticalSpacer_2">
388          <property name="orientation">
389           <enum>Qt::Vertical</enum>
390          </property>
391          <property name="sizeType">
392           <enum>QSizePolicy::Fixed</enum>
393          </property>
394          <property name="sizeHint" stdset="0">
395           <size>
396            <width>20</width>
397            <height>5</height>
398           </size>
399          </property>
400         </spacer>
401        </item>
402        <item>
403         <widget class="QPushButton" name="bCatalogue">
404          <property name="sizePolicy">
405           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
406            <horstretch>0</horstretch>
407            <verstretch>0</verstretch>
408           </sizepolicy>
409          </property>
410          <property name="minimumSize">
411           <size>
412            <width>160</width>
413            <height>31</height>
414           </size>
415          </property>
416          <property name="toolTip">
417           <string>Affiche les commandes possibles</string>
418          </property>
419          <property name="styleSheet">
420           <string notr="true">background-color:rgb(104,110,149);
421 color :white;
422 border-radius : 12px
423 </string>
424          </property>
425          <property name="text">
426           <string>&amp;Catalogue</string>
427          </property>
428          <property name="shortcut">
429           <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
430          </property>
431          <property name="autoDefault">
432           <bool>true</bool>
433          </property>
434          <property name="default">
435           <bool>true</bool>
436          </property>
437         </widget>
438        </item>
439        <item>
440         <spacer name="verticalSpacer_3">
441          <property name="orientation">
442           <enum>Qt::Vertical</enum>
443          </property>
444          <property name="sizeType">
445           <enum>QSizePolicy::Fixed</enum>
446          </property>
447          <property name="sizeHint" stdset="0">
448           <size>
449            <width>20</width>
450            <height>5</height>
451           </size>
452          </property>
453         </spacer>
454        </item>
455       </layout>
456      </item>
457     </layout>
458    </item>
459    <item>
460     <widget class="QScrollArea" name="scrollAreaCommandes">
461      <property name="minimumSize">
462       <size>
463        <width>0</width>
464        <height>81</height>
465       </size>
466      </property>
467      <property name="styleSheet">
468       <string notr="true">background : rgb(247,247,247)
469
470
471 </string>
472      </property>
473      <property name="frameShape">
474       <enum>QFrame::NoFrame</enum>
475      </property>
476      <property name="verticalScrollBarPolicy">
477       <enum>Qt::ScrollBarAsNeeded</enum>
478      </property>
479      <property name="widgetResizable">
480       <bool>true</bool>
481      </property>
482      <widget class="QWidget" name="scrollAreaWidgetContents">
483       <property name="geometry">
484        <rect>
485         <x>0</x>
486         <y>0</y>
487         <width>1013</width>
488         <height>117</height>
489        </rect>
490       </property>
491       <layout class="QVBoxLayout" name="verticalLayout">
492        <item>
493         <layout class="QVBoxLayout" name="commandesLayout">
494          <property name="spacing">
495           <number>6</number>
496          </property>
497         </layout>
498        </item>
499       </layout>
500      </widget>
501     </widget>
502    </item>
503   </layout>
504  </widget>
505  <layoutdefault spacing="6" margin="11"/>
506  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
507  <customwidgets>
508   <customwidget>
509    <class>MonBoutonValide</class>
510    <extends>QToolButton</extends>
511    <header>monBoutonValide.h</header>
512   </customwidget>
513  </customwidgets>
514  <resources/>
515  <connections/>
516 </ui>