Mouse Event is passes from one qml to another while changing the Loader source
Unsolved
QML and Qt Quick
-
I have one button at (x,y) is both first qml and second qml.
on click of button in first qml it will load second qml. it is working fine.
but if user clicked continuously on button in first qml then some of the Mouse event are passing to second qml.Please let me know whether we can avoid this passing of the Mouse event while source change in Loader.
-
@Yohit-Kumar
If you want to be helped, be more clear. And post some code.