Salome HOME
Revert "prise en compte chgt de nom enum"
[tools/eficas.git] / UiQT5 / 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      <layout class="QVBoxLayout" name="vlBouton">
54       <item>
55        <spacer name="verticalSpacer">
56         <property name="orientation">
57          <enum>Qt::Vertical</enum>
58         </property>
59         <property name="sizeHint" stdset="0">
60          <size>
61           <width>20</width>
62           <height>40</height>
63          </size>
64         </property>
65        </spacer>
66       </item>
67      </layout>
68     </widget>
69    </item>
70    <item>
71     <layout class="QHBoxLayout" name="horizontalLayout">
72      <property name="sizeConstraint">
73       <enum>QLayout::SetFixedSize</enum>
74      </property>
75      <item>
76       <spacer name="horizontalSpacer_4">
77        <property name="orientation">
78         <enum>Qt::Horizontal</enum>
79        </property>
80        <property name="sizeHint" stdset="0">
81         <size>
82          <width>40</width>
83          <height>20</height>
84         </size>
85        </property>
86       </spacer>
87      </item>
88      <item>
89       <widget class="QPushButton" name="pB_cancel">
90        <property name="minimumSize">
91         <size>
92          <width>140</width>
93          <height>40</height>
94         </size>
95        </property>
96        <property name="toolTip">
97         <string/>
98        </property>
99        <property name="styleSheet">
100         <string notr="true">background-color:rgb(104,110,149);
101 color :white;
102 border-radius : 12px
103 </string>
104        </property>
105        <property name="text">
106         <string>&amp;Cancel</string>
107        </property>
108        <property name="shortcut">
109         <string/>
110        </property>
111        <property name="autoDefault">
112         <bool>true</bool>
113        </property>
114       </widget>
115      </item>
116      <item>
117       <spacer name="horizontalSpacer">
118        <property name="orientation">
119         <enum>Qt::Horizontal</enum>
120        </property>
121        <property name="sizeType">
122         <enum>QSizePolicy::Fixed</enum>
123        </property>
124        <property name="sizeHint" stdset="0">
125         <size>
126          <width>40</width>
127          <height>20</height>
128         </size>
129        </property>
130       </spacer>
131      </item>
132      <item>
133       <widget class="QPushButton" name="pB_OK">
134        <property name="minimumSize">
135         <size>
136          <width>140</width>
137          <height>40</height>
138         </size>
139        </property>
140        <property name="toolTip">
141         <string>Validate choice</string>
142        </property>
143        <property name="styleSheet">
144         <string notr="true">background-color:rgb(104,110,149);
145 color :white;
146 border-radius : 12px
147
148 </string>
149        </property>
150        <property name="text">
151         <string>&amp;OK</string>
152        </property>
153        <property name="shortcut">
154         <string/>
155        </property>
156        <property name="autoDefault">
157         <bool>true</bool>
158        </property>
159        <property name="default">
160         <bool>true</bool>
161        </property>
162       </widget>
163      </item>
164     </layout>
165    </item>
166   </layout>
167  </widget>
168  <resources/>
169  <connections/>
170 </ui>