-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Fixed
-
Affects Version/s: 5.9.7, 5.12.0
-
Fix Version/s: 5.13.1, 5.14.0 Alpha
-
Component/s: Widgets: Widgets and Dialogs
-
Labels:
-
Commits:5aaade8c935caa1add92f61187c0065e34cf7e0e (qt/qtbase/5.13)
When QTimeEdit is using a locale that has a different format for the am/pm text then it is not possible to change the time via the keyboard directly. This is because it assumes the am/pm text is "am" or "pm" whereas some locales use "a. m." or "p. m.".
The attached example sets it up to use one of those locales automatically.
- resulted in
-
QTBUG-75866 Remove QDateTimeParser::getAmPmText override in QDateTimeEdit
-
- Closed
-