summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-08-03 07:51:33 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-08-03 07:51:33 (GMT)
commit3889a8947a9f8bf3a159dbd5e2c3ed1a63d3cb8d (patch)
treebdfed00ab09ec682075d6b7d05642027563ba14e /demos
parent14c57306bb0d9edd6c45cd142b49896f746fe9d1 (diff)
downloadQt-3889a8947a9f8bf3a159dbd5e2c3ed1a63d3cb8d.zip
Qt-3889a8947a9f8bf3a159dbd5e2c3ed1a63d3cb8d.tar.gz
Qt-3889a8947a9f8bf3a159dbd5e2c3ed1a63d3cb8d.tar.bz2
Renaming: FocusRealm -> FocusScope
Diffstat (limited to 'demos')
-rw-r--r--demos/declarative/contacts/contacts.qml4
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