Different UI via ssh and direct application start on RaspberryPi
-
Hi.
I cross-compiled Qt 5.12.3 for RaspberryPi3B+ successfully with this link and everything is checked and ok.
Running application via ssh shows a fullscreen window, and all controls are ok.
But running application locally on raspberry pi, shows a windowed app and QtQuick buttons are border and background less (Material Style). Also touch ripple area is always at point (0, 0) !What's the problem? Am I missing something?
-
SSH:
Local:
-
using
-platform eglfs
in application arguments solved the problem!
But I have another question in this regard. I configured Qt to compile with eglfs, why this is not default mode (platform) in raspberry? -
@MajidKamali said in Different UI via ssh and direct application start on RaspberryPi:
using
-platform eglfs
in application arguments solved the problem!
But I have another question in this regard. I configured Qt to compile with eglfs, why this is not default mode (platform) in raspberry?If you run from console, with no X server running, Qt will default to EGLFS.