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 /demos | |
parent | 14c57306bb0d9edd6c45cd142b49896f746fe9d1 (diff) | |
download | Qt-3889a8947a9f8bf3a159dbd5e2c3ed1a63d3cb8d.zip Qt-3889a8947a9f8bf3a159dbd5e2c3ed1a63d3cb8d.tar.gz Qt-3889a8947a9f8bf3a159dbd5e2c3ed1a63d3cb8d.tar.bz2 |
Renaming: FocusRealm -> FocusScope
Diffstat (limited to 'demos')
-rw-r--r-- | demos/declarative/contacts/contacts.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/declarative/contacts/contacts.qml b/demos/declarative/contacts/contacts.qml index ecafd20..353040c 100644 --- a/demos/declarative/contacts/contacts.qml +++ b/demos/declarative/contacts/contacts.qml @@ -227,7 +227,7 @@ Rect { autoHighlight: true focus: false } - FocusRealm { + FocusScope { id: newContactWrapper anchors.fill: contactListView opacity: 0 @@ -257,7 +257,7 @@ Rect { } } } - FocusRealm { + FocusScope { id: searchBarWrapper height: 30 anchors.bottom: parent.bottom |