Salome HOME
Issue #3224: Provide help button for feature dialog boxes
[modules/shaper.git] / src / FeaturesPlugin / intersection_widget.xml
index e0ecd069e910c72c76628bd2c739cdcc020c4f4d..bc07db63046ca749af016817d7f0c361d1938bd4 100644 (file)
@@ -1,24 +1,12 @@
-<!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
-
 <source>
   <multi_selector id="main_objects"
-    label="Main objects"
+    label="Objects"
     icon="icons/Features/cut_shape.png"
-    tooltip="Select objects(compounds, compsolids, solids, shells, faces or edges)"
-    type_choice="edges faces shells solids compsolids compounds"
+    tooltip="Select objects (compounds, compsolids, solids, shells, faces or edges)"
+    shape_types="edges faces shells solids compsolids compounds"
     use_choice="false"
     concealment="true">
     <validator id="PartSet_DifferentObjects"/>
-    <validator id="GeomValidators_IntersectionSelection"/>
-  </multi_selector>
-  <multi_selector id="tool_objects"
-    label="Tool objects"
-    icon="icons/Features/cut_tool.png"
-    tooltip="Select tools(compounds, compsolids, solids, shells, faces or edges)"
-    type_choice="edges faces shells solids compsolids compounds"
-    use_choice="false"
-    concealment="true">
-    <validator id="PartSet_DifferentObjects"/>
-    <validator id="GeomValidators_IntersectionSelection"/>
+    <validator id="FeaturesPlugin_IntersectionSelection"/>
   </multi_selector>
 </source>