There is QTabWidget with some tabs and i want to make to user can move widgets in each tab and attach them to any side of tab.
Among the standard widgets this functionality have QToolBar and QDockWidget, but they attach only to QMainWindow.
Is there any widgets that can attach to my widget which inherits QWidget? Or any solutions to make changeable interface?
Thanks.
P.S. My english is terrible, I know.