Salome HOME
b48e6cd907f1970ae4d373e7d1d767b78de63c31
[tools/eficas.git] / UiQT4 / desWidgetSDCOInto.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>WidgetSDCOInto</class>
4  <widget class="QWidget" name="WidgetSDCOInto">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>1222</width>
10     <height>466</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="minimumSize">
20    <size>
21     <width>0</width>
22     <height>0</height>
23    </size>
24   </property>
25   <property name="windowTitle">
26    <string>Form</string>
27   </property>
28   <layout class="QVBoxLayout" name="verticalLayout_2">
29    <property name="spacing">
30     <number>0</number>
31    </property>
32    <property name="leftMargin">
33     <number>0</number>
34    </property>
35    <property name="topMargin">
36     <number>1</number>
37    </property>
38    <property name="rightMargin">
39     <number>0</number>
40    </property>
41    <property name="bottomMargin">
42     <number>1</number>
43    </property>
44    <item>
45     <layout class="QGridLayout" name="gridLayout_2">
46      <item row="0" column="0">
47       <layout class="QHBoxLayout" name="horizontalLayout">
48        <property name="spacing">
49         <number>0</number>
50        </property>
51        <property name="sizeConstraint">
52         <enum>QLayout::SetFixedSize</enum>
53        </property>
54        <item>
55         <spacer name="horizontalSpacer_3">
56          <property name="orientation">
57           <enum>Qt::Horizontal</enum>
58          </property>
59          <property name="sizeType">
60           <enum>QSizePolicy::Fixed</enum>
61          </property>
62          <property name="sizeHint" stdset="0">
63           <size>
64            <width>21</width>
65            <height>20</height>
66           </size>
67          </property>
68         </spacer>
69        </item>
70        <item>
71         <widget class="MonBoutonValide" name="RBValide">
72          <property name="minimumSize">
73           <size>
74            <width>21</width>
75            <height>25</height>
76           </size>
77          </property>
78          <property name="maximumSize">
79           <size>
80            <width>21</width>
81            <height>25</height>
82           </size>
83          </property>
84          <property name="focusPolicy">
85           <enum>Qt::ClickFocus</enum>
86          </property>
87          <property name="toolTip">
88           <string>Affiche le rapport de validité du mot-clef</string>
89          </property>
90          <property name="styleSheet">
91           <string notr="true">border : 0px</string>
92          </property>
93          <property name="text">
94           <string>...</string>
95          </property>
96          <property name="icon">
97           <iconset>
98            <normaloff>../Editeur/icons/ast-green-ball.png</normaloff>../Editeur/icons/ast-green-ball.png</iconset>
99          </property>
100          <property name="iconSize">
101           <size>
102            <width>25</width>
103            <height>25</height>
104           </size>
105          </property>
106         </widget>
107        </item>
108       </layout>
109      </item>
110      <item row="0" column="1">
111       <widget class="MonLabelClic" name="label">
112        <property name="sizePolicy">
113         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
114          <horstretch>0</horstretch>
115          <verstretch>0</verstretch>
116         </sizepolicy>
117        </property>
118        <property name="minimumSize">
119         <size>
120          <width>300</width>
121          <height>25</height>
122         </size>
123        </property>
124        <property name="maximumSize">
125         <size>
126          <width>178</width>
127          <height>16777215</height>
128         </size>
129        </property>
130        <property name="frameShape">
131         <enum>QFrame::NoFrame</enum>
132        </property>
133        <property name="text">
134         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#0055ff;&quot;&gt;Label&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
135        </property>
136       </widget>
137      </item>
138      <item row="0" column="2" rowspan="2">
139       <layout class="QVBoxLayout" name="verticalLayout">
140        <item>
141         <widget class="QLabel" name="textLabel2">
142          <property name="text">
143           <string>Structures de données du type requis par l'objet courant
144 </string>
145          </property>
146          <property name="wordWrap">
147           <bool>false</bool>
148          </property>
149         </widget>
150        </item>
151        <item>
152         <widget class="QScrollArea" name="scrollArea">
153          <property name="frameShape">
154           <enum>QFrame::NoFrame</enum>
155          </property>
156          <property name="widgetResizable">
157           <bool>true</bool>
158          </property>
159          <widget class="QWidget" name="scrollAreaWidgetContents">
160           <property name="geometry">
161            <rect>
162             <x>0</x>
163             <y>0</y>
164             <width>567</width>
165             <height>379</height>
166            </rect>
167           </property>
168           <layout class="QGridLayout" name="gridLayout">
169            <item row="0" column="0">
170             <widget class="QListWidget" name="LBSDCO">
171              <property name="frameShape">
172               <enum>QFrame::NoFrame</enum>
173              </property>
174             </widget>
175            </item>
176           </layout>
177          </widget>
178         </widget>
179        </item>
180       </layout>
181      </item>
182      <item row="0" column="3">
183       <spacer name="horizontalSpacer_2">
184        <property name="orientation">
185         <enum>Qt::Horizontal</enum>
186        </property>
187        <property name="sizeType">
188         <enum>QSizePolicy::MinimumExpanding</enum>
189        </property>
190        <property name="sizeHint" stdset="0">
191         <size>
192          <width>79</width>
193          <height>17</height>
194         </size>
195        </property>
196       </spacer>
197      </item>
198      <item row="0" column="4">
199       <layout class="QHBoxLayout" name="horizontalLayout_2">
200        <property name="spacing">
201         <number>0</number>
202        </property>
203        <item>
204         <widget class="QToolButton" name="RBPoubelle">
205          <property name="minimumSize">
206           <size>
207            <width>21</width>
208            <height>25</height>
209           </size>
210          </property>
211          <property name="maximumSize">
212           <size>
213            <width>21</width>
214            <height>25</height>
215           </size>
216          </property>
217          <property name="focusPolicy">
218           <enum>Qt::ClickFocus</enum>
219          </property>
220          <property name="toolTip">
221           <string>Détruit le mot-clef</string>
222          </property>
223          <property name="styleSheet">
224           <string notr="true">border : 0px</string>
225          </property>
226          <property name="text">
227           <string>...</string>
228          </property>
229          <property name="icon">
230           <iconset>
231            <normaloff>../Editeur/icons/deleteRond.png</normaloff>../Editeur/icons/deleteRond.png</iconset>
232          </property>
233          <property name="iconSize">
234           <size>
235            <width>25</width>
236            <height>25</height>
237           </size>
238          </property>
239         </widget>
240        </item>
241       </layout>
242      </item>
243      <item row="1" column="1">
244       <spacer name="verticalSpacer">
245        <property name="orientation">
246         <enum>Qt::Vertical</enum>
247        </property>
248        <property name="sizeHint" stdset="0">
249         <size>
250          <width>20</width>
251          <height>40</height>
252         </size>
253        </property>
254       </spacer>
255      </item>
256      <item row="1" column="3">
257       <spacer name="verticalSpacer_2">
258        <property name="orientation">
259         <enum>Qt::Vertical</enum>
260        </property>
261        <property name="sizeHint" stdset="0">
262         <size>
263          <width>20</width>
264          <height>40</height>
265         </size>
266        </property>
267       </spacer>
268      </item>
269     </layout>
270    </item>
271    <item>
272     <layout class="QHBoxLayout" name="horizontalLayout_3">
273      <item>
274       <spacer name="horizontalSpacer">
275        <property name="orientation">
276         <enum>Qt::Horizontal</enum>
277        </property>
278        <property name="sizeHint" stdset="0">
279         <size>
280          <width>168</width>
281          <height>20</height>
282         </size>
283        </property>
284       </spacer>
285      </item>
286      <item>
287       <widget class="QLabel" name="label_2">
288        <property name="text">
289         <string>Nom du Concept</string>
290        </property>
291       </widget>
292      </item>
293      <item>
294       <widget class="QLineEdit" name="lineEditVal">
295        <property name="minimumSize">
296         <size>
297          <width>0</width>
298          <height>25</height>
299         </size>
300        </property>
301        <property name="maximumSize">
302         <size>
303          <width>805</width>
304          <height>16777215</height>
305         </size>
306        </property>
307        <property name="styleSheet">
308         <string notr="true">background:rgb(235,235,235);
309 border:0px;</string>
310        </property>
311       </widget>
312      </item>
313      <item>
314       <spacer name="horizontalSpacer_4">
315        <property name="orientation">
316         <enum>Qt::Horizontal</enum>
317        </property>
318        <property name="sizeHint" stdset="0">
319         <size>
320          <width>58</width>
321          <height>20</height>
322         </size>
323        </property>
324       </spacer>
325      </item>
326     </layout>
327    </item>
328   </layout>
329  </widget>
330  <customwidgets>
331   <customwidget>
332    <class>MonBoutonValide</class>
333    <extends>QToolButton</extends>
334    <header>monBoutonValide.h</header>
335   </customwidget>
336   <customwidget>
337    <class>MonLabelClic</class>
338    <extends>QLabel</extends>
339    <header>monLabelClic.h</header>
340   </customwidget>
341  </customwidgets>
342  <tabstops>
343   <tabstop>RBValide</tabstop>
344   <tabstop>RBPoubelle</tabstop>
345  </tabstops>
346  <resources/>
347  <connections/>
348 </ui>