Salome HOME
[bos #38360] [CEA] improve performances of exportXAO and PublishToStudy
[modules/shaper.git] / src / CollectionPlugin / group_widget.xml
index 6192e9826a17fda234fa6215031f7084cba65d5a..b73c0bf4c176790f5f2e335e848c18243726370d 100644 (file)
@@ -1,11 +1,18 @@
-<!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
-
 <source>
+  <namevalue id="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"
+    shape_types="Vertices Edges Faces Solids"
+    allow_objects="Group"
     use_choice="true"
-    clear_in_neutral_point="false">
+    use_filters="FiltersSelection"
+    clear_in_neutral_point="false"
+    filter_points="false"
+    same_topology="true">
     <validator id="GeomValidators_BodyShapes"/>
-  </multi_selector>
+    <validator id="CollectionPlugin_GroupSelectionValidator"/>
+    </multi_selector>
 </source>
\ No newline at end of file