I see that QMdiArea
has a tabbed view mode. I want to be able to split the main window with two QMdiArea
widgets and to be able to drag and drop tabs between each of them.
I have already done it with a simple QTabWidget
where I can set custom tab bar. At the same time I want to switch QMdiArea
view mode thus using QTabWidget
is not an option for me. But I don't see any methods to set custom tab bar within QMdiArea
.
How can this be done?