[qet] [3335] sxfTOelmt updated acad point convertion

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 3335
Author:   rdsivd
Date:     2014-09-26 18:08:53 +0200 (Fri, 26 Sep 2014)
Log Message:
-----------
sxfTOelmt updated acad point convertion

Modified Paths:
--------------
    branches/dxftoelmt/src/ui/dxf_point.cpp

Modified: branches/dxftoelmt/src/ui/dxf_point.cpp
===================================================================
--- branches/dxftoelmt/src/ui/dxf_point.cpp	2014-09-26 15:48:38 UTC (rev 3334)
+++ branches/dxftoelmt/src/ui/dxf_point.cpp	2014-09-26 16:08:53 UTC (rev 3335)
@@ -73,13 +73,13 @@
 	Lineout.append("<terminal x=");
 
 	Lineout.append(QChar(34));
-	Lineout.append("0");
+	Lineout.append(QString::number (lijn_x1,'f',2));
 	Lineout.append(QChar(34));
 
 	Lineout.append(" y=");
 
 	Lineout.append(QChar(34));
-	Lineout.append("0");
+	Lineout.append(QString::number (lijn_y1,'f',2));
 	Lineout.append(QChar(34));
 
 	Lineout.append(" orientation=");


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/