Qt 6.11 is out! See what's new in the release
blog
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.