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.
Printable View
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.
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
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.