]> SALOME platform Git repositories - tools/eficas.git/blob - Ui/desSelectVal.ui
Salome HOME
CCAR: merge de la version 1.14 dans la branche principale
[tools/eficas.git] / Ui / desSelectVal.ui
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>DSelVal</class>
3 <widget class="QWidget">
4     <property name="name">
5         <cstring>DSelVal</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>413</width>
12             <height>497</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>Sélection de valeurs</string>
17     </property>
18     <grid>
19         <property name="name">
20             <cstring>unnamed</cstring>
21         </property>
22         <widget class="QTextBrowser" row="0" column="0" rowspan="1" colspan="2">
23             <property name="name">
24                 <cstring>TBtext</cstring>
25             </property>
26         </widget>
27         <widget class="QButtonGroup" row="1" column="0" rowspan="2" colspan="1">
28             <property name="name">
29                 <cstring>BGSeparateur</cstring>
30             </property>
31             <property name="minimumSize">
32                 <size>
33                     <width>180</width>
34                     <height>100</height>
35                 </size>
36             </property>
37             <property name="title">
38                 <string>Séparateur</string>
39             </property>
40             <widget class="QLayoutWidget">
41                 <property name="name">
42                     <cstring>layout1</cstring>
43                 </property>
44                 <property name="geometry">
45                     <rect>
46                         <x>17</x>
47                         <y>20</y>
48                         <width>150</width>
49                         <height>74</height>
50                     </rect>
51                 </property>
52                 <grid>
53                     <property name="name">
54                         <cstring>unnamed</cstring>
55                     </property>
56                     <widget class="QRadioButton" row="2" column="0">
57                         <property name="name">
58                             <cstring>BpointVirgule</cstring>
59                         </property>
60                         <property name="text">
61                             <string>point-virgule</string>
62                         </property>
63                     </widget>
64                     <widget class="QRadioButton" row="0" column="0">
65                         <property name="name">
66                             <cstring>Bespace</cstring>
67                         </property>
68                         <property name="text">
69                             <string>espace</string>
70                         </property>
71                         <property name="checked">
72                             <bool>true</bool>
73                         </property>
74                     </widget>
75                     <widget class="QRadioButton" row="1" column="0">
76                         <property name="name">
77                             <cstring>Bvirgule</cstring>
78                         </property>
79                         <property name="text">
80                             <string>virgule</string>
81                         </property>
82                     </widget>
83                 </grid>
84             </widget>
85         </widget>
86         <widget class="QPushButton" row="2" column="1">
87             <property name="name">
88                 <cstring>BImportTout</cstring>
89             </property>
90             <property name="text">
91                 <string>Importer Tout</string>
92             </property>
93         </widget>
94         <widget class="QPushButton" row="1" column="1">
95             <property name="name">
96                 <cstring>BImportSel</cstring>
97             </property>
98             <property name="text">
99                 <string>Ajouter Selection</string>
100             </property>
101         </widget>
102     </grid>
103 </widget>
104 <connections>
105     <connection>
106         <sender>BGSeparateur</sender>
107         <signal>clicked(int)</signal>
108         <receiver>DSelVal</receiver>
109         <slot>SeparateurSelect()</slot>
110     </connection>
111     <connection>
112         <sender>BImportSel</sender>
113         <signal>clicked()</signal>
114         <receiver>DSelVal</receiver>
115         <slot>BImportSelPressed()</slot>
116     </connection>
117     <connection>
118         <sender>BImportTout</sender>
119         <signal>clicked()</signal>
120         <receiver>DSelVal</receiver>
121         <slot>BImportToutPressed()</slot>
122     </connection>
123 </connections>
124 <slots>
125     <slot>SeparateurSelect()</slot>
126     <slot>BImportSelPressed()</slot>
127     <slot>BImportToutPressed()</slot>
128 </slots>
129 <layoutdefaults spacing="6" margin="11"/>
130 </UI>