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