Hi,
I want to debug my android application from desktop. I mean I want to see the android UI when I compile it as a desktop application. It is faster than deploying each time on my device to see the render.
I m pretty sure it can be done using qputenv("QT_QUICK_CONTROLS_STYLE", "?????");
Any idea ?