summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-05-28 14:31:28 (GMT)
committeraxis <qt-info@nokia.com>2009-05-28 14:31:28 (GMT)
commitcf6e5bd61cf0fc9fe4f70f87ad6d1dd59d456d97 (patch)
tree641ac762586f572800c0f25e9969ee3841a55ddc /doc
parent1e96103c5bbd875d9e8607a322409b3abbfb136b (diff)
downloadQt-cf6e5bd61cf0fc9fe4f70f87ad6d1dd59d456d97.zip
Qt-cf6e5bd61cf0fc9fe4f70f87ad6d1dd59d456d97.tar.gz
Qt-cf6e5bd61cf0fc9fe4f70f87ad6d1dd59d456d97.tar.bz2
Cleaned up the inputMethodHints enum a bit.
Made a clear distinction between Exclusive flags and other flags.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/qnamespace.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/qnamespace.qdoc b/doc/src/qnamespace.qdoc
index 84b3a01..fc0598f 100644
--- a/doc/src/qnamespace.qdoc
+++ b/doc/src/qnamespace.qdoc
@@ -2412,6 +2412,8 @@
\value ImhNoPredictiveText Do not use predictive text (i.e. dictionary lookup) while typing.
\value ImhDialableCharactersOnly Only characters suitable for phone dialling are allowed.
+ \value ImhExclusiveInputMask A mask to test for the presence of any flags ending with \c Only.
+
\note If several flags ending with \c Only are ORed together, the resulting character set will
consist of the union of the specified sets. For instance specifying \c ImhNumbersOnly and
\c ImhUppercaseOnly would yield a set consisting of numbers and uppercase letters.