Is it possible to zoom out the GUI of a Qt application?
Hi,
I am successfully able to cross-compile a Qt application and run it on a STM32MP157F-DK2 using the various tutorials on this site.
Problem is, I want to view the application using the internal LCD of the board (800*480), but the application is designed for a 1920*1080 screen.
It runs, but only half of the window is visible. I tried to run it on Weston and EGLFS, same result.
Is it possible to zoom out/rescale the application using some Weston/EGLFS parameters, so that the whole window is visible? I am aware that the contents are gonna be tiny, that's not a problem.
I tried QT_SCALE_FACTOR=0.5 using EGLFS, but that didn't work.
