Salome HOME
Task 2.5. Combination operations on Groups (issue #2935)
[modules/shaper.git] / src / CollectionPlugin / group_substraction_widget.xml
index 3a1f83feb772573df3df2b5e9777b445eddd0ea6..b06929b0e0d0f42df63625771869ec55f2486f5f 100644 (file)
@@ -1,15 +1,16 @@
 <source>
   <namevalue id="name"
-    label="Name"
-    placeholder="Please input the group name">
+             label="Name"
+             placeholder="Please input the group name">
   </namevalue>
   <multi_selector id="group_list"
-    tooltip="Select a set of objects"
-    type_choice="Vertices Edges Faces Solids"
-    use_choice="true"
-    clear_in_neutral_point="false"
-    filter_points="false"
-    same_topology="true">
-    <validator id="GeomValidators_BodyShapes"/>
+                  tooltip="Select a set of groups"
+                  type_choice="objects">
+    <validator id="CollectionPlugin_OperationAttribute" parameters="tools_list"/>
   </multi_selector>
-</source>
\ No newline at end of file
+  <multi_selector id="tools_list"
+                  tooltip="Select a set of groups"
+                  type_choice="objects">
+    <validator id="CollectionPlugin_OperationAttribute" parameters="group_list"/>
+  </multi_selector>
+</source>