Salome HOME
It moves the connect of the propertyPanel noWidget signal to the module instead of...
[modules/shaper.git] / src / FeaturesPlugin / placement_widget.xml
1 <source>
2   <shape_selector id="placement_base_face" 
3     label="Select a face" 
4     icon=":icons/cut_shape.png" 
5     tooltip="Select a face a one object"
6     shape_types="face"
7     use_subshapes="true"
8   />
9   <shape_selector id="placement_attractable_face" 
10     label="Select a face" 
11     icon=":icons/cut_shape.png" 
12     tooltip="Select a face of another object"
13     shape_types="face"
14     use_subshapes="true"
15         concealment="true"
16   />
17 </source>