Salome HOME
bug
[tools/eficas.git] / UiQT5 / desChoixCata.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DChoixCata</class>
4  <widget class="QDialog" name="DChoixCata">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>466</width>
10     <height>206</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Choix d'une version du code Aster</string>
15   </property>
16   <property name="sizeGripEnabled">
17    <bool>true</bool>
18   </property>
19   <layout class="QVBoxLayout" name="verticalLayout">
20    <item>
21     <layout class="QHBoxLayout" name="horizontalLayout_3">
22      <item>
23       <widget class="QLabel" name="TLNb">
24        <property name="minimumSize">
25         <size>
26          <width>0</width>
27          <height>0</height>
28         </size>
29        </property>
30        <property name="text">
31         <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
32 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
33 p, li { white-space: pre-wrap; }
34 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
35 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;2 versions sont disponibles&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
36        </property>
37        <property name="wordWrap">
38         <bool>false</bool>
39        </property>
40       </widget>
41      </item>
42      <item>
43       <spacer name="horizontalSpacer_3">
44        <property name="orientation">
45         <enum>Qt::Horizontal</enum>
46        </property>
47        <property name="sizeHint" stdset="0">
48         <size>
49          <width>40</width>
50          <height>20</height>
51         </size>
52        </property>
53       </spacer>
54      </item>
55     </layout>
56    </item>
57    <item>
58     <spacer name="verticalSpacer_2">
59      <property name="orientation">
60       <enum>Qt::Vertical</enum>
61      </property>
62      <property name="sizeHint" stdset="0">
63       <size>
64        <width>20</width>
65        <height>45</height>
66       </size>
67      </property>
68     </spacer>
69    </item>
70    <item>
71     <widget class="QComboBox" name="CBChoixCata">
72      <property name="enabled">
73       <bool>true</bool>
74      </property>
75      <property name="minimumSize">
76       <size>
77        <width>400</width>
78        <height>41</height>
79       </size>
80      </property>
81      <property name="maximumSize">
82       <size>
83        <width>150</width>
84        <height>16777215</height>
85       </size>
86      </property>
87     </widget>
88    </item>
89    <item>
90     <spacer name="verticalSpacer">
91      <property name="orientation">
92       <enum>Qt::Vertical</enum>
93      </property>
94      <property name="sizeHint" stdset="0">
95       <size>
96        <width>20</width>
97        <height>45</height>
98       </size>
99      </property>
100     </spacer>
101    </item>
102    <item>
103     <layout class="QHBoxLayout" name="horizontalLayout">
104      <item>
105       <spacer name="horizontalSpacer_2">
106        <property name="orientation">
107         <enum>Qt::Horizontal</enum>
108        </property>
109        <property name="sizeHint" stdset="0">
110         <size>
111          <width>40</width>
112          <height>20</height>
113         </size>
114        </property>
115       </spacer>
116      </item>
117      <item>
118       <widget class="QPushButton" name="buttonCancel">
119        <property name="minimumSize">
120         <size>
121          <width>140</width>
122          <height>40</height>
123         </size>
124        </property>
125        <property name="toolTip">
126         <string/>
127        </property>
128        <property name="styleSheet">
129         <string notr="true">background-color:rgb(104,110,149);
130 color :white;
131 border-radius : 12px
132 </string>
133        </property>
134        <property name="text">
135         <string>&amp;Cancel</string>
136        </property>
137        <property name="shortcut">
138         <string/>
139        </property>
140        <property name="autoDefault">
141         <bool>true</bool>
142        </property>
143       </widget>
144      </item>
145      <item>
146       <spacer name="horizontalSpacer">
147        <property name="orientation">
148         <enum>Qt::Horizontal</enum>
149        </property>
150        <property name="sizeType">
151         <enum>QSizePolicy::Fixed</enum>
152        </property>
153        <property name="sizeHint" stdset="0">
154         <size>
155          <width>40</width>
156          <height>20</height>
157         </size>
158        </property>
159       </spacer>
160      </item>
161      <item>
162       <widget class="QPushButton" name="buttonOk">
163        <property name="minimumSize">
164         <size>
165          <width>140</width>
166          <height>40</height>
167         </size>
168        </property>
169        <property name="toolTip">
170         <string>Validate choice</string>
171        </property>
172        <property name="styleSheet">
173         <string notr="true">background-color:rgb(104,110,149);
174 color :white;
175 border-radius : 12px
176
177 </string>
178        </property>
179        <property name="text">
180         <string>&amp;OK</string>
181        </property>
182        <property name="shortcut">
183         <string/>
184        </property>
185        <property name="autoDefault">
186         <bool>true</bool>
187        </property>
188        <property name="default">
189         <bool>true</bool>
190        </property>
191       </widget>
192      </item>
193     </layout>
194    </item>
195   </layout>
196  </widget>
197  <layoutdefault spacing="6" margin="11"/>
198  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
199  <resources/>
200  <connections/>
201 </ui>