diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-08-03 07:51:33 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-08-03 07:51:33 (GMT) |
commit | 3889a8947a9f8bf3a159dbd5e2c3ed1a63d3cb8d (patch) | |
tree | bdfed00ab09ec682075d6b7d05642027563ba14e /doc/src/tutorials | |
parent | 14c57306bb0d9edd6c45cd142b49896f746fe9d1 (diff) | |
download | Qt-3889a8947a9f8bf3a159dbd5e2c3ed1a63d3cb8d.zip Qt-3889a8947a9f8bf3a159dbd5e2c3ed1a63d3cb8d.tar.gz Qt-3889a8947a9f8bf3a159dbd5e2c3ed1a63d3cb8d.tar.bz2 |
Renaming: FocusRealm -> FocusScope
Diffstat (limited to 'doc/src/tutorials')
-rw-r--r-- | doc/src/tutorials/declarative.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/tutorials/declarative.qdoc b/doc/src/tutorials/declarative.qdoc index b7a4d7d..e848dfa 100644 --- a/doc/src/tutorials/declarative.qdoc +++ b/doc/src/tutorials/declarative.qdoc @@ -495,7 +495,7 @@ For an item to have key focus in QML it is required that: \list - \o If there is a FocusRealm ancestor of the component that it has focus as well. + \o If there is a FocusScope ancestor of the component that it has focus as well. \o That it is the most recent component within the focus realms descendent's to receive focus \endlist @@ -505,7 +505,7 @@ the components parent, which in turn will pass keys it doesn't handle up to its own ancestors. - Some components such as ListView components are also FocusRealm components, as they + Some components such as ListView components are also FocusScope components, as they handle focus among the child list items. At this stage of the tutorial it is sufficient to use the setting of 'focus' |