Salome HOME
In SubShapes feature multi-selection control now does not cleared when user click...
[modules/shaper.git] / src / BuildPlugin / 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     <validator id="GeomValidators_ShapeType" parameters="wire,face"/>
10   </shape_selector>
11   <multi_selector id="sub_shapes"
12                   label="Sub-Shapes:"
13                   tooltip="Select shapes on sketch to add."
14                   type_choice="vertices edges"
15                   concealment="true"
16                   clear_in_neutral_point="false">
17     <validator id="BuildPlugin_ValidatorSubShapesSelection" parameters="base_shape,Sketch"/>
18   </multi_selector>
19 </source>