summaryrefslogtreecommitdiffstats
path: root/examples/declarative/focusscope
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-09-14 23:06:12 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-09-14 23:06:12 (GMT)
commit35cad893a9e92cf36794610a6a718f56b64f9018 (patch)
tree85b76a5a7ba9b80700b39c0462dd255b4a11a6cf /examples/declarative/focusscope
parent788da2e8b85f3773a525a6f2bcc535fa38ed02b2 (diff)
downloadQt-35cad893a9e92cf36794610a6a718f56b64f9018.zip
Qt-35cad893a9e92cf36794610a6a718f56b64f9018.tar.gz
Qt-35cad893a9e92cf36794610a6a718f56b64f9018.tar.bz2
ListView currentItemMode API replaced with highlight range API.
Diffstat (limited to 'examples/declarative/focusscope')
-rw-r--r--examples/declarative/focusscope/test3.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/declarative/focusscope/test3.qml b/examples/declarative/focusscope/test3.qml
index 51fa35a..8a53c3a 100644
--- a/examples/declarative/focusscope/test3.qml
+++ b/examples/declarative/focusscope/test3.qml
@@ -39,7 +39,9 @@ Rectangle {
focus: true
model: Model
delegate: VerticalDelegate
- currentItemPositioning: "SnapAuto"
+ preferredHighlightBegin: 100
+ preferredHighlightEnd: 101
+ strictlyEnforceHighlightRange: true
}