rebound property for Flickable
authorBea Lam <bea.lam@nokia.com>
Wed, 6 Jun 2012 01:17:19 +0000 (11:17 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 7 Jun 2012 23:13:05 +0000 (01:13 +0200)
commit836e075ea016f960b0e983fc96f61466e064757b
treebfcc867c1a3478343a18a416255ed172c7fa9661
parent9738c4b4765bb641f2f080e02ae6867b3e18d8a3
rebound property for Flickable

This property specifies the transition to be used when the
flickable snaps back to its bounds.

Change-Id: I2bb9680dad219a4c7c911f0e4dda37ae739349c6
Reviewed-by: Martin Jones <martin.jones@nokia.com>
src/quick/doc/images/flickable-rebound.gif [new file with mode: 0644]
src/quick/items/qquickflickable.cpp
src/quick/items/qquickflickable_p.h
src/quick/items/qquickflickable_p_p.h
tests/auto/quick/qquickflickable/data/rebound.qml [new file with mode: 0644]
tests/auto/quick/qquickflickable/data/resize.qml
tests/auto/quick/qquickflickable/tst_qquickflickable.cpp