diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-11-06 03:46:57 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-11-06 03:46:57 (GMT) |
commit | cd9f07d8c488ff35cceb73924af4da4bdc10a647 (patch) | |
tree | 8ce137546582b1eaa500322917b65d7d75d25516 /doc/src/declarative | |
parent | 9c984b6b421e7cc6c091623f63ed84ce700f1ee1 (diff) | |
parent | 61d479a412e43255bf0681bec1cfb599cb7be886 (diff) | |
download | Qt-cd9f07d8c488ff35cceb73924af4da4bdc10a647.zip Qt-cd9f07d8c488ff35cceb73924af4da4bdc10a647.tar.gz Qt-cd9f07d8c488ff35cceb73924af4da4bdc10a647.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'doc/src/declarative')
-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 |