Slide Down Widget Effect
General and Desktop
2
Posts
2
Posters
2.6k
Views
1
Watching
-
Hello all, I have created main window which contains a dockable widget initially docked at bottom. I want to have a slide-out animated effect on that widget whenever i will hover the mouse to the side wherever it was docked last time.
The widget which is embedded in QDockWidget contain layouts, hence we cannot decrease the height so as to give animation through QPropertyAnimation.
Also since its dockable we cannot move it below main window.
Please suggest any solution.