[Qt-qml] Why doesn't PathView inherit from Flickable?

Martin Jones martin.jones at nokia.com
Thu Jul 29 05:44:51 CEST 2010


Flickable moves all of its contents in one direction.  PathView must move each 
individual item along a path.  PathView needs similar moving and flicking 
properties.  I've created a bug for it: 
http://bugreports.qt.nokia.com/browse/QTBUG-12497

Martin.

On Thu, 29 Jul 2010 01:06:44 am Turvey Simon (Nokia-MS/London) wrote:
> ListView and GridView both do. And PathView provides Flickable-like
> functionality.
> 
> I’d really like to be able to bind the smooth property to whether or not
> the flickable is moving. This would be a nice easy performance
> optimization to speed up movement while making things look pretty when
> stationary.
> 
> Regards,
> 
> Simon
> 
> --
> Simon Turvey
> Mobile Solutions, Technical Architecture
> London, UK
> 
> Tel: +44 (0)7879 427829




More information about the Qt-qml mailing list