diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-05-06 05:07:35 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-05-06 05:07:35 (GMT) |
commit | 10f17b5a6aa10e3733007430e9274ba8e0707099 (patch) | |
tree | 30ab9901e360c3653d13084d65ea347ba6d65b88 /doc/src/declarative/focus.qdoc | |
parent | bcfb24b17cf5c97c734c82ca2072eb8b13b80eec (diff) | |
download | Qt-10f17b5a6aa10e3733007430e9274ba8e0707099.zip Qt-10f17b5a6aa10e3733007430e9274ba8e0707099.tar.gz Qt-10f17b5a6aa10e3733007430e9274ba8e0707099.tar.bz2 |
Docs.
Diffstat (limited to 'doc/src/declarative/focus.qdoc')
-rw-r--r-- | doc/src/declarative/focus.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/declarative/focus.qdoc b/doc/src/declarative/focus.qdoc index bb54852..e5c181d 100644 --- a/doc/src/declarative/focus.qdoc +++ b/doc/src/declarative/focus.qdoc @@ -50,7 +50,7 @@ An \l Item requests focus by setting the \c {Item::focus} property to true. For very simple cases simply setting the \c {Item::focus} property is sometimes sufficient. If we run the following example in the \c qmlviewer, we see that -the \c {<KeyActions/>} element has \e {active focus} and pressing the +the \c {KeyActions} element has \e {active focus} and pressing the \e A, \e B, or \e C keys modifies the text appropriately. \table @@ -244,7 +244,7 @@ property. As the \l ListView is a \e {focus realm}, this doesn't effect the rest of the application. However, if the \l ListView itself has \e {active focus} this causes the delegate itself to receive \e {active focus}. In this example, the root element of the delegate is also a \e {focus realm}, -which in turn gives \e {active focus} to the \c {<KeyActions/>} element that +which in turn gives \e {active focus} to the \c {KeyActions} element that actually performs the work of handling the \e {Return} key. All of the fluid UI view classes, such as \l PathView and \l GridView, behave |