summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2009-09-08 07:28:41 (GMT)
committerJoerg Bornemann <joerg.bornemann@nokia.com>2009-09-08 07:29:59 (GMT)
commit74fd14a305ce7402890de1919c3a27ac4d1cbf38 (patch)
tree78b374cf9003fb65e1a401c4821e198f333fc6eb /src/gui
parent91443717927ee648a0c1c4185aae171ccdf87e2b (diff)
downloadQt-74fd14a305ce7402890de1919c3a27ac4d1cbf38.zip
Qt-74fd14a305ce7402890de1919c3a27ac4d1cbf38.tar.gz
Qt-74fd14a305ce7402890de1919c3a27ac4d1cbf38.tar.bz2
Doc: keypad navigation is supported on Windows CE
Reviewed-by: thartman
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/kernel/qapplication.cpp12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/gui/kernel/qapplication.cpp b/src/gui/kernel/qapplication.cpp
index 327f5ce..bc8ed96 100644
--- a/src/gui/kernel/qapplication.cpp
+++ b/src/gui/kernel/qapplication.cpp
@@ -4687,7 +4687,11 @@ void QApplicationPrivate::emitLastWindowClosed()
If \a enable is true, Qt::Key_Up and Qt::Key_Down are used to change focus.
- This feature is available in Qt for Embedded Linux only.
+ This feature is available in Qt for Embedded Linux and Windows CE only.
+
+ \note On Windows CE this feature is disabled by default for touch device
+ mkspecs. To enable keypad navigation, build Qt with
+ QT_KEYPAD_NAVIGATION defined.
\sa keypadNavigationEnabled()
*/
@@ -4700,7 +4704,11 @@ void QApplication::setKeypadNavigationEnabled(bool enable)
Returns true if Qt is set to use keypad navigation; otherwise returns
false. The default is false.
- This feature is available in Qt for Embedded Linux only.
+ This feature is available in Qt for Embedded Linux and Windows CE only.
+
+ \note On Windows CE this feature is disabled by default for touch device
+ mkspecs. To enable keypad navigation, build Qt with
+ QT_KEYPAD_NAVIGATION defined.
\sa setKeypadNavigationEnabled()
*/