]> SALOME platform Git repositories - tools/eficas.git/blob - Ui/desUniqueInto.ui
Salome HOME
CCAR: merge de la version 1.14 dans la branche principale
[tools/eficas.git] / Ui / desUniqueInto.ui
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>DUnIn</class>
3 <widget class="QWidget">
4     <property name="name">
5         <cstring>DUnIn</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>482</width>
12             <height>480</height>
13         </rect>
14     </property>
15     <property name="minimumSize">
16         <size>
17             <width>350</width>
18             <height>0</height>
19         </size>
20     </property>
21     <property name="caption">
22         <string>DUnIn</string>
23     </property>
24     <grid>
25         <property name="name">
26             <cstring>unnamed</cstring>
27         </property>
28         <widget class="QTabWidget" row="0" column="0">
29             <property name="name">
30                 <cstring>tabuniqueinto</cstring>
31             </property>
32             <widget class="QWidget">
33                 <property name="name">
34                     <cstring>Widget8</cstring>
35                 </property>
36                 <attribute name="title">
37                     <string>Saisir Valeur</string>
38                 </attribute>
39                 <grid>
40                     <property name="name">
41                         <cstring>unnamed</cstring>
42                     </property>
43                     <widget class="QLabel" row="2" column="0">
44                         <property name="name">
45                             <cstring>Commentaire</cstring>
46                         </property>
47                         <property name="minimumSize">
48                             <size>
49                                 <width>420</width>
50                                 <height>30</height>
51                             </size>
52                         </property>
53                         <property name="text">
54                             <string></string>
55                         </property>
56                     </widget>
57                     <widget class="QLayoutWidget" row="3" column="0">
58                         <property name="name">
59                             <cstring>layout2</cstring>
60                         </property>
61                         <hbox>
62                             <property name="name">
63                                 <cstring>unnamed</cstring>
64                             </property>
65                             <widget class="QPushButton">
66                                 <property name="name">
67                                     <cstring>bSup</cstring>
68                                 </property>
69                                 <property name="minimumSize">
70                                     <size>
71                                         <width>0</width>
72                                         <height>30</height>
73                                     </size>
74                                 </property>
75                                 <property name="text">
76                                     <string>&amp;Supprimer</string>
77                                 </property>
78                                 <property name="accel">
79                                     <string>Alt+S</string>
80                                 </property>
81                                 <property name="autoDefault">
82                                     <bool>true</bool>
83                                 </property>
84                                 <property name="toolTip" stdset="0">
85                                     <string>suppression du mot clef</string>
86                                 </property>
87                             </widget>
88                             <widget class="QPushButton">
89                                 <property name="name">
90                                     <cstring>bOk</cstring>
91                                 </property>
92                                 <property name="minimumSize">
93                                     <size>
94                                         <width>0</width>
95                                         <height>30</height>
96                                     </size>
97                                 </property>
98                                 <property name="text">
99                                     <string>&amp;Valider</string>
100                                 </property>
101                                 <property name="accel">
102                                     <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
103                                 </property>
104                                 <property name="autoDefault">
105                                     <bool>true</bool>
106                                 </property>
107                                 <property name="default">
108                                     <bool>true</bool>
109                                 </property>
110                                 <property name="toolTip" stdset="0">
111                                     <string>validation de la saisie</string>
112                                 </property>
113                             </widget>
114                             <widget class="QPushButton">
115                                 <property name="name">
116                                     <cstring>bHelp</cstring>
117                                 </property>
118                                 <property name="minimumSize">
119                                     <size>
120                                         <width>0</width>
121                                         <height>30</height>
122                                     </size>
123                                 </property>
124                                 <property name="text">
125                                     <string>&amp;Documentation</string>
126                                 </property>
127                                 <property name="accel">
128                                     <string>Alt+D</string>
129                                 </property>
130                                 <property name="autoDefault">
131                                     <bool>true</bool>
132                                 </property>
133                                 <property name="toolTip" stdset="0">
134                                     <string>affichage documentation aster</string>
135                                 </property>
136                             </widget>
137                         </hbox>
138                     </widget>
139                     <widget class="QListBox" row="1" column="0">
140                         <property name="name">
141                             <cstring>listBoxVal</cstring>
142                         </property>
143                     </widget>
144                     <widget class="QLabel" row="0" column="0">
145                         <property name="name">
146                             <cstring>textLabel2</cstring>
147                         </property>
148                         <property name="text">
149                             <string>&lt;b&gt;&lt;u&gt;&lt;p align="center"&gt;Valeurs possibles&lt;/p&gt;&lt;/u&gt;&lt;/b&gt;</string>
150                         </property>
151                     </widget>
152                 </grid>
153             </widget>
154         </widget>
155     </grid>
156 </widget>
157 <connections>
158     <connection>
159         <sender>bHelp</sender>
160         <signal>clicked()</signal>
161         <receiver>DUnIn</receiver>
162         <slot>ViewDoc()</slot>
163     </connection>
164     <connection>
165         <sender>bOk</sender>
166         <signal>clicked()</signal>
167         <receiver>DUnIn</receiver>
168         <slot>BOkPressed()</slot>
169     </connection>
170     <connection>
171         <sender>bSup</sender>
172         <signal>clicked()</signal>
173         <receiver>DUnIn</receiver>
174         <slot>BSupPressed()</slot>
175     </connection>
176 </connections>
177 <slots>
178     <slot>BSupPressed()</slot>
179     <slot>ViewDoc()</slot>
180     <slot>BOkPressed()</slot>
181 </slots>
182 <layoutdefaults spacing="6" margin="11"/>
183 </UI>