Hello all.

I have this problem today. I want to drag QDockWidget objects inside QMainWindow catching them by body, but no by header. There are no dock widgets headers in application I written.

I tried to solve this problem putting body widget in the header entirely. But docking behaviour was really bad in this case...

Does anyone know the solution?