Add a tutorial describing how to re-arrange items in a ListView.
authorAndrew den Exter <andrew.den-exter@nokia.com>
Wed, 7 Dec 2011 03:03:08 +0000 (13:03 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 14 Dec 2011 05:23:57 +0000 (06:23 +0100)
commit5ee8eaf094b1648009b9dc410120df1b5f2fd664
tree2c8b2c9a35093fb6cd6f75c68b4639aef4a21f7c
parent13eb07b3a63d53abcabfa60659fd829051db66a3
Add a tutorial describing how to re-arrange items in a ListView.

This example describes both how to use drag and drop to re-order items
and how to use VisualDataGroup to sort a view using model data.

Change-Id: I034963ea87c8ab0c30555536ac28495a396c0577
Reviewed-by: Martin Jones <martin.jones@nokia.com>
doc/src/declarative/dynamicview-tutorial.qdoc [new file with mode: 0644]
doc/src/declarative/examples.qdoc
examples/declarative/tutorials/dynamicview/dynamicview1/PetsModel.qml [new file with mode: 0644]
examples/declarative/tutorials/dynamicview/dynamicview1/dynamicview.qml [new file with mode: 0644]
examples/declarative/tutorials/dynamicview/dynamicview2/PetsModel.qml [new file with mode: 0644]
examples/declarative/tutorials/dynamicview/dynamicview2/dynamicview.qml [new file with mode: 0644]
examples/declarative/tutorials/dynamicview/dynamicview3/PetsModel.qml [new file with mode: 0644]
examples/declarative/tutorials/dynamicview/dynamicview3/dynamicview.qml [new file with mode: 0644]
examples/declarative/tutorials/dynamicview/dynamicview4/ListSelector.qml [new file with mode: 0644]
examples/declarative/tutorials/dynamicview/dynamicview4/PetsModel.qml [new file with mode: 0644]
examples/declarative/tutorials/dynamicview/dynamicview4/dynamicview.qml [new file with mode: 0644]