Hi,
I have several QDockWidgets tabbified in a QDockArea. I want to select one of them as the visible tab, but I don't find a way to do it programatically. Is there any way to do it? (its probably right under my nose but I cannot see it ).
It would be easy to do with QTabBar::setCurrentIndex(). Is there a way to obtain the QTabBar of a QDockArea?

Thanks