2 <workbench id="Sketch">
4 <feature id="Sketch" text="New sketch" tooltip="Create a new sketch or edit an existing sketch" icon=":icons/sketch.png"/>
6 <group id="Operations">
7 <feature id="Point" text="New point" tooltip="Create a new point" icon=":icons/point.png">
8 <doublevalue id="x" label="X:" min="0" max="" step="0.1" default="0"
9 icon=":pictures/x_point.png" tooltip="Set X"/>
10 <doublevalue id="y" label="Y:" min="0" max="" step="0.1" default="1"
11 icon=":pictures/y_point.png" tooltip="Set Y"/>
12 <doublevalue id="z" label="Z:" min="0" max="10" step="0.1" default="2"
13 icon=":pictures/z_point.png" tooltip="Set Z"/>
15 <feature id="Line" text="New line" tooltip="Create a new line" icon=":icons/line.png"/>