Salome HOME
refs #30 - Sketch base GUI: create, draw lines
[modules/shaper.git] / src / ConstructionPlugin / plugin-Construction.xml
index a5e402f06a616d1b1f326d18c5f773a26609370b..912d04e0ca636ce6e2acd9dfd7598ccde8300029 100644 (file)
@@ -2,9 +2,7 @@
   <workbench id="Construction">
     <group id="Basic">
       <feature id="Point" text="Point" tooltip="Create a new point" icon=":icons/point.png">
-        <doublevalue id="x" label="X:" max="50" step="1.0" default="0" icon=":pictures/x_point.png" tooltip="Set X"/>
-        <doublevalue id="y" label="Y:" min="x" default="1" icon=":pictures/y_point.png" tooltip="Set Y"/>
-        <doublevalue id="z" label="Z:" min="-20" step="0.1" default="2" icon=":pictures/z_point.png" tooltip="Set Z"/>
+        <source path="point_widget.xml"/>
       </feature>
       <feature id="Axis" text="Axis" tooltip="Create a new axis" icon=":icons/axis.png" keysequence=""/>
       <feature id="Plane" text="Plane" tooltip="Create a new plane" icon=":icons/plane.png" keysequence=""/>