Hi all,

Okay I've got an application that has some widgets that are docked and tabified using QMainWindow::tabifyDockWidget. The problem I have is that the tab on the right becomes the active tab and I need the tab on the left to be the active tab when the application starts, and I don't see any way to set the active tab. Also it would be convenient to be able to make different tabs active based upon other user input at runtime.

Any ideas on what I need to do to handle this would be most appreciated.

Thanks