PDA

View Full Version : Tabbed Dock by code



^NyAw^
27th February 2008, 10:54
Hi,

How it's possible to manage some Docks to be tabbed by code?

Thanks,

wysota
27th February 2008, 10:59
What do you mean by "manage"? Take a look at QMainWindow API, there are some methods related to dock widgets.

^NyAw^
27th February 2008, 11:03
Hi,

What I mean is how to tab a Dock with other by code, not by using the mouse.

^NyAw^
27th February 2008, 11:06
Hi,

QMainWindow::tabifyDockWidget


Thanks,