Salome HOME
merge from V3_2_0_maintenance 17mar08
[modules/eficas.git] / src / EFICASGUI / SelectMainShapeDiag_ui.ui
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>SelectMainShapeDiag</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>SelectMainShapeDiag</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>373</width>
12             <height>260</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>SALOME - Main Shape Selection</string>
17     </property>
18     <property name="sizeGripEnabled">
19         <bool>true</bool>
20     </property>
21     <vbox>
22         <property name="name">
23             <cstring>unnamed</cstring>
24         </property>
25         <widget class="QLabel">
26             <property name="name">
27                 <cstring>textLabel2</cstring>
28             </property>
29             <property name="text">
30                 <string>Select the main shape you want to work on</string>
31             </property>
32         </widget>
33         <widget class="QListBox">
34             <item>
35                 <property name="text">
36                     <string>New Item</string>
37                 </property>
38             </item>
39             <property name="name">
40                 <cstring>lbMainShapes</cstring>
41             </property>
42         </widget>
43         <widget class="QLayoutWidget">
44             <property name="name">
45                 <cstring>Layout1</cstring>
46             </property>
47             <hbox>
48                 <property name="name">
49                     <cstring>unnamed</cstring>
50                 </property>
51                 <property name="margin">
52                     <number>0</number>
53                 </property>
54                 <property name="spacing">
55                     <number>6</number>
56                 </property>
57                 <widget class="QPushButton">
58                     <property name="name">
59                         <cstring>buttonHelp</cstring>
60                     </property>
61                     <property name="text">
62                         <string>&amp;Help</string>
63                     </property>
64                     <property name="accel">
65                         <string>F1</string>
66                     </property>
67                     <property name="autoDefault">
68                         <bool>true</bool>
69                     </property>
70                 </widget>
71                 <spacer>
72                     <property name="name">
73                         <cstring>Horizontal Spacing2</cstring>
74                     </property>
75                     <property name="orientation">
76                         <enum>Horizontal</enum>
77                     </property>
78                     <property name="sizeType">
79                         <enum>Expanding</enum>
80                     </property>
81                     <property name="sizeHint">
82                         <size>
83                             <width>20</width>
84                             <height>20</height>
85                         </size>
86                     </property>
87                 </spacer>
88                 <widget class="QPushButton">
89                     <property name="name">
90                         <cstring>buttonOk</cstring>
91                     </property>
92                     <property name="text">
93                         <string>&amp;OK</string>
94                     </property>
95                     <property name="accel">
96                         <string></string>
97                     </property>
98                     <property name="autoDefault">
99                         <bool>true</bool>
100                     </property>
101                     <property name="default">
102                         <bool>true</bool>
103                     </property>
104                 </widget>
105                 <widget class="QPushButton">
106                     <property name="name">
107                         <cstring>buttonCancel</cstring>
108                     </property>
109                     <property name="text">
110                         <string>&amp;Cancel</string>
111                     </property>
112                     <property name="accel">
113                         <string></string>
114                     </property>
115                     <property name="autoDefault">
116                         <bool>true</bool>
117                     </property>
118                 </widget>
119             </hbox>
120         </widget>
121     </vbox>
122 </widget>
123 <connections>
124     <connection>
125         <sender>buttonOk</sender>
126         <signal>clicked()</signal>
127         <receiver>SelectMainShapeDiag</receiver>
128         <slot>accept()</slot>
129     </connection>
130     <connection>
131         <sender>buttonCancel</sender>
132         <signal>clicked()</signal>
133         <receiver>SelectMainShapeDiag</receiver>
134         <slot>reject()</slot>
135     </connection>
136 </connections>
137 <layoutdefaults spacing="6" margin="11"/>
138 </UI>