Hi,
How it's possible to manage some Docks to be tabbed by code?
Thanks,
Printable View
Hi,
How it's possible to manage some Docks to be tabbed by code?
Thanks,
What do you mean by "manage"? Take a look at QMainWindow API, there are some methods related to dock widgets.
Hi,
What I mean is how to tab a Dock with other by code, not by using the mouse.
Hi,
QMainWindow::tabifyDockWidget
Thanks,