diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-06-17 08:06:27 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-06-18 01:27:24 (GMT) |
commit | 72e61434b3596988e4748029d8b384350e2ef270 (patch) | |
tree | 369b742b5727521fabd1f9e8284123e9b9c2e3b6 /examples/declarative/modelviews/listview/highlight.qml | |
parent | 335616740f946db08ecd6806067daaeff1bee840 (diff) | |
download | Qt-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.qml | 4 |
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 { |