Salome HOME
ajout des regles
[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>1188</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="topMargin">
33     <number>0</number>
34    </property>
35    <property name="bottomMargin">
36     <number>0</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>116</height>
50       </size>
51      </property>
52      <property name="maximumSize">
53       <size>
54        <width>16777215</width>
55        <height>116</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_2">
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>382</width>
129           <height>18</height>
130          </size>
131         </property>
132        </spacer>
133       </item>
134       <item>
135        <layout class="QVBoxLayout" name="verticalLayout_3">
136         <property name="spacing">
137          <number>0</number>
138         </property>
139         <item>
140          <widget class="QLabel" name="textLabel6">
141           <property name="sizePolicy">
142            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
143             <horstretch>0</horstretch>
144             <verstretch>0</verstretch>
145            </sizepolicy>
146           </property>
147           <property name="minimumSize">
148            <size>
149             <width>141</width>
150             <height>40</height>
151            </size>
152           </property>
153           <property name="frameShape">
154            <enum>QFrame::Box</enum>
155           </property>
156           <property name="frameShadow">
157            <enum>QFrame::Raised</enum>
158           </property>
159           <property name="lineWidth">
160            <number>1</number>
161           </property>
162           <property name="text">
163            <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>
164           </property>
165           <property name="wordWrap">
166            <bool>false</bool>
167           </property>
168          </widget>
169         </item>
170         <item>
171          <widget class="QLineEdit" name="LEFiltre">
172           <property name="sizePolicy">
173            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
174             <horstretch>0</horstretch>
175             <verstretch>0</verstretch>
176            </sizepolicy>
177           </property>
178           <property name="minimumSize">
179            <size>
180             <width>195</width>
181             <height>30</height>
182            </size>
183           </property>
184           <property name="toolTip">
185            <string>filter commands</string>
186           </property>
187           <property name="styleSheet">
188            <string notr="true">background-color : rgb(248,247,246)</string>
189           </property>
190           <property name="frame">
191            <bool>false</bool>
192           </property>
193          </widget>
194         </item>
195         <item>
196          <spacer name="verticalSpacer_4">
197           <property name="orientation">
198            <enum>Qt::Vertical</enum>
199           </property>
200           <property name="sizeHint" stdset="0">
201            <size>
202             <width>306</width>
203             <height>5</height>
204            </size>
205           </property>
206          </spacer>
207         </item>
208        </layout>
209       </item>
210       <item>
211        <spacer name="horizontalSpacer_3">
212         <property name="orientation">
213          <enum>Qt::Horizontal</enum>
214         </property>
215         <property name="sizeType">
216          <enum>QSizePolicy::Minimum</enum>
217         </property>
218         <property name="sizeHint" stdset="0">
219          <size>
220           <width>48</width>
221           <height>18</height>
222          </size>
223         </property>
224        </spacer>
225       </item>
226       <item>
227        <layout class="QVBoxLayout" name="verticalLayout_5">
228         <item>
229          <layout class="QHBoxLayout" name="horizontalLayout">
230           <item>
231            <widget class="QToolButton" name="RBRegle">
232             <property name="minimumSize">
233              <size>
234               <width>21</width>
235               <height>31</height>
236              </size>
237             </property>
238             <property name="maximumSize">
239              <size>
240               <width>21</width>
241               <height>31</height>
242              </size>
243             </property>
244             <property name="focusPolicy">
245              <enum>Qt::ClickFocus</enum>
246             </property>
247             <property name="toolTip">
248              <string>affiche les régles de validité</string>
249             </property>
250             <property name="styleSheet">
251              <string notr="true">border : 0px</string>
252             </property>
253             <property name="text">
254              <string>...</string>
255             </property>
256             <property name="icon">
257              <iconset>
258               <normaloff>../Editeur/icons/lettreRblanc30.png</normaloff>../Editeur/icons/lettreRblanc30.png</iconset>
259             </property>
260             <property name="iconSize">
261              <size>
262               <width>21</width>
263               <height>31</height>
264              </size>
265             </property>
266            </widget>
267           </item>
268           <item>
269            <widget class="QLabel" name="labelRegle">
270             <property name="text">
271              <string>Règles de construction</string>
272             </property>
273            </widget>
274           </item>
275          </layout>
276         </item>
277         <item>
278          <spacer name="verticalSpacer">
279           <property name="orientation">
280            <enum>Qt::Vertical</enum>
281           </property>
282           <property name="sizeHint" stdset="0">
283            <size>
284             <width>20</width>
285             <height>40</height>
286            </size>
287           </property>
288          </spacer>
289         </item>
290        </layout>
291       </item>
292      </layout>
293      <zorder>horizontalSpacer</zorder>
294      <zorder>horizontalSpacer_3</zorder>
295     </widget>
296    </item>
297    <item>
298     <widget class="QScrollArea" name="scrollAreaCommandes">
299      <property name="styleSheet">
300       <string notr="true"/>
301      </property>
302      <property name="frameShape">
303       <enum>QFrame::NoFrame</enum>
304      </property>
305      <property name="verticalScrollBarPolicy">
306       <enum>Qt::ScrollBarAsNeeded</enum>
307      </property>
308      <property name="widgetResizable">
309       <bool>true</bool>
310      </property>
311      <widget class="QWidget" name="scrollAreaWidgetContents">
312       <property name="geometry">
313        <rect>
314         <x>0</x>
315         <y>0</y>
316         <width>1170</width>
317         <height>530</height>
318        </rect>
319       </property>
320       <layout class="QVBoxLayout" name="verticalLayout">
321        <item>
322         <layout class="QVBoxLayout" name="commandesLayout">
323          <property name="spacing">
324           <number>0</number>
325          </property>
326         </layout>
327        </item>
328       </layout>
329      </widget>
330     </widget>
331    </item>
332   </layout>
333  </widget>
334  <layoutdefault spacing="6" margin="11"/>
335  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
336  <resources/>
337  <connections/>
338 </ui>