Clarify InputMethodHint documentation
The description of ImhHiddenText made it sound like it would change the echoMode of the input field. Task-number: QTBUG-38080 Change-Id: I379015b95e43b6eff181d51444c7e069728504ad Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com>bb10
parent
afd2246de2
commit
a31fd4fb96
|
|
@ -2411,8 +2411,9 @@
|
|||
|
||||
Flags that alter the behavior:
|
||||
|
||||
\value ImhHiddenText Characters should be hidden, as is typically used when entering passwords.
|
||||
\value ImhHiddenText The input method should not show the characters while typing.
|
||||
This is automatically set when setting QLineEdit::echoMode to \c Password.
|
||||
Note that setting \c ImhHiddenText does not change the echo mode.
|
||||
\value ImhSensitiveData Typed text should not be stored by the active input method
|
||||
in any persistent storage like predictive user dictionary.
|
||||
\value ImhNoAutoUppercase The input method should not try to automatically switch to upper case
|
||||
|
|
|
|||
Loading…
Reference in New Issue