Hello everyone,

I want to create an application with two windows. One of them is a QMainWindow containing QDockWidgets. I want these DockWidgets to be draggable into the second window. How can that be done? Is there a simple way to reparent the DockWidgets when dragging over second window? Or can the DockWidgets be configured to accept the second window as DockArea?

thanks!
Felix