Salome HOME
Merge remote-tracking branch 'remotes/origin/EDF_2020_Lot2'
[modules/shaper.git] / src / BuildPlugin / subshapes_widget.xml
1 <source>
2   <shape_selector id="base_shape"
3                   label="Shape:"
4                   tooltip="Select a shape to modify."
5                   shape_types="objects"
6                   concealment="true"
7                   greed="true">
8     <validator id="GeomValidators_ShapeType" parameters="wire,face"/>
9   </shape_selector>
10   <multi_selector id="subshapes"
11                   label="Sub-Shapes:"
12                   tooltip="Select shapes on sketch to add."
13                   shape_types="vertices edges"
14                   concealment="true"
15                   clear_in_neutral_point="false">
16     <validator id="BuildPlugin_ValidatorSubShapesSelection" parameters="Sketch"/>
17   </multi_selector>
18 </source>