Salome HOME
Update Filters data model using the previous filters implementation: filter arguments...
[modules/shaper.git] / src / CollectionPlugin / group_widget.xml
1 <source>
2   <namevalue id="name"
3     label="Name"
4     placeholder="Please input the group name">
5   </namevalue>
6   <multi_selector id="group_list"
7     tooltip="Select a set of objects"
8     type_choice="Vertices Edges Faces Solids"
9     use_choice="true"
10     use_filters="FiltersSelection"
11     clear_in_neutral_point="false"
12     filter_points="false"
13     same_topology="true">
14     <validator id="GeomValidators_BodyShapes"/>
15   </multi_selector>
16 </source>