]> SALOME platform Git repositories - tools/eficas.git/blob - Ui/desSelectVal.ui
Salome HOME
Modif V6_4_°
[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>429</width>
12             <height>661</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="QPushButton" row="1" column="1">
28             <property name="name">
29                 <cstring>BImportSel</cstring>
30             </property>
31             <property name="text">
32                 <string>Ajouter Selection</string>
33             </property>
34         </widget>
35         <widget class="QPushButton" row="2" column="1">
36             <property name="name">
37                 <cstring>BImportTout</cstring>
38             </property>
39             <property name="text">
40                 <string>Importer Tout</string>
41             </property>
42         </widget>
43         <widget class="QButtonGroup" row="1" column="0" rowspan="2" colspan="1">
44             <property name="name">
45                 <cstring>BGSeparateur</cstring>
46             </property>
47             <property name="sizePolicy">
48                 <sizepolicy>
49                     <hsizetype>3</hsizetype>
50                     <vsizetype>5</vsizetype>
51                     <horstretch>0</horstretch>
52                     <verstretch>0</verstretch>
53                 </sizepolicy>
54             </property>
55             <property name="minimumSize">
56                 <size>
57                     <width>20</width>
58                     <height>130</height>
59                 </size>
60             </property>
61             <property name="title">
62                 <string>Séparateur</string>
63             </property>
64             <widget class="QRadioButton">
65                 <property name="name">
66                     <cstring>Bvirgule</cstring>
67                 </property>
68                 <property name="geometry">
69                     <rect>
70                         <x>12</x>
71                         <y>52</y>
72                         <width>104</width>
73                         <height>22</height>
74                     </rect>
75                 </property>
76                 <property name="text">
77                     <string>virgule</string>
78                 </property>
79             </widget>
80             <widget class="QRadioButton">
81                 <property name="name">
82                     <cstring>Bespace</cstring>
83                 </property>
84                 <property name="geometry">
85                     <rect>
86                         <x>12</x>
87                         <y>24</y>
88                         <width>104</width>
89                         <height>22</height>
90                     </rect>
91                 </property>
92                 <property name="text">
93                     <string>espace</string>
94                 </property>
95                 <property name="checked">
96                     <bool>true</bool>
97                 </property>
98             </widget>
99             <widget class="QRadioButton">
100                 <property name="name">
101                     <cstring>BpointVirgule</cstring>
102                 </property>
103                 <property name="geometry">
104                     <rect>
105                         <x>12</x>
106                         <y>80</y>
107                         <width>104</width>
108                         <height>22</height>
109                     </rect>
110                 </property>
111                 <property name="text">
112                     <string>point-virgule</string>
113                 </property>
114             </widget>
115         </widget>
116     </grid>
117 </widget>
118 <connections>
119     <connection>
120         <sender>BGSeparateur</sender>
121         <signal>clicked(int)</signal>
122         <receiver>DSelVal</receiver>
123         <slot>SeparateurSelect()</slot>
124     </connection>
125     <connection>
126         <sender>BImportSel</sender>
127         <signal>clicked()</signal>
128         <receiver>DSelVal</receiver>
129         <slot>BImportSelPressed()</slot>
130     </connection>
131     <connection>
132         <sender>BImportTout</sender>
133         <signal>clicked()</signal>
134         <receiver>DSelVal</receiver>
135         <slot>BImportToutPressed()</slot>
136     </connection>
137 </connections>
138 <slots>
139     <slot>SeparateurSelect()</slot>
140     <slot>BImportSelPressed()</slot>
141     <slot>BImportToutPressed()</slot>
142 </slots>
143 <layoutdefaults spacing="6" margin="11"/>
144 </UI>