Qt 6.11 is out! See what's new in the release
blog
set VNC display size on qt5
-
Hi @fengwuxxx ,
When launching your application you should be able to provide some parameters like the size .
For instance on embedded platform (Linux) you can do this :./hellogl2 -platform vnc:size=272x480with 272 as your width and 480 as your height
I don't know how it works on PC but i think you should be able to do the same in a certain way.