Quote Originally Posted by MarekR22 View Post
QMainWindow::dockOptions-prop
QMainWindow::DockOption-enum
disable QMainWindow::AllowTabbedDocks.

Hi MarekR22,

Thanks for the reply but if I will disable the "AllowTabbedDocks" and set the mainwindow option as:

setDockOptions(QMainWindow::AnimatedDocks);

then nesting will not enable for docks.