Salome HOME
Meet the coding style (line length <= 100)
[modules/shaper.git] / src / ExchangePlugin / export_widget.xml
index 1444d46439ece9c947f8a212b7261c320a7f6056..cc06c1e2e7b8b6e7fbcfd9ef61d2cb3efb26c173 100644 (file)
         <validator id="ExchangePlugin_ExportFormat"
                    parameters="BREP|BRP:BREP,STEP|STP:STEP,IGES|IGS:IGES-5.1,IGES|IGS:IGES-5.3" />
       </export_file_selector>
+      <multi_selector id="selection_list" 
+                      tooltip="Select a set of objects" 
+                      type_choice="Vertices Edges Faces Solids Compsolids Objects">
+        <validator id="GeomValidators_Finite"/>
+      </multi_selector>
     </case>
     <case id="XAO" title="XAO">
-      <export_file_selector id="file_path"
+      <export_file_selector id="xao_file_path"
                             type="save"
                             title="Export file"
                             path="">
                    label="Author"
                    placeholder="Please input the author">
       </stringvalue>
+      <stringvalue id="xao_geometry_name"
+                   label="Geometry name"
+                   placeholder="Please input the geometry name">
+      </stringvalue>
     </case>
   </switch>
-  <multi_selector id="selection_list" 
-                  tooltip="Select a set of objects" 
-                  type_choice="Vertices Edges Faces Solids Objects">
-    <validator id="GeomValidators_Finite"/>
-  </multi_selector>
 </source>