How write numbers
Unsolved
General and Desktop
-
I'd like writing convert a number in a Qstring in this way:
if the numbers is: 7.4I would like convert in this way:
07.40 -
From the QString header.
QString &QString::prepend(const QString &str) QString &QString::append(const QString &str)
-
I'd like writing convert a number in a Qstring in this way:
if the numbers is: 7.4I would like convert in this way:
07.40