How to open QWindow on specified coordinate
-
If you want to select the screen then use the QWindow ctor taking a QScreen. The position can be set via setPosition() but not all window managers (e.g. wayland) allow this.
If you want to select the screen then use the QWindow ctor taking a QScreen. The position can be set via setPosition() but not all window managers (e.g. wayland) allow this.