Is it possible to add QDockWidget inside QDockWidget?
I want an array of widgets (not tabs...all visible) inside a dock widget which can be floated together as a single widget. Currently I am using QSplitterinside QDockWidget. I want to enhance it with the capability of floating individual widgets also. How to do this?