Salome HOME
Issue #3069: Do not ask confirmation for operation closing if it doesn't produce...
[modules/shaper.git] / src / ExchangePlugin / export_widget.xml
1 <source>
2   <switch id="ExportType">
3     <case id="Regular" title="BREP, STEP, IGES">
4       <export_file_selector id="file_path"
5                             type="save"
6                             title="Export file"
7                             path="">
8         <validator id="ExchangePlugin_ExportFormat"
9                    parameters="brep|brp:BREP,step|stp:STEP,iges|igs:IGES-5.1,iges|igs:IGES-5.3" />
10       </export_file_selector>
11       <multi_selector id="selection_list"
12                       tooltip="Select a set of objects"
13                       shape_types="Vertices Edges Faces Solids Compsolids Objects">
14         <validator id="GeomValidators_Finite"/>
15       </multi_selector>
16     </case>
17     <case id="XAO" title="XAO">
18       <export_file_selector id="xao_file_path"
19                             type="save"
20                             title="Export file"
21                             path="">
22         <validator id="ExchangePlugin_ExportFormat"
23                    parameters="xao:XAO" />
24       </export_file_selector>
25       <stringvalue id="xao_author"
26                    label="Author"
27                    placeholder="Please input the author">
28       </stringvalue>
29       <stringvalue id="xao_geometry_name"
30                    label="Geometry name"
31                    placeholder="Please input the geometry name">
32       </stringvalue>
33     </case>
34   </switch>
35 </source>