QLocale::toCurrencyString() does not return proper currency string
-
wrote on 23 Nov 2012, 05:33 last edited by
The following code:
@QLocale(QLocale::English, QLocale::AnyScript, QLocale::UnitedStates).toCurrencyString(187234.00);@
returns $187234.00 but the proper currency format is $187,234.00
How to force group separators to be included in the output of this function? -
wrote on 24 Nov 2012, 00:23 last edited by
fixed by https://codereview.qt-project.org/40439 (Qt5 post-beta2)
-
wrote on 24 Nov 2012, 01:45 last edited by
wow. thank you!
1/3