Salome HOME
premiere version
[tools/eficas.git] / UiQT4 / desWidgetFact.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>WidgetFact</class>
4  <widget class="QWidget" name="WidgetFact">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>949</width>
10     <height>263</height>
11    </rect>
12   </property>
13   <property name="focusPolicy">
14    <enum>Qt::StrongFocus</enum>
15   </property>
16   <property name="windowTitle">
17    <string>Form</string>
18   </property>
19   <property name="styleSheet">
20    <string notr="true"> QGroupBox {
21      border: 1px solid gray;
22      border-radius: 5px;
23      margin-top: 1ex; /* leave space at the top for the title */
24  }
25
26  QGroupBox::title {
27      padding: 0 3px;
28  }</string>
29   </property>
30   <layout class="QHBoxLayout" name="horizontalLayout_3">
31    <property name="spacing">
32     <number>0</number>
33    </property>
34    <property name="leftMargin">
35     <number>0</number>
36    </property>
37    <property name="rightMargin">
38     <number>0</number>
39    </property>
40    <property name="bottomMargin">
41     <number>0</number>
42    </property>
43    <item>
44     <layout class="QVBoxLayout" name="verticalLayout">
45      <property name="spacing">
46       <number>0</number>
47      </property>
48      <item>
49       <spacer name="verticalSpacer">
50        <property name="orientation">
51         <enum>Qt::Vertical</enum>
52        </property>
53        <property name="sizeType">
54         <enum>QSizePolicy::Fixed</enum>
55        </property>
56        <property name="sizeHint" stdset="0">
57         <size>
58          <width>20</width>
59          <height>5</height>
60         </size>
61        </property>
62       </spacer>
63      </item>
64      <item>
65       <widget class="QToolButton" name="RBPlie">
66        <property name="minimumSize">
67         <size>
68          <width>21</width>
69          <height>15</height>
70         </size>
71        </property>
72        <property name="maximumSize">
73         <size>
74          <width>21</width>
75          <height>21</height>
76         </size>
77        </property>
78        <property name="styleSheet">
79         <string notr="true">border : 0px</string>
80        </property>
81        <property name="text">
82         <string>...</string>
83        </property>
84        <property name="icon">
85         <iconset>
86          <normaloff>../../../../../../../../home/A96028/Install_EficasV1/EficasV1/Editeur/icons/minusnode.png</normaloff>../../../../../../../../home/A96028/Install_EficasV1/EficasV1/Editeur/icons/minusnode.png</iconset>
87        </property>
88        <property name="iconSize">
89         <size>
90          <width>21</width>
91          <height>21</height>
92         </size>
93        </property>
94       </widget>
95      </item>
96      <item>
97       <layout class="QHBoxLayout" name="horizontalLayout_4">
98        <item>
99         <widget class="Line" name="line_7">
100          <property name="orientation">
101           <enum>Qt::Vertical</enum>
102          </property>
103         </widget>
104        </item>
105       </layout>
106      </item>
107     </layout>
108    </item>
109    <item>
110     <layout class="QGridLayout" name="gridLayout">
111      <property name="horizontalSpacing">
112       <number>0</number>
113      </property>
114      <item row="0" column="0">
115       <widget class="MonBoutonValide" name="RBValide">
116        <property name="minimumSize">
117         <size>
118          <width>17</width>
119          <height>31</height>
120         </size>
121        </property>
122        <property name="maximumSize">
123         <size>
124          <width>21</width>
125          <height>31</height>
126         </size>
127        </property>
128        <property name="styleSheet">
129         <string notr="true">border : 0px</string>
130        </property>
131        <property name="text">
132         <string>...</string>
133        </property>
134        <property name="icon">
135         <iconset>
136          <normaloff>../../../../../../../../home/A96028/Install_EficasV1/ArbreEficas/Editeur/icons/ast-green-ball.png</normaloff>../../../../../../../../home/A96028/Install_EficasV1/ArbreEficas/Editeur/icons/ast-green-ball.png</iconset>
137        </property>
138        <property name="iconSize">
139         <size>
140          <width>21</width>
141          <height>31</height>
142         </size>
143        </property>
144       </widget>
145      </item>
146      <item row="0" column="1">
147       <layout class="QHBoxLayout" name="horizontalLayout">
148        <property name="spacing">
149         <number>0</number>
150        </property>
151        <item>
152         <widget class="QLabel" name="GroupBox">
153          <property name="sizePolicy">
154           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
155            <horstretch>0</horstretch>
156            <verstretch>0</verstretch>
157           </sizepolicy>
158          </property>
159          <property name="minimumSize">
160           <size>
161            <width>0</width>
162            <height>31</height>
163           </size>
164          </property>
165          <property name="maximumSize">
166           <size>
167            <width>12121213</width>
168            <height>31</height>
169           </size>
170          </property>
171          <property name="text">
172           <string>TextLabel</string>
173          </property>
174         </widget>
175        </item>
176        <item>
177         <spacer name="horizontalSpacer">
178          <property name="orientation">
179           <enum>Qt::Horizontal</enum>
180          </property>
181          <property name="sizeType">
182           <enum>QSizePolicy::Fixed</enum>
183          </property>
184          <property name="sizeHint" stdset="0">
185           <size>
186            <width>13</width>
187            <height>20</height>
188           </size>
189          </property>
190         </spacer>
191        </item>
192        <item>
193         <widget class="Line" name="line_4">
194          <property name="sizePolicy">
195           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
196            <horstretch>0</horstretch>
197            <verstretch>0</verstretch>
198           </sizepolicy>
199          </property>
200          <property name="minimumSize">
201           <size>
202            <width>200</width>
203            <height>0</height>
204           </size>
205          </property>
206          <property name="maximumSize">
207           <size>
208            <width>1500</width>
209            <height>16</height>
210           </size>
211          </property>
212          <property name="orientation">
213           <enum>Qt::Horizontal</enum>
214          </property>
215         </widget>
216        </item>
217        <item>
218         <spacer name="horizontalSpacer_3">
219          <property name="orientation">
220           <enum>Qt::Horizontal</enum>
221          </property>
222          <property name="sizeType">
223           <enum>QSizePolicy::Fixed</enum>
224          </property>
225          <property name="sizeHint" stdset="0">
226           <size>
227            <width>13</width>
228            <height>20</height>
229           </size>
230          </property>
231         </spacer>
232        </item>
233        <item>
234         <layout class="QHBoxLayout" name="horizontalLayout_2">
235          <property name="spacing">
236           <number>0</number>
237          </property>
238          <property name="sizeConstraint">
239           <enum>QLayout::SetFixedSize</enum>
240          </property>
241          <item>
242           <widget class="QToolButton" name="RBInfo">
243            <property name="minimumSize">
244             <size>
245              <width>21</width>
246              <height>31</height>
247             </size>
248            </property>
249            <property name="maximumSize">
250             <size>
251              <width>21</width>
252              <height>31</height>
253             </size>
254            </property>
255            <property name="styleSheet">
256             <string notr="true">border : 0px</string>
257            </property>
258            <property name="text">
259             <string>...</string>
260            </property>
261            <property name="icon">
262             <iconset>
263              <normaloff>../../../../../../../../home/A96028/Install_EficasV1/ArbreEficas/Editeur/icons/point-interrogation30.png</normaloff>../../../../../../../../home/A96028/Install_EficasV1/ArbreEficas/Editeur/icons/point-interrogation30.png</iconset>
264            </property>
265            <property name="iconSize">
266             <size>
267              <width>21</width>
268              <height>31</height>
269             </size>
270            </property>
271           </widget>
272          </item>
273          <item>
274           <widget class="QToolButton" name="RBRegle">
275            <property name="minimumSize">
276             <size>
277              <width>21</width>
278              <height>31</height>
279             </size>
280            </property>
281            <property name="maximumSize">
282             <size>
283              <width>21</width>
284              <height>31</height>
285             </size>
286            </property>
287            <property name="styleSheet">
288             <string notr="true">border : 0px</string>
289            </property>
290            <property name="text">
291             <string>...</string>
292            </property>
293            <property name="icon">
294             <iconset>
295              <normaloff>../../../../../../../../home/A96028/Install_EficasV1/ArbreEficas/Editeur/icons/lettreRblanc30.png</normaloff>../../../../../../../../home/A96028/Install_EficasV1/ArbreEficas/Editeur/icons/lettreRblanc30.png</iconset>
296            </property>
297            <property name="iconSize">
298             <size>
299              <width>21</width>
300              <height>31</height>
301             </size>
302            </property>
303           </widget>
304          </item>
305         </layout>
306        </item>
307        <item>
308         <spacer name="horizontalSpacer_2">
309          <property name="orientation">
310           <enum>Qt::Horizontal</enum>
311          </property>
312          <property name="sizeType">
313           <enum>QSizePolicy::Fixed</enum>
314          </property>
315          <property name="sizeHint" stdset="0">
316           <size>
317            <width>13</width>
318            <height>20</height>
319           </size>
320          </property>
321         </spacer>
322        </item>
323        <item>
324         <widget class="QToolButton" name="RBPoubelle">
325          <property name="minimumSize">
326           <size>
327            <width>21</width>
328            <height>31</height>
329           </size>
330          </property>
331          <property name="maximumSize">
332           <size>
333            <width>21</width>
334            <height>31</height>
335           </size>
336          </property>
337          <property name="styleSheet">
338           <string notr="true">border : 0px</string>
339          </property>
340          <property name="text">
341           <string>...</string>
342          </property>
343          <property name="icon">
344           <iconset>
345            <normaloff>../../../../../../../../home/A96028/Install_EficasV1/ArbreEficas/Editeur/icons/deleteRond.png</normaloff>../../../../../../../../home/A96028/Install_EficasV1/ArbreEficas/Editeur/icons/deleteRond.png</iconset>
346          </property>
347          <property name="iconSize">
348           <size>
349            <width>21</width>
350            <height>31</height>
351           </size>
352          </property>
353         </widget>
354        </item>
355       </layout>
356      </item>
357      <item row="1" column="1">
358       <layout class="QVBoxLayout" name="commandesLayout">
359        <property name="spacing">
360         <number>0</number>
361        </property>
362        <property name="topMargin">
363         <number>2</number>
364        </property>
365       </layout>
366      </item>
367     </layout>
368    </item>
369   </layout>
370   <zorder></zorder>
371   <zorder></zorder>
372  </widget>
373  <customwidgets>
374   <customwidget>
375    <class>MonBoutonValide</class>
376    <extends>QToolButton</extends>
377    <header>monBoutonValide.h</header>
378   </customwidget>
379  </customwidgets>
380  <resources/>
381  <connections/>
382 </ui>