Salome HOME
Recalculate DoF when removing feature without constraints (issue #1456)
[modules/shaper.git] / src / FeaturesPlugin / group_widget.xml
index 7b45d68f5efd30a251ea439d8e37de4af35b2838..731522c559459caa12ebae1d2365803ba4357324 100644 (file)
@@ -1,15 +1,10 @@
+<!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
+
 <source>
-  <stringvalue
-    id="group_name"
-    label="Name"
-    tooltip="Name of the group"
-    string_list="Vertices Edges Faces Solids" />
-  <choice
-    id="group_type"
-    label="Type"
-    tooltip="Type of geometry entities"
-    string_list="Vertices Edges Faces Solids" />
-  <multi_selector id="group_list" 
-    label="Selected objects:"
-    tooltip="List of selected objects" /> 
+  <multi_selector id="group_list"
+    tooltip="Select a set of objects"
+    type_choice="Vertices Edges Faces Solids"
+    use_choice="true">
+    <validator id="GeomValidators_BodyShapes" parameters="Sketch"/>
+  </multi_selector>
 </source>
\ No newline at end of file