Drag and drop widgets in QSplitter
Unsolved
General and Desktop
-
I am creating an application where I want to drag and drop widgets in another widgets, like
I am having QSplitters, leftSplitter, middleSplitter and rightSplitter.
Each splitters are having QDockwidgets.
When I undock the widgets form leftSplitter, I want to drag it and drop in rightSplitter.
How can I achieve this?
Any leads would be helpful.
-
Hi,
Do you have "container" widgets that you want to drop on ?
-
I meant: does your QSplitter instance contain "empty widgets" that you drop on ?