diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-06-30 04:32:34 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-06-30 04:35:29 (GMT) |
commit | 08c422315d52a9377ebf0912adbe4d17370173af (patch) | |
tree | 9693d0d74d9b45272207847c589f65f488e060c5 /doc/src/declarative/focus.qdoc | |
parent | 93ab98ae693c3a1d0b3b96c33543469f520145dd (diff) | |
download | Qt-08c422315d52a9377ebf0912adbe4d17370173af.zip Qt-08c422315d52a9377ebf0912adbe4d17370173af.tar.gz Qt-08c422315d52a9377ebf0912adbe4d17370173af.tar.bz2 |
Docs - add more links to relevant examples
Task-number: QTBUG-11754
Diffstat (limited to 'doc/src/declarative/focus.qdoc')
-rw-r--r-- | doc/src/declarative/focus.qdoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/declarative/focus.qdoc b/doc/src/declarative/focus.qdoc index 699ebcb..cc546c0 100644 --- a/doc/src/declarative/focus.qdoc +++ b/doc/src/declarative/focus.qdoc @@ -266,6 +266,10 @@ When a QML item explicitly relinquishes focus (by setting its does not automatically select another element to receive focus. That is, it is possible for there to be no currently \e {active focus}. +See the {declarative/keyinteraction/focus}{Keyboard Focus example} for a +demonstration of moving keyboard focus between multiple areas using FocusScope +elements. + \section1 Advanced uses of Focus Scopes Focus scopes allow focus to allocation to be easily partitioned. Several |