Salome HOME
Support of nested option buttons
[modules/shaper.git] / src / FeaturesPlugin / partition_widget.xml
1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 <source>
4   <multi_selector id="base_objects"
5     label="Base objects:"
6     tooltip="Select objects for partitioning."
7     type_choice="objects"
8     concealment="true">
9     <validator id="FeaturesPlugin_ValidatorPartitionSelection" parameters="Plane"/>
10   </multi_selector>
11   <validator id="GeomValidators_MinObjectsSelected" parameters="base_objects,2"/>
12 </source>