From 9cfd34c8d973d4084dbd80f0e3419d6e63060bc6 Mon Sep 17 00:00:00 2001 From: Joona Petrell Date: Wed, 16 Nov 2011 15:42:20 +0200 Subject: Document new input method hints introduced in Qt 5 Change-Id: Ic6aa77b410ed8189c2b100ca527a7019cdaf3b8b Reviewed-by: Pekka Vuorela Reviewed-by: Lars Knoll --- src/corelib/global/qnamespace.qdoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc index 7bf1277eb9..958587c9a2 100644 --- a/src/corelib/global/qnamespace.qdoc +++ b/src/corelib/global/qnamespace.qdoc @@ -2423,6 +2423,8 @@ \value ImhHiddenText Characters should be hidden, as is typically used when entering passwords. This is automatically set when setting QLineEdit::echoMode to \c Password. + \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 when a sentence ends. \value ImhPreferNumbers Numbers are preferred (but not required). @@ -2430,6 +2432,10 @@ \value ImhPreferLowercase Lower case letters are preferred (but not required). \value ImhNoPredictiveText Do not use predictive text (i.e. dictionary lookup) while typing. + \value ImhDate The text editor functions as a date field. + \value ImhTime The text editor functions as a time field. + \value ImhMultiLine The text editor accepts multi-line content. + Flags that restrict input (exclusive flags): \value ImhDigitsOnly Only digits are allowed. -- cgit v1.2.3