Salome HOME
pouricone
[tools/eficas.git] / UiQT4 / desWidgetCB.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>WidgetCB</class>
4  <widget class="QWidget" name="WidgetCB">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>743</width>
10     <height>31</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
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>1493</width>
28     <height>85</height>
29    </size>
30   </property>
31   <property name="windowTitle">
32    <string>Form</string>
33   </property>
34   <property name="styleSheet">
35    <string notr="true">QComboBox{combobox-popup:0;};</string>
36   </property>
37   <layout class="QHBoxLayout" name="horizontalLayout_2">
38    <property name="spacing">
39     <number>0</number>
40    </property>
41    <property name="leftMargin">
42     <number>0</number>
43    </property>
44    <property name="topMargin">
45     <number>2</number>
46    </property>
47    <property name="rightMargin">
48     <number>0</number>
49    </property>
50    <property name="bottomMargin">
51     <number>2</number>
52    </property>
53    <item>
54     <layout class="QHBoxLayout" name="horizontalLayout">
55      <property name="spacing">
56       <number>0</number>
57      </property>
58      <item>
59       <spacer name="horizontalSpacer_3">
60        <property name="orientation">
61         <enum>Qt::Horizontal</enum>
62        </property>
63        <property name="sizeType">
64         <enum>QSizePolicy::Fixed</enum>
65        </property>
66        <property name="sizeHint" stdset="0">
67         <size>
68          <width>21</width>
69          <height>20</height>
70         </size>
71        </property>
72       </spacer>
73      </item>
74      <item>
75       <widget class="MonBoutonValide" name="RBValide">
76        <property name="minimumSize">
77         <size>
78          <width>21</width>
79          <height>25</height>
80         </size>
81        </property>
82        <property name="maximumSize">
83         <size>
84          <width>21</width>
85          <height>25</height>
86         </size>
87        </property>
88        <property name="styleSheet">
89         <string notr="true">border : 0px</string>
90        </property>
91        <property name="text">
92         <string>...</string>
93        </property>
94        <property name="icon">
95         <iconset>
96          <normaloff>../Editeur/icons/ast-green-ball.png</normaloff>../Editeur/icons/ast-green-ball.png</iconset>
97        </property>
98        <property name="iconSize">
99         <size>
100          <width>25</width>
101          <height>25</height>
102         </size>
103        </property>
104       </widget>
105      </item>
106     </layout>
107    </item>
108    <item>
109     <widget class="QLabel" name="label">
110      <property name="sizePolicy">
111       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
112        <horstretch>0</horstretch>
113        <verstretch>0</verstretch>
114       </sizepolicy>
115      </property>
116      <property name="minimumSize">
117       <size>
118        <width>300</width>
119        <height>25</height>
120       </size>
121      </property>
122      <property name="maximumSize">
123       <size>
124        <width>178</width>
125        <height>16777215</height>
126       </size>
127      </property>
128      <property name="frameShape">
129       <enum>QFrame::NoFrame</enum>
130      </property>
131      <property name="text">
132       <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>
133      </property>
134     </widget>
135    </item>
136    <item>
137     <widget class="QComboBox" name="CBChoix">
138      <property name="sizePolicy">
139       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
140        <horstretch>0</horstretch>
141        <verstretch>0</verstretch>
142       </sizepolicy>
143      </property>
144      <property name="minimumSize">
145       <size>
146        <width>361</width>
147        <height>25</height>
148       </size>
149      </property>
150      <property name="accessibleName">
151       <string/>
152      </property>
153      <property name="accessibleDescription">
154       <string/>
155      </property>
156      <property name="styleSheet">
157       <string notr="true">QComboBox {
158  background:rgb(235,235,235);
159  }
160 /*QComboBox: on {
161   font : italic
162  }
163
164 QComboBox:!editable:on, QComboBox::drop-down:editable:on {
165 background: black;
166     font : italic 14px
167  }
168 QComboBox:on { 
169   font : italic 20px;
170   background: red ;
171 }/*
172 </string>
173      </property>
174      <property name="maxVisibleItems">
175       <number>7</number>
176      </property>
177      <property name="frame">
178       <bool>false</bool>
179      </property>
180     </widget>
181    </item>
182    <item>
183     <spacer name="horizontalSpacer">
184      <property name="orientation">
185       <enum>Qt::Horizontal</enum>
186      </property>
187      <property name="sizeType">
188       <enum>QSizePolicy::Expanding</enum>
189      </property>
190      <property name="sizeHint" stdset="0">
191       <size>
192        <width>301</width>
193        <height>20</height>
194       </size>
195      </property>
196     </spacer>
197    </item>
198    <item>
199     <widget class="QToolButton" name="RBPoubelle">
200      <property name="minimumSize">
201       <size>
202        <width>21</width>
203        <height>25</height>
204       </size>
205      </property>
206      <property name="maximumSize">
207       <size>
208        <width>21</width>
209        <height>25</height>
210       </size>
211      </property>
212      <property name="styleSheet">
213       <string notr="true">border : 0px</string>
214      </property>
215      <property name="text">
216       <string>...</string>
217      </property>
218      <property name="icon">
219       <iconset>
220        <normaloff>../Editeur/icons/deleteRond.png</normaloff>../Editeur/icons/deleteRond.png</iconset>
221      </property>
222      <property name="iconSize">
223       <size>
224        <width>25</width>
225        <height>25</height>
226       </size>
227      </property>
228     </widget>
229    </item>
230   </layout>
231  </widget>
232  <customwidgets>
233   <customwidget>
234    <class>MonBoutonValide</class>
235    <extends>QToolButton</extends>
236    <header>monBoutonValide.h</header>
237   </customwidget>
238  </customwidgets>
239  <resources/>
240  <connections/>
241 </ui>