I was wondering how much of this would be possible. I have an network application that needs drag and drop with tabs. Each tab holds a reference to a QSslSocket for communicating. I have a tab widget inside of another tab widget.
__________________
| TabWidget1............|
| _______________ .|
| | TabWidget2....... |.|
| --------------------..|
|_________________|
I want to be able to pull a tab from TabWidget2 and drop it inside of TabWidget1 above or below TabWidget2. But not attach it to TabWidget1's tabs. But create another QTabWidget inside of TabWidget1 so there would be TabWidget3 above TabWidget2 or below.
I need to also be able to keep the existing Socket and all the slots connecting to it.