1 <?xml version="1.0" encoding="UTF-8"?>
4 <widget class="QWidget" name="DSelVal">
5 <property name="geometry">
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
19 <property name="windowTitle">
20 <string>Sélection de valeurs</string>
22 <property name="styleSheet">
23 <string notr="true">background:rgb(235,235,235)</string>
25 <layout class="QVBoxLayout" name="verticalLayout_3">
27 <widget class="QTextEdit" name="TBtext">
28 <property name="minimumSize">
34 <property name="styleSheet">
35 <string notr="true">background:rgb(250,250,250)</string>
40 <spacer name="verticalSpacer_2">
41 <property name="orientation">
42 <enum>Qt::Vertical</enum>
44 <property name="sizeType">
45 <enum>QSizePolicy::Fixed</enum>
47 <property name="sizeHint" stdset="0">
56 <layout class="QHBoxLayout" name="horizontalLayout">
58 <widget class="QGroupBox" name="BGSeparateur">
59 <property name="sizePolicy">
60 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
61 <horstretch>0</horstretch>
62 <verstretch>0</verstretch>
65 <property name="minimumSize">
71 <property name="title">
72 <string>Separateur</string>
74 <layout class="QVBoxLayout" name="verticalLayout_4">
75 <property name="topMargin">
78 <property name="bottomMargin">
82 <spacer name="verticalSpacer_3">
83 <property name="orientation">
84 <enum>Qt::Vertical</enum>
86 <property name="sizeType">
87 <enum>QSizePolicy::Fixed</enum>
89 <property name="sizeHint" stdset="0">
98 <layout class="QVBoxLayout" name="verticalLayout">
99 <property name="spacing">
102 <property name="sizeConstraint">
103 <enum>QLayout::SetFixedSize</enum>
106 <widget class="QRadioButton" name="Bespace">
107 <property name="sizePolicy">
108 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
109 <horstretch>0</horstretch>
110 <verstretch>0</verstretch>
113 <property name="text">
114 <string>espace</string>
116 <property name="checked">
122 <widget class="QRadioButton" name="Bvirgule">
123 <property name="text">
124 <string>virgule</string>
129 <widget class="QRadioButton" name="BpointVirgule">
130 <property name="text">
131 <string>point-virgule</string>
141 <spacer name="horizontalSpacer">
142 <property name="orientation">
143 <enum>Qt::Horizontal</enum>
145 <property name="sizeHint" stdset="0">
154 <layout class="QVBoxLayout" name="verticalLayout_2">
155 <property name="spacing">
159 <spacer name="verticalSpacer">
160 <property name="minimumSize">
166 <property name="orientation">
167 <enum>Qt::Vertical</enum>
169 <property name="sizeType">
170 <enum>QSizePolicy::Fixed</enum>
172 <property name="sizeHint" stdset="0">
181 <widget class="QPushButton" name="BImportTout">
182 <property name="sizePolicy">
183 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
184 <horstretch>0</horstretch>
185 <verstretch>0</verstretch>
188 <property name="minimumSize">
194 <property name="maximumSize">
200 <property name="styleSheet">
201 <string notr="true">background-color:rgb(104,110,149);
206 <property name="text">
207 <string>Importer Tout</string>
212 <widget class="QPushButton" name="BImportSel">
213 <property name="sizePolicy">
214 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
215 <horstretch>0</horstretch>
216 <verstretch>0</verstretch>
219 <property name="minimumSize">
225 <property name="maximumSize">
231 <property name="styleSheet">
232 <string notr="true">background-color:rgb(104,110,149);
237 <property name="text">
238 <string>Ajouter Selection</string>
248 <layoutdefault spacing="6" margin="11"/>
249 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>