Salome HOME
debug intempestif
[tools/eficas.git] / UiQT5 / desWidgetFormule.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>WidgetFormule</class>
4  <widget class="QWidget" name="WidgetFormule">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>1156</width>
10     <height>689</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;Formule&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          </layout>
223         </item>
224         <item>
225          <spacer name="horizontalSpacer_4">
226           <property name="orientation">
227            <enum>Qt::Horizontal</enum>
228           </property>
229           <property name="sizeType">
230            <enum>QSizePolicy::Fixed</enum>
231           </property>
232           <property name="sizeHint" stdset="0">
233            <size>
234             <width>13</width>
235             <height>20</height>
236            </size>
237           </property>
238          </spacer>
239         </item>
240         <item>
241          <widget class="QToolButton" name="RBPoubelle">
242           <property name="minimumSize">
243            <size>
244             <width>21</width>
245             <height>31</height>
246            </size>
247           </property>
248           <property name="maximumSize">
249            <size>
250             <width>21</width>
251             <height>31</height>
252            </size>
253           </property>
254           <property name="focusPolicy">
255            <enum>Qt::ClickFocus</enum>
256           </property>
257           <property name="toolTip">
258            <string>Détruit la commande</string>
259           </property>
260           <property name="styleSheet">
261            <string notr="true">border : 0px</string>
262           </property>
263           <property name="text">
264            <string>...</string>
265           </property>
266           <property name="icon">
267            <iconset>
268             <normaloff>../Editeur/icons/deleteRond.png</normaloff>../Editeur/icons/deleteRond.png</iconset>
269           </property>
270           <property name="iconSize">
271            <size>
272             <width>21</width>
273             <height>31</height>
274            </size>
275           </property>
276          </widget>
277         </item>
278        </layout>
279        <zorder>RBValide</zorder>
280        <zorder>labelNomCommande</zorder>
281        <zorder>LENom</zorder>
282        <zorder>horizontalSpacer_3</zorder>
283        <zorder>horizontalSpacer_4</zorder>
284        <zorder>RBPoubelle</zorder>
285        <zorder>horizontalSpacer_5</zorder>
286       </widget>
287      </item>
288      <item>
289       <layout class="QVBoxLayout" name="verticalLayout_2">
290        <item>
291         <widget class="QPushButton" name="bCatalogue">
292          <property name="sizePolicy">
293           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
294            <horstretch>0</horstretch>
295            <verstretch>0</verstretch>
296           </sizepolicy>
297          </property>
298          <property name="minimumSize">
299           <size>
300            <width>160</width>
301            <height>31</height>
302           </size>
303          </property>
304          <property name="focusPolicy">
305           <enum>Qt::ClickFocus</enum>
306          </property>
307          <property name="toolTip">
308           <string>Affiche les commandes possibles</string>
309          </property>
310          <property name="styleSheet">
311           <string notr="true">background-color:rgb(104,110,149);
312 color :white;
313 border-radius : 12px
314 </string>
315          </property>
316          <property name="text">
317           <string>&amp;Commandes</string>
318          </property>
319          <property name="shortcut">
320           <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
321          </property>
322          <property name="autoDefault">
323           <bool>true</bool>
324          </property>
325          <property name="default">
326           <bool>true</bool>
327          </property>
328         </widget>
329        </item>
330        <item>
331         <layout class="QHBoxLayout" name="horizontalLayout_3">
332          <item>
333           <widget class="QPushButton" name="bAvant">
334            <property name="sizePolicy">
335             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
336              <horstretch>0</horstretch>
337              <verstretch>0</verstretch>
338             </sizepolicy>
339            </property>
340            <property name="minimumSize">
341             <size>
342              <width>60</width>
343              <height>24</height>
344             </size>
345            </property>
346            <property name="maximumSize">
347             <size>
348              <width>60</width>
349              <height>24</height>
350             </size>
351            </property>
352            <property name="focusPolicy">
353             <enum>Qt::ClickFocus</enum>
354            </property>
355            <property name="toolTip">
356             <string>Affiche le formulaire de la commande précédente</string>
357            </property>
358            <property name="styleSheet">
359             <string notr="true">background-color:rgb(104,110,149);
360 color :white;
361 border-radius : 12px
362 </string>
363            </property>
364            <property name="text">
365             <string>&lt;&lt;</string>
366            </property>
367            <property name="shortcut">
368             <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
369            </property>
370            <property name="autoDefault">
371             <bool>true</bool>
372            </property>
373            <property name="default">
374             <bool>true</bool>
375            </property>
376           </widget>
377          </item>
378          <item>
379           <widget class="QPushButton" name="bApres">
380            <property name="sizePolicy">
381             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
382              <horstretch>0</horstretch>
383              <verstretch>0</verstretch>
384             </sizepolicy>
385            </property>
386            <property name="minimumSize">
387             <size>
388              <width>60</width>
389              <height>24</height>
390             </size>
391            </property>
392            <property name="maximumSize">
393             <size>
394              <width>60</width>
395              <height>24</height>
396             </size>
397            </property>
398            <property name="focusPolicy">
399             <enum>Qt::ClickFocus</enum>
400            </property>
401            <property name="toolTip">
402             <string>Affiche le formulaire de la commande suivante</string>
403            </property>
404            <property name="styleSheet">
405             <string notr="true">background-color:rgb(104,110,149);
406 color :white;
407 border-radius : 12px
408 </string>
409            </property>
410            <property name="text">
411             <string>&gt;&gt;</string>
412            </property>
413            <property name="shortcut">
414             <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
415            </property>
416            <property name="autoDefault">
417             <bool>true</bool>
418            </property>
419            <property name="default">
420             <bool>true</bool>
421            </property>
422           </widget>
423          </item>
424         </layout>
425        </item>
426       </layout>
427      </item>
428     </layout>
429    </item>
430    <item>
431     <widget class="QScrollArea" name="scrollAreaCommandes">
432      <property name="minimumSize">
433       <size>
434        <width>0</width>
435        <height>81</height>
436       </size>
437      </property>
438      <property name="styleSheet">
439       <string notr="true">background : rgb(247,247,247)
440
441
442 </string>
443      </property>
444      <property name="frameShape">
445       <enum>QFrame::NoFrame</enum>
446      </property>
447      <property name="verticalScrollBarPolicy">
448       <enum>Qt::ScrollBarAsNeeded</enum>
449      </property>
450      <property name="horizontalScrollBarPolicy">
451       <enum>Qt::ScrollBarAsNeeded</enum>
452      </property>
453      <property name="widgetResizable">
454       <bool>true</bool>
455      </property>
456      <widget class="QWidget" name="scrollAreaWidgetContents">
457       <property name="geometry">
458        <rect>
459         <x>0</x>
460         <y>0</y>
461         <width>1138</width>
462         <height>598</height>
463        </rect>
464       </property>
465       <layout class="QVBoxLayout" name="verticalLayout_5">
466        <item>
467         <layout class="QGridLayout" name="gridLayout">
468          <item row="0" column="0">
469           <widget class="QLabel" name="textLabel1_4">
470            <property name="minimumSize">
471             <size>
472              <width>0</width>
473              <height>0</height>
474             </size>
475            </property>
476            <property name="text">
477             <string>&lt;h3&gt;&lt;p align=&quot;center&quot;&gt;&lt;u&gt;&lt;b&gt;Nom de la formule&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;&lt;/h3&gt;</string>
478            </property>
479            <property name="wordWrap">
480             <bool>false</bool>
481            </property>
482           </widget>
483          </item>
484          <item row="0" column="1" rowspan="2">
485           <layout class="QVBoxLayout" name="verticalLayout">
486            <item>
487             <widget class="QLabel" name="textLabel1_2">
488              <property name="text">
489               <string>&lt;h3&gt;&lt;p align=&quot;center&quot;&gt;&lt;u&gt;&lt;b&gt;Arguments&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;&lt;/h3&gt;</string>
490              </property>
491              <property name="wordWrap">
492               <bool>false</bool>
493              </property>
494             </widget>
495            </item>
496            <item>
497             <widget class="QLabel" name="textLabel2">
498              <property name="text">
499               <string>variables séparées par des &quot;,&quot;
500           par ex. : x,y,z</string>
501              </property>
502              <property name="wordWrap">
503               <bool>false</bool>
504              </property>
505             </widget>
506            </item>
507           </layout>
508          </item>
509          <item row="0" column="4">
510           <widget class="QLabel" name="textLabel1_5">
511            <property name="sizePolicy">
512             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
513              <horstretch>0</horstretch>
514              <verstretch>0</verstretch>
515             </sizepolicy>
516            </property>
517            <property name="minimumSize">
518             <size>
519              <width>0</width>
520              <height>0</height>
521             </size>
522            </property>
523            <property name="text">
524             <string>&lt;h3&gt;&lt;p align=&quot;center&quot;&gt;&lt;u&gt;&lt;b&gt;Expression&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;&lt;/h3&gt;</string>
525            </property>
526            <property name="wordWrap">
527             <bool>false</bool>
528            </property>
529           </widget>
530          </item>
531          <item row="1" column="3">
532           <spacer name="horizontalSpacer_6">
533            <property name="orientation">
534             <enum>Qt::Horizontal</enum>
535            </property>
536            <property name="sizeType">
537             <enum>QSizePolicy::Fixed</enum>
538            </property>
539            <property name="sizeHint" stdset="0">
540             <size>
541              <width>17</width>
542              <height>17</height>
543             </size>
544            </property>
545           </spacer>
546          </item>
547          <item row="2" column="0">
548           <widget class="QLineEdit" name="LENomFormule">
549            <property name="minimumSize">
550             <size>
551              <width>0</width>
552              <height>40</height>
553             </size>
554            </property>
555           </widget>
556          </item>
557          <item row="2" column="1">
558           <layout class="QHBoxLayout" name="horizontalLayout_5">
559            <item>
560             <widget class="QLabel" name="textLabel1_6">
561              <property name="text">
562               <string>&lt;h1&gt;&lt;b&gt;(&lt;/b&gt;&lt;/h1&gt;</string>
563              </property>
564              <property name="wordWrap">
565               <bool>false</bool>
566              </property>
567             </widget>
568            </item>
569            <item>
570             <widget class="QLineEdit" name="LENomsArgs">
571              <property name="minimumSize">
572               <size>
573                <width>230</width>
574                <height>40</height>
575               </size>
576              </property>
577             </widget>
578            </item>
579            <item>
580             <widget class="QLabel" name="textLabel1_6_2">
581              <property name="text">
582               <string>&lt;h1&gt;&lt;b&gt;)&lt;/b&gt;&lt;/h1&gt;</string>
583              </property>
584              <property name="wordWrap">
585               <bool>false</bool>
586              </property>
587             </widget>
588            </item>
589           </layout>
590          </item>
591          <item row="2" column="2">
592           <layout class="QVBoxLayout" name="verticalLayout_4">
593            <item>
594             <spacer name="verticalSpacer_2">
595              <property name="orientation">
596               <enum>Qt::Vertical</enum>
597              </property>
598              <property name="sizeHint" stdset="0">
599               <size>
600                <width>20</width>
601                <height>5</height>
602               </size>
603              </property>
604             </spacer>
605            </item>
606            <item>
607             <widget class="QLabel" name="textLabel2_2">
608              <property name="sizePolicy">
609               <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
610                <horstretch>0</horstretch>
611                <verstretch>0</verstretch>
612               </sizepolicy>
613              </property>
614              <property name="minimumSize">
615               <size>
616                <width>0</width>
617                <height>35</height>
618               </size>
619              </property>
620              <property name="maximumSize">
621               <size>
622                <width>16777215</width>
623                <height>35</height>
624               </size>
625              </property>
626              <property name="text">
627               <string>&lt;font size=&quot;+4&quot; face=&quot;Helvetica&quot;&gt;&lt;b&gt;=&lt;/b&gt;&lt;/font&gt;</string>
628              </property>
629              <property name="wordWrap">
630               <bool>false</bool>
631              </property>
632             </widget>
633            </item>
634            <item>
635             <spacer name="verticalSpacer_3">
636              <property name="orientation">
637               <enum>Qt::Vertical</enum>
638              </property>
639              <property name="sizeHint" stdset="0">
640               <size>
641                <width>20</width>
642                <height>10</height>
643               </size>
644              </property>
645             </spacer>
646            </item>
647           </layout>
648          </item>
649          <item row="2" column="4">
650           <widget class="QLineEdit" name="LECorpsFormule">
651            <property name="sizePolicy">
652             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
653              <horstretch>0</horstretch>
654              <verstretch>0</verstretch>
655             </sizepolicy>
656            </property>
657            <property name="minimumSize">
658             <size>
659              <width>0</width>
660              <height>40</height>
661             </size>
662            </property>
663           </widget>
664          </item>
665         </layout>
666        </item>
667        <item>
668         <spacer name="verticalSpacer">
669          <property name="orientation">
670           <enum>Qt::Vertical</enum>
671          </property>
672          <property name="sizeHint" stdset="0">
673           <size>
674            <width>20</width>
675            <height>446</height>
676           </size>
677          </property>
678         </spacer>
679        </item>
680       </layout>
681      </widget>
682     </widget>
683    </item>
684   </layout>
685  </widget>
686  <layoutdefault spacing="6" margin="11"/>
687  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
688  <customwidgets>
689   <customwidget>
690    <class>MonBoutonValide</class>
691    <extends>QToolButton</extends>
692    <header>monBoutonValide.h</header>
693   </customwidget>
694   <customwidget>
695    <class>MonLabelClic</class>
696    <extends>QLabel</extends>
697    <header>monLabelClic.h</header>
698   </customwidget>
699  </customwidgets>
700  <tabstops>
701   <tabstop>scrollAreaCommandes</tabstop>
702   <tabstop>LENomsArgs</tabstop>
703   <tabstop>LECorpsFormule</tabstop>
704   <tabstop>LENom</tabstop>
705   <tabstop>LENomFormule</tabstop>
706  </tabstops>
707  <resources/>
708  <connections/>
709 </ui>