Salome HOME
Issue #1662: implementation of Recover feature.
[modules/shaper.git] / src / FeaturesPlugin / recover_widget.xml
1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 <source>
4   <shape_selector id="base_feature"
5                   label="Feature:"
6                   tooltip="Select a feature that conceals results."
7                   shape_types="objects"/>
8   <concealed_objects_view id="recovered"
9                   tooltip="Concealed results to be recevered"
10                   base_shape_attribute="base_feature"
11                   obligatory="0"/>
12   <boolvalue id="persistent" label="Persistent" default="false" tooltip="Makes unable to conceal result again" obligatory="0"/>
13 </source>