PDA

View Full Version : QDockWidget Tab Position!



neosettler
15th February 2014, 07:32
Greeting everyone,

I'm trying to set the Tabs from tabifyDockWidget to be North instead of South but I cant seem to find this feature. Any known workaround?

thx

Added after 24 minutes:

found it:

m_QWindow->setTabPosition(Qt::DockWidgetArea::TopDockWidgetAr ea, QTabWidget::TabPosition::North);