Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
4.5.1, 6.7
-
-
5
-
Foundation Sprint 116, Foundation Sprint 117
Description
QString::arg()'s overloads for integral types have fieldWidth, base and fillChar parameters, enabling callers to control how the number is presented. QLocale::toString()'s matching overloads don't support such control, even though the QLocaleData methods it uses to do the job do support them (since they're how QString at least used to do its version). So we have the ability to do formatted localised numbers, but we don't expose it to users (except via QString::arg()'s %L formats, which are limited to the default or system locale).
We should extend QLocale::toString() overloads to support these parameters.
Attachments
Gerrit Reviews
For Gerrit Dashboard: QTBUG-122834 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
588047,4 | Add support for precision and width options in QLocale::toString() | dev | qt/qtbase | Status: NEW | -1 | 0 |