Creating animated widget with similar to pathview/coverflow
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-snapsho...s/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.
Re: Creating animated widget with similar to pathview/coverflow
It should be simple if you have used Widgets, Refer Documentation
Re: Creating animated widget with similar to pathview/coverflow
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...
Re: Creating animated widget with similar to pathview/coverflow