Salome HOME
bug recherche plus liste
[tools/eficas.git] / UiQT5 / desChoixLangue.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ChoixLangue</class>
4  <widget class="QWidget" name="ChoixLangue">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>191</width>
10     <height>119</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>Langue</string>
21   </property>
22   <layout class="QGridLayout" name="gridLayout">
23    <item row="0" column="0">
24     <widget class="QGroupBox" name="groupBox">
25      <property name="sizePolicy">
26       <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
27        <horstretch>0</horstretch>
28        <verstretch>0</verstretch>
29       </sizepolicy>
30      </property>
31      <property name="title">
32       <string/>
33      </property>
34      <layout class="QVBoxLayout" name="verticalLayout">
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>0</number>
43       </property>
44       <property name="rightMargin">
45        <number>4</number>
46       </property>
47       <property name="bottomMargin">
48        <number>0</number>
49       </property>
50       <item>
51        <widget class="QRadioButton" name="rbFrancais">
52         <property name="text">
53          <string>Français</string>
54         </property>
55        </widget>
56       </item>
57       <item>
58        <widget class="QRadioButton" name="rbEnglish">
59         <property name="text">
60          <string>English</string>
61         </property>
62        </widget>
63       </item>
64      </layout>
65      <zorder>rbEnglish</zorder>
66      <zorder>rbFrancais</zorder>
67     </widget>
68    </item>
69    <item row="1" column="0">
70     <layout class="QHBoxLayout" name="horizontalLayout">
71      <property name="sizeConstraint">
72       <enum>QLayout::SetFixedSize</enum>
73      </property>
74      <item>
75       <spacer name="horizontalSpacer_4">
76        <property name="orientation">
77         <enum>Qt::Horizontal</enum>
78        </property>
79        <property name="sizeHint" stdset="0">
80         <size>
81          <width>20</width>
82          <height>20</height>
83         </size>
84        </property>
85       </spacer>
86      </item>
87      <item>
88       <widget class="QPushButton" name="pB_OK">
89        <property name="minimumSize">
90         <size>
91          <width>60</width>
92          <height>30</height>
93         </size>
94        </property>
95        <property name="toolTip">
96         <string>Validate choice</string>
97        </property>
98        <property name="styleSheet">
99         <string notr="true">background-color:rgb(104,110,149);
100 color :white;
101 border-radius : 12px
102
103 </string>
104        </property>
105        <property name="text">
106         <string>&amp;OK</string>
107        </property>
108        <property name="shortcut">
109         <string/>
110        </property>
111        <property name="autoDefault">
112         <bool>true</bool>
113        </property>
114        <property name="default">
115         <bool>true</bool>
116        </property>
117       </widget>
118      </item>
119     </layout>
120    </item>
121   </layout>
122  </widget>
123  <resources/>
124  <connections/>
125 </ui>