Hello,

I am designing a Qt embedded (Boot to Qt) app, which renders directly to the Linux framebuffer. It is possible that the screen resolution or orientation of the device may change at run-time. This change is initiated by an external app, or the user rotating the device. How will the Qt framework handle the underlying framebuffer change in resolution/orientation? Is there a way to refresh the screen without having to restart my app, following a change in resolution?

Thank you!