You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only thing ToolWindowManager is missing for me is the ability to drag tool windows between different QToolWindowManagers, so that I can have separate top-level QMainWindows each containing a QToolWindowManager and move tool windows between them.
The text was updated successfully, but these errors were encountered:
I actually did a custom widget for that using QTabWidget + QMainWindow called TabbedWindow.
I don't know if it's good to have all in one, it will be needed to be examined.
It's important to take care to not mix dock and window badly.
The only thing ToolWindowManager is missing for me is the ability to drag tool windows between different QToolWindowManagers, so that I can have separate top-level QMainWindows each containing a QToolWindowManager and move tool windows between them.
The text was updated successfully, but these errors were encountered: