]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/recover_widget.xml
Salome HOME
Issue #1662: implementation of Recover feature.
[modules/shaper.git] / src / FeaturesPlugin / recover_widget.xml
index daf0d16b5994704718fed29b8a68fdfcfbf05c82..51582a8b79aa906cff82f3c169ff22d722ee090b 100644 (file)
@@ -1,12 +1,13 @@
 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
 
 <source>
-  <shape_selector id="base_shape"
-                  label="Shape:"
-                  tooltip="Select a feature of concealed objects."
+  <shape_selector id="base_feature"
+                  label="Feature:"
+                  tooltip="Select a feature that conceals results."
                   shape_types="objects"/>
-  <concealed_objects_view id="recovered_entities"
-                  tooltip="Concealed objects"
-                  base_shape_attribute="base_shape"
+  <concealed_objects_view id="recovered"
+                  tooltip="Concealed results to be recevered"
+                  base_shape_attribute="base_feature"
                   obligatory="0"/>
-</source>
\ No newline at end of file
+  <boolvalue id="persistent" label="Persistent" default="false" tooltip="Makes unable to conceal result again" obligatory="0"/>
+</source>