diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-11-06 03:13:29 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-11-06 03:13:29 (GMT) |
commit | 9cd41cbd61afd2459c0c3f053aa45a02954ef77c (patch) | |
tree | a2194c9f8dc92f6c26a0393b4848c6c14de04859 /doc/src/declarative/focus.qdoc | |
parent | 135f09e3599accca53ae825f6c36a17bf1c0f295 (diff) | |
download | Qt-9cd41cbd61afd2459c0c3f053aa45a02954ef77c.zip Qt-9cd41cbd61afd2459c0c3f053aa45a02954ef77c.tar.gz Qt-9cd41cbd61afd2459c0c3f053aa45a02954ef77c.tar.bz2 |
Test Keys and KeyNavigation attached props. Fix Keys on<Key>Pressed
Diffstat (limited to 'doc/src/declarative/focus.qdoc')
-rw-r--r-- | doc/src/declarative/focus.qdoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/declarative/focus.qdoc b/doc/src/declarative/focus.qdoc index ec6a02f..6eca667 100644 --- a/doc/src/declarative/focus.qdoc +++ b/doc/src/declarative/focus.qdoc @@ -75,6 +75,8 @@ Item { \endlist +See also the \l {Keys}{Keys attached property} and {KeyNavigation}{KeyNavigation attached property}. + \section1 Querying the Active Focus Item Whether or not an \l Item has \e {active focus} can be queried through the |