Hi,
fist please, please don't create a double on the heap! Second have a look at QString::number() to convert a number to a QString.
And keep on going!
EDIT: And QString::toDouble() could be also worth to look at.
Hi,
fist please, please don't create a double on the heap! Second have a look at QString::number() to convert a number to a QString.
And keep on going!
EDIT: And QString::toDouble() could be also worth to look at.
Last edited by Lykurg; 8th November 2009 at 16:18. Reason: updated contents
Thank you for the advise. I will look into this and post my proceedings.
I have no idea what you are talking aoubt...please, please don't create a double on the heap!
Where and how did I create a double on the heap, and, what is the alternative and how should I have done this?
Bookmarks