[Qt-interest] Bring tabified dock to front

Lars Amsel lars.amsel at signalion.com
Tue Aug 25 15:57:02 CEST 2009


SABROG wrote:
> You can found QTabBar in QMainWindow widget like this:
> 
> QTabBar *tabBar = QMainWindow::findChild<QTabBar *>();
> if (tabBar) {
>     tabBar->setCurrentIndex(1);
> }

kind of a hack but should work. Thanks for the hint.



More information about the Qt-interest-old mailing list