diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-03-29 00:51:24 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-03-29 01:00:12 (GMT) |
commit | eb125f983d274d6ddb48c96389b344b8f45bbbd0 (patch) | |
tree | 3bac25f40109051828ab6a62f24c4e3cc6f95990 /doc/src/declarative/focus.qdoc | |
parent | 9618d60aecf2609f50bc573874eef6d4a52a24e3 (diff) | |
download | Qt-eb125f983d274d6ddb48c96389b344b8f45bbbd0.zip Qt-eb125f983d274d6ddb48c96389b344b8f45bbbd0.tar.gz Qt-eb125f983d274d6ddb48c96389b344b8f45bbbd0.tar.bz2 |
Remove references to qmlviewer in docs.
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 d7e890c..e5c1d32 100644 --- a/doc/src/declarative/focus.qdoc +++ b/doc/src/declarative/focus.qdoc @@ -96,7 +96,7 @@ Text { 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 +sufficient. If we run the following example with the \l {Qt Declarative UI Runtime}{qml} tool, we see that the \c {keyHandler} element has \e {active focus} and pressing the 'A', 'B' or 'C' keys modifies the text appropriately. |