PDA

View Full Version : Animating QDockWidget



vajindarladdad
12th December 2008, 07:32
Hi ..
I am creating an application which has a QDockWidget .
I am making it visible and unvisible.
I want to apply different animations while making it visible.
How can i Do that ?
Does Qt support stylesheet or animation for this .
Please let me know .

The QDockWidget should work as it does in Visual Studio.

aamer4yu
15th December 2008, 08:02
You can always play with simple animations regarding geometry of the widget and QTimer / QTimeLine.
See QDockWidget implementation too.