Salome HOME
Merge remote-tracking branch 'remotes/origin/master' into CEA_2019
[modules/shaper.git] / src / CollectionPlugin / group_addition_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                   label="Base groups:"
8                   tooltip="Select a set of groups"
9                   shape_types="objects"
10                   allow_objects="Group">
11     <validator id="CollectionPlugin_OperationAttribute"/>
12   </multi_selector>
13 </source>