EGLFS and QWidgets
Unsolved
General and Desktop
-
On 2 separate development branches for a project I'm on we've ported from Wayland to EGLFS while simultaneously moving from qml to QWidgets. Upon attempting to merge these branches into 1 baseline many of our QWidgets are no longer rendering properly (specifically QLabels just won't show text at all).
I've been advised elsewhere that this is due to launching application startup without initializing the environment properly to allow EGLFS and QWidgets to play nice. Does anyone have insight or experience with a similar issue?