[Qt-qml] Animation in QML PathView
Dr. Peter G. Baum
peter at dr-baum.net
Mon Oct 11 14:46:34 CEST 2010
Hi,
I'm updating currentIndex in a PathView every 100 ms.
The model of the pathView is simply "model: 9".
In other words I'm playing with a stop watch in pure qml/Javascript and
want to show the update of 100 milliseconds in the pathView.
The update is correctly done about every 100 ms as the log output to the
console shows.
The problem is, that the update of the view is very irregular: some tens
of updates come very quick, then a few come very slow, then again some
tens very quick and so on. I suspect some kind of feedback between the
update of currentIndex and the animation, which is used if currentIndex
is changed.
How do I find out which animation is used and where do I change it?
Many thanks,
Peter
More information about the Qt-qml
mailing list