How to disable snapping/docking of QDockWidget to the centeral widget ?
-
Hi
you can try with Qt::NoDockWidgetArea
dockWidget->setAllowedAreas( Qt::NoDockWidgetArea );
but not sure they can be there from start.Why use docks when you dont want to dock them?
-
Hi
you can try with Qt::NoDockWidgetArea
dockWidget->setAllowedAreas( Qt::NoDockWidgetArea );
but not sure they can be there from start.Why use docks when you dont want to dock them?
-
Hi
you can try with Qt::NoDockWidgetArea
dockWidget->setAllowedAreas( Qt::NoDockWidgetArea );
but not sure they can be there from start.Why use docks when you dont want to dock them?