PDA

View Full Version : Animation in Qt



yogesh884
29th January 2009, 09:10
Any idea how to get animation working in Qt. The basic requirement is like, a drop down list should drop animated. Or show() and close() of any dialog should be animated.

wagmare
29th January 2009, 09:30
using Qt4 ... if so go through examples/graphicsview/
especially padnavigator will show simple animation using timeline and QTransform relation ... with that u can display animation

yogesh884
29th January 2009, 09:35
I feel, Animation using graphics view is different. I want to make default widgets animated. Using graphics view we only can make our drawn items animated.

jpn
29th January 2009, 09:56
See Qt Animation Framework (http://www.qtsoftware.com/products/appdev/add-on-products/catalog/4/Utilities/qtanimationframework/).