summaryrefslogtreecommitdiffstats
path: root/doc/src/qnamespace.qdoc
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-05-06 13:00:50 (GMT)
committeraxis <qt-info@nokia.com>2009-05-06 13:00:50 (GMT)
commitae3a933997580381c052fdba74e38df37cf78722 (patch)
tree1eb54e4202a9db9e34d59e5bbd2506a5e992030d /doc/src/qnamespace.qdoc
parent7e6dd153858710282ddcb526e413226c3b7db833 (diff)
downloadQt-ae3a933997580381c052fdba74e38df37cf78722.zip
Qt-ae3a933997580381c052fdba74e38df37cf78722.tar.gz
Qt-ae3a933997580381c052fdba74e38df37cf78722.tar.bz2
Improved the docs a bit.
Diffstat (limited to 'doc/src/qnamespace.qdoc')
-rw-r--r--doc/src/qnamespace.qdoc7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/qnamespace.qdoc b/doc/src/qnamespace.qdoc
index 346c425..84b3a01 100644
--- a/doc/src/qnamespace.qdoc
+++ b/doc/src/qnamespace.qdoc
@@ -2402,9 +2402,10 @@
\value ImhUppercaseOnly Only upper case letter input is allowed.
\value ImhLowercaseOnly Only lower case letter input is allowed.
\value ImhNoAutoUppercase The input method should not try to automatically switch to upper case
- when a sentence ends.
+ at the beginning of a sentence.
\value ImhPreferNumbers Numbers are preferred (but not required). This can include only digits,
- or all numbers, depending on which one of the \c ImhDigitsOnly and
+ phone numbers, or all numbers, depending on which one of the
+ \c ImhDigitsOnly, \c ImhDialableCharactersOnly and
\c ImhFormattedNumbersOnly flags is given.
\value ImhPreferUppercase Upper case letters are preferred (but not required).
\value ImhPreferLowercase Lower case letters are preferred (but not required).
@@ -2415,6 +2416,8 @@
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.
+ \note If several flags of the \c Prefer type are ORed together, the result is undefined.
+
\sa QWidget::inputMethodHints
*/