]> SALOME platform Git repositories - tools/eficas.git/blob - UiQT4/desChoixCommandes.ui
Salome HOME
1b733d103a691b2aa2b6504472a8f2aaa6201fd6
[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    <item>
33     <widget class="QFrame" name="frame_2">
34      <property name="sizePolicy">
35       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
36        <horstretch>0</horstretch>
37        <verstretch>0</verstretch>
38       </sizepolicy>
39      </property>
40      <property name="minimumSize">
41       <size>
42        <width>0</width>
43        <height>116</height>
44       </size>
45      </property>
46      <property name="maximumSize">
47       <size>
48        <width>16777215</width>
49        <height>116</height>
50       </size>
51      </property>
52      <property name="styleSheet">
53       <string notr="true">background-color:rgb(224,223,222)</string>
54      </property>
55      <property name="frameShape">
56       <enum>QFrame::NoFrame</enum>
57      </property>
58      <property name="frameShadow">
59       <enum>QFrame::Raised</enum>
60      </property>
61      <layout class="QHBoxLayout" name="horizontalLayout">
62       <item>
63        <layout class="QVBoxLayout" name="verticalLayout_2">
64         <item>
65          <widget class="QLabel" name="label">
66           <property name="sizePolicy">
67            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
68             <horstretch>0</horstretch>
69             <verstretch>0</verstretch>
70            </sizepolicy>
71           </property>
72           <property name="text">
73            <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>
74           </property>
75          </widget>
76         </item>
77         <item>
78          <layout class="QGridLayout" name="gridLayout">
79           <item row="0" column="0">
80            <widget class="QRadioButton" name="RBalpha">
81             <property name="toolTip">
82              <string>affiche les commandes par ordre alphabetique</string>
83             </property>
84             <property name="text">
85              <string>Alphabetique</string>
86             </property>
87            </widget>
88           </item>
89           <item row="0" column="1">
90            <widget class="QRadioButton" name="RBOrdre">
91             <property name="toolTip">
92              <string>affiche les commandes selon les thèmes</string>
93             </property>
94             <property name="text">
95              <string>Ordre de la modélisation</string>
96             </property>
97            </widget>
98           </item>
99           <item row="1" column="0">
100            <widget class="QRadioButton" name="RBGroupe">
101             <property name="toolTip">
102              <string>affiche les commandes selon les thèmes</string>
103             </property>
104             <property name="text">
105              <string>Par Groupe</string>
106             </property>
107            </widget>
108           </item>
109          </layout>
110         </item>
111        </layout>
112       </item>
113       <item>
114        <spacer name="horizontalSpacer">
115         <property name="orientation">
116          <enum>Qt::Horizontal</enum>
117         </property>
118         <property name="sizeHint" stdset="0">
119          <size>
120           <width>382</width>
121           <height>18</height>
122          </size>
123         </property>
124        </spacer>
125       </item>
126       <item>
127        <layout class="QVBoxLayout" name="verticalLayout_3">
128         <item>
129          <widget class="QLabel" name="textLabel6">
130           <property name="sizePolicy">
131            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
132             <horstretch>0</horstretch>
133             <verstretch>0</verstretch>
134            </sizepolicy>
135           </property>
136           <property name="minimumSize">
137            <size>
138             <width>141</width>
139             <height>40</height>
140            </size>
141           </property>
142           <property name="frameShape">
143            <enum>QFrame::Box</enum>
144           </property>
145           <property name="frameShadow">
146            <enum>QFrame::Raised</enum>
147           </property>
148           <property name="lineWidth">
149            <number>1</number>
150           </property>
151           <property name="text">
152            <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>
153           </property>
154           <property name="wordWrap">
155            <bool>false</bool>
156           </property>
157          </widget>
158         </item>
159         <item>
160          <widget class="QLineEdit" name="LEFiltre">
161           <property name="sizePolicy">
162            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
163             <horstretch>0</horstretch>
164             <verstretch>0</verstretch>
165            </sizepolicy>
166           </property>
167           <property name="minimumSize">
168            <size>
169             <width>195</width>
170             <height>30</height>
171            </size>
172           </property>
173           <property name="toolTip">
174            <string>filter commands</string>
175           </property>
176           <property name="styleSheet">
177            <string notr="true">background-color : rgb(248,247,246)</string>
178           </property>
179           <property name="frame">
180            <bool>false</bool>
181           </property>
182          </widget>
183         </item>
184         <item>
185          <spacer name="verticalSpacer_4">
186           <property name="orientation">
187            <enum>Qt::Vertical</enum>
188           </property>
189           <property name="sizeHint" stdset="0">
190            <size>
191             <width>306</width>
192             <height>5</height>
193            </size>
194           </property>
195          </spacer>
196         </item>
197        </layout>
198       </item>
199      </layout>
200      <zorder>horizontalSpacer</zorder>
201     </widget>
202    </item>
203    <item>
204     <widget class="QScrollArea" name="scrollAreaCommandes">
205      <property name="styleSheet">
206       <string notr="true"/>
207      </property>
208      <property name="frameShape">
209       <enum>QFrame::NoFrame</enum>
210      </property>
211      <property name="verticalScrollBarPolicy">
212       <enum>Qt::ScrollBarAsNeeded</enum>
213      </property>
214      <property name="widgetResizable">
215       <bool>true</bool>
216      </property>
217      <widget class="QWidget" name="scrollAreaWidgetContents">
218       <property name="geometry">
219        <rect>
220         <x>0</x>
221         <y>0</y>
222         <width>1170</width>
223         <height>512</height>
224        </rect>
225       </property>
226       <layout class="QVBoxLayout" name="verticalLayout">
227        <item>
228         <layout class="QVBoxLayout" name="commandesLayout">
229          <property name="spacing">
230           <number>0</number>
231          </property>
232         </layout>
233        </item>
234        <item>
235         <spacer name="verticalSpacer">
236          <property name="orientation">
237           <enum>Qt::Vertical</enum>
238          </property>
239          <property name="sizeType">
240           <enum>QSizePolicy::Fixed</enum>
241          </property>
242          <property name="sizeHint" stdset="0">
243           <size>
244            <width>10</width>
245            <height>5</height>
246           </size>
247          </property>
248         </spacer>
249        </item>
250       </layout>
251      </widget>
252     </widget>
253    </item>
254   </layout>
255  </widget>
256  <layoutdefault spacing="6" margin="11"/>
257  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
258  <resources/>
259  <connections/>
260 </ui>