Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
-
Qt 5.12.0 on KDE neon
Description
Trying to use a wide character asĀ PasswordMaskCharacter does not work.
case QPlatformTheme::PasswordMaskCharacter: return QChar(0x1F648);
This affects both QtQuick Controls TextField and QWidget QLineEdit.
Setting the passwordCharacter property on a TextInput exhibits the same behavior as doing so via themeHint.
Using a QString which can actually hold a character this wide doesn't work either.
Attachments
Issue Links
- relates to
-
QTBUG-117790 Add (internal) API to force roman input methods
- Reported