Salome HOME
22-06
[tools/eficas.git] / UiQT5 / desChoixCommandes.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ChoixCommandes</class>
4  <widget class="QWidget" name="ChoixCommandes">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>1244</width>
10     <height>652</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>505</width>
22     <height>0</height>
23    </size>
24   </property>
25   <property name="windowTitle">
26    <string>DMacro</string>
27   </property>
28   <property name="styleSheet">
29    <string notr="true">background-color : rgb(248,247,246)</string>
30   </property>
31   <layout class="QVBoxLayout" name="verticalLayout_4">
32    <property name="spacing">
33     <number>0</number>
34    </property>
35    <property name="margin">
36     <number>2</number>
37    </property>
38    <item>
39     <widget class="QFrame" name="frameAffichage">
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="minimumSize">
47       <size>
48        <width>0</width>
49        <height>130</height>
50       </size>
51      </property>
52      <property name="maximumSize">
53       <size>
54        <width>16777215</width>
55        <height>130</height>
56       </size>
57      </property>
58      <property name="styleSheet">
59       <string notr="true">background-color:rgb(224,223,222)</string>
60      </property>
61      <property name="frameShape">
62       <enum>QFrame::NoFrame</enum>
63      </property>
64      <property name="frameShadow">
65       <enum>QFrame::Raised</enum>
66      </property>
67      <layout class="QHBoxLayout" name="horizontalLayout_3">
68       <item>
69        <layout class="QVBoxLayout" name="verticalLayout_2">
70         <property name="spacing">
71          <number>0</number>
72         </property>
73         <property name="sizeConstraint">
74          <enum>QLayout::SetFixedSize</enum>
75         </property>
76         <item>
77          <widget class="QLabel" name="label">
78           <property name="sizePolicy">
79            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
80             <horstretch>0</horstretch>
81             <verstretch>0</verstretch>
82            </sizepolicy>
83           </property>
84           <property name="text">
85            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Affichage&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
86           </property>
87          </widget>
88         </item>
89         <item>
90          <widget class="QRadioButton" name="RBalpha">
91           <property name="toolTip">
92            <string>affiche les commandes par ordre alphabetique</string>
93           </property>
94           <property name="text">
95            <string>Alphabetique</string>
96           </property>
97          </widget>
98         </item>
99         <item>
100          <widget class="QRadioButton" name="RBOrdre">
101           <property name="toolTip">
102            <string>affiche les commandes selon les thèmes</string>
103           </property>
104           <property name="text">
105            <string>Ordre de la modélisation</string>
106           </property>
107          </widget>
108         </item>
109         <item>
110          <widget class="QRadioButton" name="RBGroupe">
111           <property name="toolTip">
112            <string>affiche les commandes selon les thèmes</string>
113           </property>
114           <property name="text">
115            <string>Par Groupe</string>
116           </property>
117          </widget>
118         </item>
119        </layout>
120       </item>
121       <item>
122        <spacer name="horizontalSpacer">
123         <property name="orientation">
124          <enum>Qt::Horizontal</enum>
125         </property>
126         <property name="sizeHint" stdset="0">
127          <size>
128           <width>109</width>
129           <height>20</height>
130          </size>
131         </property>
132        </spacer>
133       </item>
134       <item>
135        <layout class="QVBoxLayout" name="verticalLayout_3">
136         <property name="spacing">
137          <number>5</number>
138         </property>
139         <item>
140          <widget class="QLabel" name="textLabel6">
141           <property name="sizePolicy">
142            <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
143             <horstretch>0</horstretch>
144             <verstretch>0</verstretch>
145            </sizepolicy>
146           </property>
147           <property name="minimumSize">
148            <size>
149             <width>141</width>
150             <height>25</height>
151            </size>
152           </property>
153           <property name="maximumSize">
154            <size>
155             <width>16777215</width>
156             <height>25</height>
157            </size>
158           </property>
159           <property name="toolTip">
160            <string>selectionne les mots qui CONTIENNENT l expression</string>
161           </property>
162           <property name="frameShape">
163            <enum>QFrame::Box</enum>
164           </property>
165           <property name="frameShadow">
166            <enum>QFrame::Raised</enum>
167           </property>
168           <property name="lineWidth">
169            <number>1</number>
170           </property>
171           <property name="text">
172            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;Filtre Commande&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
173           </property>
174           <property name="wordWrap">
175            <bool>false</bool>
176           </property>
177          </widget>
178         </item>
179         <item>
180          <spacer name="verticalSpacer_2">
181           <property name="orientation">
182            <enum>Qt::Vertical</enum>
183           </property>
184           <property name="sizeType">
185            <enum>QSizePolicy::Fixed</enum>
186           </property>
187           <property name="sizeHint" stdset="0">
188            <size>
189             <width>20</width>
190             <height>2</height>
191            </size>
192           </property>
193          </spacer>
194         </item>
195         <item>
196          <widget class="QLineEdit" name="LEFiltre">
197           <property name="sizePolicy">
198            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
199             <horstretch>0</horstretch>
200             <verstretch>0</verstretch>
201            </sizepolicy>
202           </property>
203           <property name="minimumSize">
204            <size>
205             <width>195</width>
206             <height>30</height>
207            </size>
208           </property>
209           <property name="toolTip">
210            <string>filter commands</string>
211           </property>
212           <property name="styleSheet">
213            <string notr="true">background-color : rgb(248,247,246)</string>
214           </property>
215           <property name="frame">
216            <bool>false</bool>
217           </property>
218          </widget>
219         </item>
220         <item>
221          <layout class="QHBoxLayout" name="horizontalLayout_2">
222           <property name="sizeConstraint">
223            <enum>QLayout::SetMinimumSize</enum>
224           </property>
225           <item>
226            <widget class="QRadioButton" name="RBCasse">
227             <property name="sizePolicy">
228              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
229               <horstretch>0</horstretch>
230               <verstretch>0</verstretch>
231              </sizepolicy>
232             </property>
233             <property name="text">
234              <string>Sensible à la casse</string>
235             </property>
236             <property name="autoExclusive">
237              <bool>false</bool>
238             </property>
239            </widget>
240           </item>
241           <item>
242            <spacer name="horizontalSpacer_3">
243             <property name="orientation">
244              <enum>Qt::Horizontal</enum>
245             </property>
246             <property name="sizeHint" stdset="0">
247              <size>
248               <width>40</width>
249               <height>20</height>
250              </size>
251             </property>
252            </spacer>
253           </item>
254           <item>
255            <widget class="QPushButton" name="RBClear">
256             <property name="sizePolicy">
257              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
258               <horstretch>0</horstretch>
259               <verstretch>0</verstretch>
260              </sizepolicy>
261             </property>
262             <property name="minimumSize">
263              <size>
264               <width>100</width>
265               <height>30</height>
266              </size>
267             </property>
268             <property name="maximumSize">
269              <size>
270               <width>70</width>
271               <height>40</height>
272              </size>
273             </property>
274             <property name="toolTip">
275              <string>ré-affiche toutes les commandes</string>
276             </property>
277             <property name="styleSheet">
278              <string notr="true">background-color:rgb(104,110,149);
279 color :white;
280 border-radius : 12px
281 </string>
282             </property>
283             <property name="text">
284              <string>Effacer </string>
285             </property>
286            </widget>
287           </item>
288          </layout>
289         </item>
290        </layout>
291       </item>
292       <item>
293        <spacer name="horizontalSpacer_2">
294         <property name="orientation">
295          <enum>Qt::Horizontal</enum>
296         </property>
297         <property name="sizeHint" stdset="0">
298          <size>
299           <width>108</width>
300           <height>20</height>
301          </size>
302         </property>
303        </spacer>
304       </item>
305       <item>
306        <layout class="QVBoxLayout" name="verticalLayout_5">
307         <item>
308          <layout class="QHBoxLayout" name="horizontalLayout">
309           <item>
310            <widget class="QToolButton" name="RBRegle">
311             <property name="minimumSize">
312              <size>
313               <width>21</width>
314               <height>31</height>
315              </size>
316             </property>
317             <property name="maximumSize">
318              <size>
319               <width>21</width>
320               <height>31</height>
321              </size>
322             </property>
323             <property name="focusPolicy">
324              <enum>Qt::ClickFocus</enum>
325             </property>
326             <property name="toolTip">
327              <string>affiche les régles de validité</string>
328             </property>
329             <property name="styleSheet">
330              <string notr="true">border : 0px</string>
331             </property>
332             <property name="text">
333              <string>...</string>
334             </property>
335             <property name="icon">
336              <iconset>
337               <normaloff>../Editeur/icons/lettreRblanc30.png</normaloff>../Editeur/icons/lettreRblanc30.png</iconset>
338             </property>
339             <property name="iconSize">
340              <size>
341               <width>21</width>
342               <height>31</height>
343              </size>
344             </property>
345            </widget>
346           </item>
347           <item>
348            <widget class="QLabel" name="labelRegle">
349             <property name="text">
350              <string>Règles de construction</string>
351             </property>
352            </widget>
353           </item>
354          </layout>
355         </item>
356         <item>
357          <spacer name="verticalSpacer">
358           <property name="orientation">
359            <enum>Qt::Vertical</enum>
360           </property>
361           <property name="sizeHint" stdset="0">
362            <size>
363             <width>168</width>
364             <height>13</height>
365            </size>
366           </property>
367          </spacer>
368         </item>
369        </layout>
370       </item>
371       <item>
372        <spacer name="horizontalSpacer_6">
373         <property name="orientation">
374          <enum>Qt::Horizontal</enum>
375         </property>
376         <property name="sizeHint" stdset="0">
377          <size>
378           <width>173</width>
379           <height>20</height>
380          </size>
381         </property>
382        </spacer>
383       </item>
384      </layout>
385     </widget>
386    </item>
387    <item>
388     <widget class="QScrollArea" name="scrollAreaCommandes">
389      <property name="styleSheet">
390       <string notr="true"/>
391      </property>
392      <property name="frameShape">
393       <enum>QFrame::NoFrame</enum>
394      </property>
395      <property name="verticalScrollBarPolicy">
396       <enum>Qt::ScrollBarAsNeeded</enum>
397      </property>
398      <property name="widgetResizable">
399       <bool>true</bool>
400      </property>
401      <widget class="QWidget" name="scrollAreaWidgetContents">
402       <property name="geometry">
403        <rect>
404         <x>0</x>
405         <y>0</y>
406         <width>1240</width>
407         <height>518</height>
408        </rect>
409       </property>
410       <property name="sizePolicy">
411        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
412         <horstretch>0</horstretch>
413         <verstretch>0</verstretch>
414        </sizepolicy>
415       </property>
416       <layout class="QVBoxLayout" name="verticalLayout">
417        <property name="spacing">
418         <number>0</number>
419        </property>
420        <property name="leftMargin">
421         <number>0</number>
422        </property>
423        <property name="topMargin">
424         <number>2</number>
425        </property>
426        <property name="rightMargin">
427         <number>0</number>
428        </property>
429        <property name="bottomMargin">
430         <number>0</number>
431        </property>
432        <item>
433         <layout class="QVBoxLayout" name="commandesLayout">
434          <property name="spacing">
435           <number>0</number>
436          </property>
437         </layout>
438        </item>
439       </layout>
440      </widget>
441     </widget>
442    </item>
443   </layout>
444  </widget>
445  <layoutdefault spacing="6" margin="11"/>
446  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
447  <resources/>
448  <connections/>
449 </ui>