Salome HOME
Fill the translation files and remove couts and debug work in Session
[modules/shaper.git] / src / ConstructionPlugin / point_widget.xml
index 920d8e0a57cf816450bc972e2e61a0b37445b30c..5ce9fe1fb092330f74c6a6db4557f72bba254e28 100644 (file)
@@ -1,5 +1,7 @@
+<!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
+
 <source>
-  <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"/>
+  <doublevalue id="x" label="X " tooltip="X coordinate" default="0"/>
+  <doublevalue id="y" label="Y " tooltip="Y coordinate" default="0"/>
+  <doublevalue id="z" label="Z " tooltip="Z coordinate" default="0"/>
 </source>