Salome HOME
French translations
[modules/shaper.git] / src / PrimitivesPlugin / sphere_widget.xml
1 <source>
2   <shape_selector id="center_point"
3                   label="Center point"
4                   icon="icons/Primitives/point.png"
5                   tooltip="Select a center point"
6                   shape_types="vertex">
7   </shape_selector>
8   <doublevalue id="radius"
9                label="Radius"
10                icon="icons/Primitives/radius.png"
11                tooltip="Enter a radius"
12                step="1."
13                default="10.">
14   </doublevalue>
15 </source>