Hello Everybody,
I need to programmatic-ally dock windows like this:
DesiredDockWidgetbehavior.JPG
But QT Designer does it like this:
DefaultDockWidgetBehavior.jpg
How do i programmatically do the desired behavior?
Qt Only allows the mainWindow to call
MainWindow->addDockWidget(static_cast<Qt:ockWidgetArea>(1), B);
and
MainWindow->addDockWidget(static_cast<Qt:ockWidgetArea>(1), A);
I need to get control of how the two dock widgets are laid out.
My Goal is to have complex layout like this:
DesiredComplexDockWidgetbehavior.jpg
The idea is that once the user does his thing, I need to save and recreate this layout.
Any help is appreciated.
--
Regards,
ven.
Bookmarks