summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qnamespace.qdoc
diff options
context:
space:
mode:
authorBenjamin Poulain <benjamin.poulain@nokia.com>2009-10-20 09:08:04 (GMT)
committerBenjamin Poulain <benjamin.poulain@nokia.com>2009-10-20 09:08:04 (GMT)
commit3d4804a229e6cb869aa03481dd871e756ffa35ae (patch)
treedd9d7fb8c12358216066940e48b6e8d31eabf75f /src/corelib/global/qnamespace.qdoc
parent1a11cc88e8516097e73d7aefc44c9a97ea0b5aef (diff)
downloadQt-3d4804a229e6cb869aa03481dd871e756ffa35ae.zip
Qt-3d4804a229e6cb869aa03481dd871e756ffa35ae.tar.gz
Qt-3d4804a229e6cb869aa03481dd871e756ffa35ae.tar.bz2
Revert "Change the way we handle KeyboardUIMode on Mac"
This will be handled differently (QTBUG-4751) This reverts commit b12fb5861ce09539c04cd51db12a9bfbe32a4774.
Diffstat (limited to 'src/corelib/global/qnamespace.qdoc')
-rw-r--r--src/corelib/global/qnamespace.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index ba05b00..e8d6df0 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -1827,7 +1827,9 @@
\value TabFocus the widget accepts focus by tabbing.
\value ClickFocus the widget accepts focus by clicking.
\value StrongFocus the widget accepts focus by both tabbing
- and clicking.
+ and clicking. On Mac OS X this will also
+ be indicate that the widget accepts tab focus
+ when in 'Text/List focus mode'.
\value WheelFocus like Qt::StrongFocus plus the widget accepts
focus by using the mouse wheel.
\value NoFocus the widget does not accept focus.