Salome HOME
Issue #254: on error of Boolean operations produce error window and this error now...
[modules/shaper.git] / src / FeaturesPlugin / boolean_widget.xml
1 <source>
2   <shape_selector id="main_object" 
3     label="Main object" 
4     icon=":icons/cut_shape.png" 
5     tooltip="Select an object to cut"
6     shape_types="solid shell"
7     concealment="true"
8   />
9   <shape_selector id="tool_object" 
10     label="Tool object" 
11     icon=":icons/cut_tool.png" 
12     tooltip="Select a tool"
13     shape_types="solid"
14     concealment="true"
15   />
16   <choice id="bool_type" 
17     label="Type" 
18     tooltip="Type of boolean operation"
19     string_list="Cut Fuse Common"
20   />
21 </source>