Salome HOME
Issue #1309 Management of icons - icons are moved into corresponded plugins. The...
[modules/shaper.git] / src / ConstructionPlugin / plugin-Construction.xml
1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 <plugin>
4   <workbench id="Construction">
5     <group id="Basic">
6       <feature
7         id="Point"
8         title="Point"
9         tooltip="Create point"
10         icon="icons/Construction/point.png">
11         <source path="point_widget.xml" />
12       </feature>
13       <feature
14         id="Axis"
15         title="Axis"
16         tooltip="Create axis"
17         icon="icons/Construction/axis.png">
18         <source path="axis_widget.xml" />
19       </feature>
20       <feature
21         id="Plane"
22         title="Plane"
23         tooltip="Create plane"
24         icon="icons/Construction/plane.png">
25         <source path="plane_widget.xml" />
26       </feature>
27     </group>
28   </workbench>
29 </plugin>