Qt Quick 2D Renderer with Material Style
Unsolved
Mobile and Embedded
-
Hi Community!
I've tried to run the Qt Quick Controls 2 Gallery Example on a Toradex Colibri-VF board. This board doesn't support eglfs so it's necessary to set QMLSCENE_DEVICE=softwarecontext to enable Qt Quick 2D Renderer.
The example runs fine but if you enable the Material Style the TabBar and About Dialog are not drawn properly. Does anyone know why this happen? Please, take a look at the following images. The first one is on a BeagleBone with eglfs and the second one is on Toradex Colibri VF without eglfs and using softwarecontext.
Do you have any idea about a workaround?