On doing QmlApplicationViewer.setVisible(false) , screen flickers..why?
-
hello ,
In my application I have 5 QMLApplicationViewers . The Objective is to pass an event from Qml running in viewer1 to setVisible(false) of viewer2 widget . But when I pass such an event, before the viewer2 becomes invisible Qml running in viewer2 displays a blank white area. I have also made viewport transparent for viewer2 but still same problem is coming..any suggestions?