Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.5.0 FF
-
None
-
-
8
-
Foundation PM Staging
Description
Add ability to display numbers as percentage strings.
For example:-
0.43 is displayed as 43%
localized percentage string
0.43 displayed as %43 in Turkish and 43 % in French locales
Proposed API:
QString toPercentageString(double n, QLocale) and overloads
Attachments
Issue Links
- is duplicated by
-
QTBUG-81054 Format percentages distinctly from currencies and ordinary numbers
- Open
-
QTBUG-111516 Support for percentage formatting
- Reported