Dear visitor, welcome to QtForum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
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)
Did not notice that method so far, I am going to check it. Thank you.
Works well. Don't know how I missed these methods

Thank you.