QString::arg() and QString::number() take parameters such as field length and fill character. If you want a comma instead of a dot, QLocale::toString() might be handy.
QString::arg() and QString::number() take parameters such as field length and fill character. If you want a comma instead of a dot, QLocale::toString() might be handy.
Bookmarks