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