QDockWidget movable feature
Solved
General and Desktop
-
I am facing an issue with a QDockWidget which I would like to stay at the bottom of the screen and
would not be able to move nor float.Here is the code:
docker_bottom = new QDockWidget("reference"); addDockWidget(Qt::BottomDockWidgetArea,docker_bottom);
but I don't know how to disable the movable and floatable features.
Thks for you usual coop
-