Salome HOME
Issue #2038: Incorrect naming after translation
[modules/shaper.git] / src / FeaturesPlugin / remove_subshapes_widget.xml
1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 <source>
4   <shape_selector id="base_shape"
5                   label="Shape:"
6                   tooltip="Select a shape to modify."
7                   shape_types="objects"
8                   concealment="true"
9                   greed="true">
10     <validator id="GeomValidators_ShapeType" parameters="wire,shell,compsolid,compound"/>
11     <validator id="GeomValidators_BodyShapes"/>
12   </shape_selector>
13   <multi_selector id="subshapes"
14                   label="Sub-Shapes to keep:"
15                   tooltip="Select shapes to keep."
16                   type_choice="vertices edges wires faces shells solids compsolids compounds"
17                   clear_in_neutral_point="false">
18     <validator id="FeaturesPlugin_ValidatorRemoveSubShapesSelection"/>
19   </multi_selector>
20   <validator id="FeaturesPlugin_ValidatorRemoveSubShapesResult"/>
21 </source>