Salome HOME
Pour Traduction Carmel et Parametres
[tools/eficas.git] / UiQT4 / desWidgetParam.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>desWidgetParam</class>
4  <widget class="QWidget" name="desWidgetParam">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>728</width>
10     <height>530</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Gestion des Paramètres</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <item>
18     <widget class="QScrollArea" name="scrollArea">
19      <property name="minimumSize">
20       <size>
21        <width>701</width>
22        <height>291</height>
23       </size>
24      </property>
25      <property name="frameShape">
26       <enum>QFrame::NoFrame</enum>
27      </property>
28      <property name="widgetResizable">
29       <bool>true</bool>
30      </property>
31      <widget class="QWidget" name="scrollAreaWidgetContents">
32       <property name="geometry">
33        <rect>
34         <x>0</x>
35         <y>0</y>
36         <width>710</width>
37         <height>291</height>
38        </rect>
39       </property>
40       <property name="sizePolicy">
41        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
42         <horstretch>0</horstretch>
43         <verstretch>0</verstretch>
44        </sizepolicy>
45       </property>
46       <layout class="QVBoxLayout" name="verticalLayout">
47        <property name="spacing">
48         <number>0</number>
49        </property>
50        <property name="margin">
51         <number>0</number>
52        </property>
53        <item>
54         <widget class="QListWidget" name="LBParam">
55          <property name="sizePolicy">
56           <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
57            <horstretch>0</horstretch>
58            <verstretch>0</verstretch>
59           </sizepolicy>
60          </property>
61          <property name="minimumSize">
62           <size>
63            <width>701</width>
64            <height>291</height>
65           </size>
66          </property>
67          <property name="styleSheet">
68           <string notr="true">alternate-background-color:rgb(235,235,235); 
69 background-color: rgb(247,247,247);
70 </string>
71          </property>
72          <property name="frameShape">
73           <enum>QFrame::NoFrame</enum>
74          </property>
75          <property name="frameShadow">
76           <enum>QFrame::Raised</enum>
77          </property>
78          <property name="alternatingRowColors">
79           <bool>true</bool>
80          </property>
81          <property name="selectionMode">
82           <enum>QAbstractItemView::SingleSelection</enum>
83          </property>
84         </widget>
85        </item>
86       </layout>
87      </widget>
88     </widget>
89    </item>
90    <item>
91     <layout class="QHBoxLayout" name="horizontalLayout_3">
92      <item>
93       <spacer name="horizontalSpacer_3">
94        <property name="orientation">
95         <enum>Qt::Horizontal</enum>
96        </property>
97        <property name="sizeHint" stdset="0">
98         <size>
99          <width>40</width>
100          <height>20</height>
101         </size>
102        </property>
103       </spacer>
104      </item>
105      <item>
106       <widget class="QRadioButton" name="RBTous">
107        <property name="text">
108         <string>Tous les paramètres</string>
109        </property>
110        <property name="checked">
111         <bool>true</bool>
112        </property>
113       </widget>
114      </item>
115      <item>
116       <spacer name="horizontalSpacer_2">
117        <property name="orientation">
118         <enum>Qt::Horizontal</enum>
119        </property>
120        <property name="sizeHint" stdset="0">
121         <size>
122          <width>40</width>
123          <height>20</height>
124         </size>
125        </property>
126       </spacer>
127      </item>
128      <item>
129       <layout class="QHBoxLayout" name="horizontalLayout">
130        <property name="spacing">
131         <number>0</number>
132        </property>
133        <item>
134         <widget class="QRadioButton" name="RBFiltre">
135          <property name="text">
136           <string>Paramètre du type de </string>
137          </property>
138          <property name="checked">
139           <bool>false</bool>
140          </property>
141         </widget>
142        </item>
143        <item>
144         <widget class="QLabel" name="label">
145          <property name="text">
146           <string>mon mot</string>
147          </property>
148         </widget>
149        </item>
150        <item>
151         <spacer name="horizontalSpacer_4">
152          <property name="orientation">
153           <enum>Qt::Horizontal</enum>
154          </property>
155          <property name="sizeHint" stdset="0">
156           <size>
157            <width>40</width>
158            <height>20</height>
159           </size>
160          </property>
161         </spacer>
162        </item>
163       </layout>
164      </item>
165     </layout>
166    </item>
167    <item>
168     <spacer name="verticalSpacer">
169      <property name="orientation">
170       <enum>Qt::Vertical</enum>
171      </property>
172      <property name="sizeHint" stdset="0">
173       <size>
174        <width>20</width>
175        <height>36</height>
176       </size>
177      </property>
178     </spacer>
179    </item>
180    <item>
181     <widget class="QFrame" name="frame">
182      <property name="minimumSize">
183       <size>
184        <width>701</width>
185        <height>131</height>
186       </size>
187      </property>
188      <property name="styleSheet">
189       <string notr="true">background:rgb(247,247,247)</string>
190      </property>
191      <property name="frameShape">
192       <enum>QFrame::StyledPanel</enum>
193      </property>
194      <property name="frameShadow">
195       <enum>QFrame::Raised</enum>
196      </property>
197      <widget class="QWidget" name="layoutWidget">
198       <property name="geometry">
199        <rect>
200         <x>30</x>
201         <y>40</y>
202         <width>531</width>
203         <height>70</height>
204        </rect>
205       </property>
206       <layout class="QGridLayout" name="gridLayout">
207        <item row="1" column="1">
208         <widget class="QLineEdit" name="lineEditVal">
209          <property name="minimumSize">
210           <size>
211            <width>231</width>
212            <height>31</height>
213           </size>
214          </property>
215          <property name="styleSheet">
216           <string notr="true">background:rgb(235,235,235);
217 border:0px;</string>
218          </property>
219          <property name="frame">
220           <bool>false</bool>
221          </property>
222         </widget>
223        </item>
224        <item row="0" column="0">
225         <widget class="QLabel" name="textLabel2_2">
226          <property name="text">
227           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Nom: &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
228          </property>
229          <property name="wordWrap">
230           <bool>false</bool>
231          </property>
232         </widget>
233        </item>
234        <item row="0" column="1">
235         <widget class="QLineEdit" name="lineEditNom">
236          <property name="minimumSize">
237           <size>
238            <width>231</width>
239            <height>31</height>
240           </size>
241          </property>
242          <property name="styleSheet">
243           <string notr="true">background:rgb(235,235,235);
244 border:0px;</string>
245          </property>
246          <property name="frame">
247           <bool>false</bool>
248          </property>
249         </widget>
250        </item>
251        <item row="1" column="0">
252         <widget class="QLabel" name="textLabel2">
253          <property name="text">
254           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Valeur: &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
255          </property>
256          <property name="wordWrap">
257           <bool>false</bool>
258          </property>
259         </widget>
260        </item>
261       </layout>
262      </widget>
263      <widget class="QWidget" name="layoutWidget_2">
264       <property name="geometry">
265        <rect>
266         <x>30</x>
267         <y>10</y>
268         <width>531</width>
269         <height>22</height>
270        </rect>
271       </property>
272       <layout class="QHBoxLayout" name="horizontalLayout_2">
273        <item>
274         <widget class="QLabel" name="textLabel2_2_2">
275          <property name="sizePolicy">
276           <sizepolicy hsizetype="Preferred" vsizetype="Ignored">
277            <horstretch>0</horstretch>
278            <verstretch>0</verstretch>
279           </sizepolicy>
280          </property>
281          <property name="text">
282           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; text-decoration: underline;&quot;&gt;Créer un paramètre&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
283          </property>
284          <property name="wordWrap">
285           <bool>false</bool>
286          </property>
287         </widget>
288        </item>
289        <item>
290         <spacer name="horizontalSpacer">
291          <property name="orientation">
292           <enum>Qt::Horizontal</enum>
293          </property>
294          <property name="sizeHint" stdset="0">
295           <size>
296            <width>288</width>
297            <height>20</height>
298           </size>
299          </property>
300         </spacer>
301        </item>
302       </layout>
303      </widget>
304     </widget>
305    </item>
306   </layout>
307  </widget>
308  <resources/>
309  <connections/>
310 </ui>