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
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-qml

Reply via email to