summaryrefslogtreecommitdiffstats
path: root/examples/declarative/modelviews/listview/highlight.qml
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-06-17 08:06:27 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-06-18 01:27:24 (GMT)
commit72e61434b3596988e4748029d8b384350e2ef270 (patch)
tree369b742b5727521fabd1f9e8284123e9b9c2e3b6 /examples/declarative/modelviews/listview/highlight.qml
parent335616740f946db08ecd6806067daaeff1bee840 (diff)
downloadQt-72e61434b3596988e4748029d8b384350e2ef270.zip
Qt-72e61434b3596988e4748029d8b384350e2ef270.tar.gz
Qt-72e61434b3596988e4748029d8b384350e2ef270.tar.bz2
ListView doc improvements and examples clean up
Diffstat (limited to 'examples/declarative/modelviews/listview/highlight.qml')
-rw-r--r--examples/declarative/modelviews/listview/highlight.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/declarative/modelviews/listview/highlight.qml b/examples/declarative/modelviews/listview/highlight.qml
index 5748974..9f43409 100644
--- a/examples/declarative/modelviews/listview/highlight.qml
+++ b/examples/declarative/modelviews/listview/highlight.qml
@@ -38,6 +38,10 @@
**
****************************************************************************/
+// This example shows how to create your own highlight delegate for a ListView
+// that uses a SpringFollow animation to provide custom movement when the
+// highlight bar is moved between items.
+
import Qt 4.7
Rectangle {