How to resize QDockWidget using rubber band ?
General and Desktop
1
Posts
1
Posters
676
Views
1
Watching
-
There is a very similar open thread with no practical answer.
"http://qt-project.org/forums/viewthread/7953/"
I'm trying to avoid numerous refresh events sent to my main widget and caused by resizing a DockWidget.
This problem first appeared while migrating from Qt 3 to Qt 4 and the default rubber band resize mechanism of QDockWidget was changed.