vnc qt5 platform
Unsolved
Mobile and Embedded
-
The QT application is displayed synchronously on the local device screen and vnc
I use
export set QT_QPA_PLATFORM=vnc
or
./application -platform vnc:size=800x600,port=5900
Can start VNC service normally,But it can cause the problem of local device screens not outputting information.How can I synchronize and output remote VNC and local device screens simultaneously?(Qt5 does not have qws)