Salome HOME
premiere version
[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>997</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_5">
32    <property name="spacing">
33     <number>0</number>
34    </property>
35    <property name="margin">
36     <number>0</number>
37    </property>
38    <item>
39     <widget class="QFrame" name="frame_2">
40      <property name="styleSheet">
41       <string notr="true">background-color:rgb(224,223,222)</string>
42      </property>
43      <property name="frameShape">
44       <enum>QFrame::NoFrame</enum>
45      </property>
46      <property name="frameShadow">
47       <enum>QFrame::Raised</enum>
48      </property>
49      <layout class="QHBoxLayout" name="horizontalLayout">
50       <property name="margin">
51        <number>0</number>
52       </property>
53       <item>
54        <widget class="QFrame" name="frame">
55         <property name="styleSheet">
56          <string notr="true">/*background-color:rgb(104,110,149)*/</string>
57         </property>
58         <property name="frameShape">
59          <enum>QFrame::Box</enum>
60         </property>
61         <property name="frameShadow">
62          <enum>QFrame::Raised</enum>
63         </property>
64         <layout class="QVBoxLayout" name="verticalLayout_2">
65          <property name="spacing">
66           <number>0</number>
67          </property>
68          <property name="margin">
69           <number>0</number>
70          </property>
71          <item>
72           <widget class="QLabel" name="textLabel6">
73            <property name="sizePolicy">
74             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
75              <horstretch>0</horstretch>
76              <verstretch>0</verstretch>
77             </sizepolicy>
78            </property>
79            <property name="minimumSize">
80             <size>
81              <width>141</width>
82              <height>0</height>
83             </size>
84            </property>
85            <property name="text">
86             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt; Recherche Commande&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
87            </property>
88            <property name="wordWrap">
89             <bool>false</bool>
90            </property>
91           </widget>
92          </item>
93          <item>
94           <widget class="QLineEdit" name="LEFiltre">
95            <property name="sizePolicy">
96             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
97              <horstretch>0</horstretch>
98              <verstretch>0</verstretch>
99             </sizepolicy>
100            </property>
101            <property name="minimumSize">
102             <size>
103              <width>195</width>
104              <height>32</height>
105             </size>
106            </property>
107            <property name="styleSheet">
108             <string notr="true">background-color : rgb(248,247,246)</string>
109            </property>
110           </widget>
111          </item>
112         </layout>
113        </widget>
114       </item>
115       <item>
116        <layout class="QVBoxLayout" name="verticalLayout_3">
117         <property name="spacing">
118          <number>0</number>
119         </property>
120         <item>
121          <widget class="QRadioButton" name="RBalpha">
122           <property name="text">
123            <string>Alphabetique</string>
124           </property>
125          </widget>
126         </item>
127         <item>
128          <widget class="QRadioButton" name="RBGroupe">
129           <property name="text">
130            <string>Par Groupe</string>
131           </property>
132          </widget>
133         </item>
134        </layout>
135       </item>
136       <item>
137        <spacer name="horizontalSpacer">
138         <property name="orientation">
139          <enum>Qt::Horizontal</enum>
140         </property>
141         <property name="sizeHint" stdset="0">
142          <size>
143           <width>244</width>
144           <height>20</height>
145          </size>
146         </property>
147        </spacer>
148       </item>
149       <item>
150        <layout class="QVBoxLayout" name="verticalLayout_4">
151         <property name="spacing">
152          <number>0</number>
153         </property>
154         <item>
155          <spacer name="verticalSpacer_2">
156           <property name="orientation">
157            <enum>Qt::Vertical</enum>
158           </property>
159           <property name="sizeType">
160            <enum>QSizePolicy::Fixed</enum>
161           </property>
162           <property name="sizeHint" stdset="0">
163            <size>
164             <width>20</width>
165             <height>5</height>
166            </size>
167           </property>
168          </spacer>
169         </item>
170         <item>
171          <widget class="QPushButton" name="bFormulaire">
172           <property name="sizePolicy">
173            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
174             <horstretch>0</horstretch>
175             <verstretch>0</verstretch>
176            </sizepolicy>
177           </property>
178           <property name="minimumSize">
179            <size>
180             <width>160</width>
181             <height>31</height>
182            </size>
183           </property>
184           <property name="toolTip">
185            <string>Mise en données de la commande sélectionnée dans l'arbre. Un double-clic permet également de choisir une commande</string>
186           </property>
187           <property name="styleSheet">
188            <string notr="true">background-color:rgb(104,110,149);
189 color :white;
190 border-radius : 12px
191 </string>
192           </property>
193           <property name="text">
194            <string>&amp;Formulaire</string>
195           </property>
196           <property name="shortcut">
197            <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
198           </property>
199           <property name="autoDefault">
200            <bool>true</bool>
201           </property>
202           <property name="default">
203            <bool>true</bool>
204           </property>
205          </widget>
206         </item>
207         <item>
208          <spacer name="verticalSpacer_3">
209           <property name="orientation">
210            <enum>Qt::Vertical</enum>
211           </property>
212           <property name="sizeType">
213            <enum>QSizePolicy::Fixed</enum>
214           </property>
215           <property name="sizeHint" stdset="0">
216            <size>
217             <width>20</width>
218             <height>5</height>
219            </size>
220           </property>
221          </spacer>
222         </item>
223        </layout>
224       </item>
225      </layout>
226      <zorder>frame</zorder>
227      <zorder>horizontalSpacer</zorder>
228     </widget>
229    </item>
230    <item>
231     <widget class="QScrollArea" name="scrollAreaCommandes">
232      <property name="styleSheet">
233       <string notr="true"/>
234      </property>
235      <property name="frameShape">
236       <enum>QFrame::NoFrame</enum>
237      </property>
238      <property name="verticalScrollBarPolicy">
239       <enum>Qt::ScrollBarAsNeeded</enum>
240      </property>
241      <property name="widgetResizable">
242       <bool>true</bool>
243      </property>
244      <widget class="QWidget" name="scrollAreaWidgetContents">
245       <property name="geometry">
246        <rect>
247         <x>0</x>
248         <y>0</y>
249         <width>997</width>
250         <height>592</height>
251        </rect>
252       </property>
253       <layout class="QVBoxLayout" name="verticalLayout">
254        <item>
255         <layout class="QVBoxLayout" name="commandesLayout"/>
256        </item>
257        <item>
258         <spacer name="verticalSpacer">
259          <property name="orientation">
260           <enum>Qt::Vertical</enum>
261          </property>
262          <property name="sizeType">
263           <enum>QSizePolicy::Fixed</enum>
264          </property>
265          <property name="sizeHint" stdset="0">
266           <size>
267            <width>10</width>
268            <height>5</height>
269           </size>
270          </property>
271         </spacer>
272        </item>
273       </layout>
274      </widget>
275     </widget>
276    </item>
277   </layout>
278  </widget>
279  <layoutdefault spacing="6" margin="11"/>
280  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
281  <resources/>
282  <connections/>
283 </ui>