diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-04-30 04:58:56 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-04-30 04:58:56 (GMT) |
commit | 72afedd7fad133b390cc63fd04e3cf0cee757e2e (patch) | |
tree | d1312ea6a560299d0014869f36b39cba86428699 /doc/src/declarative/focus.qdoc | |
parent | 28936246e547234f727a923d2542d92f766fb2e0 (diff) | |
download | Qt-72afedd7fad133b390cc63fd04e3cf0cee757e2e.zip Qt-72afedd7fad133b390cc63fd04e3cf0cee757e2e.tar.gz Qt-72afedd7fad133b390cc63fd04e3cf0cee757e2e.tar.bz2 |
Rename duiviewer to qmlviewer.
Diffstat (limited to 'doc/src/declarative/focus.qdoc')
-rw-r--r-- | doc/src/declarative/focus.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/focus.qdoc b/doc/src/declarative/focus.qdoc index e0d4ca3..fc747a9 100644 --- a/doc/src/declarative/focus.qdoc +++ b/doc/src/declarative/focus.qdoc @@ -48,7 +48,7 @@ element whose text is determined by whether or not it has \e {active focus}. 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 duiviewer, we see that +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 \e A, \e B, or \e C keys modifies the text appropriately. |