You might need to do some clever hack for dock widget drag and drop.. you can extract the widget from QDockWidget and set it as a child of QFrame..
then on drag event, you can again set the widget as child of QDockWidget.....
it might not be easy,,, but thats what came to my mind
Ooohh...I like the idea. I'll give it a shot.
It still surprises me, though, that the library is like this. Has no one else ever wanted to use a QDockWidget in something nested within their QMainFrame?
Bookmarks