summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoona Petrell <joona.t.petrell@nokia.com>2011-11-16 15:42:20 +0200
committerQt by Nokia <qt-info@nokia.com>2011-11-18 12:11:44 +0100
commit9cfd34c8d973d4084dbd80f0e3419d6e63060bc6 (patch)
tree069ead0baebc73436cb4fc44a39e36dc1b8b6f1b
parent8fd2801a1f3d114694d94aa55b5b7920e1e6bded (diff)
Document new input method hints introduced in Qt 5
Change-Id: Ic6aa77b410ed8189c2b100ca527a7019cdaf3b8b Reviewed-by: Pekka Vuorela <pekka.ta.vuorela@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
-rw-r--r--src/corelib/global/qnamespace.qdoc6
1 files changed, 6 insertions, 0 deletions
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.