Salome HOME
legere difference ds VARIABLES_TO_BE...
[tools/eficas.git] / UiQT4 / desChoixCode.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ChoixCode</class>
4  <widget class="QWidget" name="ChoixCode">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>555</width>
10     <height>332</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Choix du code</string>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout">
23    <item>
24     <widget class="QLabel" name="label_choix">
25      <property name="sizePolicy">
26       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
27        <horstretch>0</horstretch>
28        <verstretch>0</verstretch>
29       </sizepolicy>
30      </property>
31      <property name="minimumSize">
32       <size>
33        <width>0</width>
34        <height>30</height>
35       </size>
36      </property>
37      <property name="text">
38       <string>Veuillez choisir un code :</string>
39      </property>
40     </widget>
41    </item>
42    <item>
43     <widget class="QGroupBox" name="groupBox">
44      <property name="sizePolicy">
45       <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
46        <horstretch>0</horstretch>
47        <verstretch>0</verstretch>
48       </sizepolicy>
49      </property>
50      <property name="title">
51       <string/>
52      </property>
53     </widget>
54    </item>
55    <item>
56     <layout class="QHBoxLayout" name="horizontalLayout">
57      <property name="sizeConstraint">
58       <enum>QLayout::SetFixedSize</enum>
59      </property>
60      <item>
61       <spacer name="horizontalSpacer_4">
62        <property name="orientation">
63         <enum>Qt::Horizontal</enum>
64        </property>
65        <property name="sizeHint" stdset="0">
66         <size>
67          <width>40</width>
68          <height>20</height>
69         </size>
70        </property>
71       </spacer>
72      </item>
73      <item>
74       <widget class="QPushButton" name="pB_cancel">
75        <property name="minimumSize">
76         <size>
77          <width>140</width>
78          <height>40</height>
79         </size>
80        </property>
81        <property name="toolTip">
82         <string/>
83        </property>
84        <property name="styleSheet">
85         <string notr="true">background-color:rgb(104,110,149);
86 color :white;
87 border-radius : 12px
88 </string>
89        </property>
90        <property name="text">
91         <string>&amp;Cancel</string>
92        </property>
93        <property name="shortcut">
94         <string/>
95        </property>
96        <property name="autoDefault">
97         <bool>true</bool>
98        </property>
99       </widget>
100      </item>
101      <item>
102       <spacer name="horizontalSpacer">
103        <property name="orientation">
104         <enum>Qt::Horizontal</enum>
105        </property>
106        <property name="sizeType">
107         <enum>QSizePolicy::Fixed</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="pB_OK">
119        <property name="minimumSize">
120         <size>
121          <width>140</width>
122          <height>40</height>
123         </size>
124        </property>
125        <property name="toolTip">
126         <string>Validate choice</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
133 </string>
134        </property>
135        <property name="text">
136         <string>&amp;OK</string>
137        </property>
138        <property name="shortcut">
139         <string/>
140        </property>
141        <property name="autoDefault">
142         <bool>true</bool>
143        </property>
144        <property name="default">
145         <bool>true</bool>
146        </property>
147       </widget>
148      </item>
149     </layout>
150    </item>
151   </layout>
152  </widget>
153  <resources/>
154  <connections/>
155 </ui>