Salome HOME
modif Adao 7 6
[tools/eficas.git] / UiQT4 / desSelectVal.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DSelVal</class>
4  <widget class="QWidget" name="DSelVal">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>458</width>
10     <height>561</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Sélection de valeurs</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_3">
17    <item>
18     <widget class="QTextEdit" name="TBtext">
19      <property name="minimumSize">
20       <size>
21        <width>0</width>
22        <height>400</height>
23       </size>
24      </property>
25     </widget>
26    </item>
27    <item>
28     <spacer name="verticalSpacer_2">
29      <property name="orientation">
30       <enum>Qt::Vertical</enum>
31      </property>
32      <property name="sizeHint" stdset="0">
33       <size>
34        <width>20</width>
35        <height>10</height>
36       </size>
37      </property>
38     </spacer>
39    </item>
40    <item>
41     <layout class="QHBoxLayout" name="horizontalLayout">
42      <item>
43       <widget class="QGroupBox" name="BGSeparateur">
44        <property name="title">
45         <string>Separateur</string>
46        </property>
47        <layout class="QVBoxLayout" name="verticalLayout">
48         <property name="spacing">
49          <number>0</number>
50         </property>
51         <item>
52          <widget class="QRadioButton" name="Bespace">
53           <property name="text">
54            <string>espace</string>
55           </property>
56           <property name="checked">
57            <bool>true</bool>
58           </property>
59          </widget>
60         </item>
61         <item>
62          <widget class="QRadioButton" name="Bvirgule">
63           <property name="text">
64            <string>virgule</string>
65           </property>
66          </widget>
67         </item>
68         <item>
69          <widget class="QRadioButton" name="BpointVirgule">
70           <property name="text">
71            <string>point-virgule</string>
72           </property>
73          </widget>
74         </item>
75        </layout>
76       </widget>
77      </item>
78      <item>
79       <spacer name="horizontalSpacer">
80        <property name="orientation">
81         <enum>Qt::Horizontal</enum>
82        </property>
83        <property name="sizeHint" stdset="0">
84         <size>
85          <width>40</width>
86          <height>20</height>
87         </size>
88        </property>
89       </spacer>
90      </item>
91      <item>
92       <layout class="QVBoxLayout" name="verticalLayout_2">
93        <item>
94         <widget class="QPushButton" name="BImportSel">
95          <property name="minimumSize">
96           <size>
97            <width>0</width>
98            <height>40</height>
99           </size>
100          </property>
101          <property name="styleSheet">
102           <string notr="true">background-color:rgb(104,110,149);
103 color :white;
104 border-radius : 12px
105 </string>
106          </property>
107          <property name="text">
108           <string>Ajouter Selection</string>
109          </property>
110         </widget>
111        </item>
112        <item>
113         <widget class="QPushButton" name="BImportTout">
114          <property name="minimumSize">
115           <size>
116            <width>0</width>
117            <height>40</height>
118           </size>
119          </property>
120          <property name="styleSheet">
121           <string notr="true">background-color:rgb(104,110,149);
122 color :white;
123 border-radius : 12px
124 </string>
125          </property>
126          <property name="text">
127           <string>Importer Tout</string>
128          </property>
129         </widget>
130        </item>
131       </layout>
132      </item>
133     </layout>
134    </item>
135   </layout>
136  </widget>
137  <layoutdefault spacing="6" margin="11"/>
138  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
139  <resources/>
140  <connections/>
141 </ui>