how to set QDockWidget's position?
General and Desktop
5
Posts
2
Posters
2.2k
Views
2
Watching
-
Hi,
Get the center of the main window geometry and set it on the QDockWidget geometry with moveCenter
-
It's on QRect
-
@Chris-Kawa answered with an example here