]> SALOME platform Git repositories - modules/shaper.git/blob - src/CollectionPlugin/group_substraction_widget.xml
Salome HOME
Porting Salome to OCCT 7.7.0
[modules/shaper.git] / src / CollectionPlugin / group_substraction_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="Main groups:"
8                   tooltip="Select a set of groups"
9                   shape_types="objects"
10                   allow_objects="Group">
11     <validator id="CollectionPlugin_OperationAttribute" parameters="tools_list"/>
12   </multi_selector>
13   <multi_selector id="tools_list"
14                   label="Tool groups:"
15                   tooltip="Select a set of groups"
16                   shape_types="objects"
17                   allow_objects="Group">
18     <validator id="CollectionPlugin_OperationAttribute" parameters="group_list"/>
19   </multi_selector>
20 </source>