Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / FeaturesPlugin / boolean_widget.xml
index d0ee131a4da8e6ab35d40ae617214f60898fdfaa..af4822c2c848784f950bbf54d3726034ccd4ccda 100644 (file)
@@ -1,16 +1,21 @@
 <source>
-  <selector id="main_object" 
+  <shape_selector id="main_object" 
     label="Main object" 
     icon=":icons/cut_shape.png" 
     tooltip="Select an object to cut"
-    activate="true"
-    shape_types="solid,shell"
+    shape_types="solid shell"
+    concealment="true"
   />
-  <selector id="tool_object" 
+  <shape_selector id="tool_object" 
     label="Tool object" 
     icon=":icons/cut_tool.png" 
     tooltip="Select a tool"
-    activate="false"
     shape_types="solid"
+    concealment="true"
+  />
+  <choice id="bool_type" 
+    label="Type" 
+    tooltip="Type of boolean operation"
+    string_list="Cut Fuse Common"
   />
 </source>