PDA

View Full Version : Creating animated widget with similar to pathview/coverflow



qtnewbi3
19th July 2011, 21:27
Hi,

I am trying to create a widget which can perform exactly what the following gif is doing using pathview

http://doc.qt.nokia.com/main-snapshot/images/pathview.gif

I know I have to use QGraphicsView, QGraphicsScene, QPropertyAnimation and maybe QGraphicsEffect.

I dont know anything about the animation framework so could anyone point me in the right direction.

Santosh Reddy
19th July 2011, 22:00
It should be simple if you have used Widgets, Refer Documentation (http://doc.qt.nokia.com/4.7-snapshot/animation-overview.html)

qtnewbi3
19th July 2011, 22:26
Hi, I have looked at the documentation and I was able to use the animation property to animate buttons but I dont know how to tie them all together to do that... I looked at the pictureflow widget, but that just goes in a straight line i need something that acts like the gif i posted...

Santosh Reddy
20th July 2011, 00:49
Easing Curves Example (http://doc.qt.nokia.com/4.7/animation-easing.html)