How to ask QDockWidget orientation
Dear members,
I am developing an application with QDockWidget layout and I save all dock widgets' position (eg. where docked to, like Qt::TopDockWidgetArea) to restore the layout on the next start.
I can restore tabified QDockWidgets, but can't figure out how to programatically retreive QDockWidget orientation while I am able to set the QDockWidgets orientation with QMainWindow::splitDockWidget()...
Please advise.
This post has been edited 1 times, last edit by "jani" (Jul 16th 2010, 1:46pm)