How to resize QDockWidget using rubber band ?
-
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.