how to disable the click event of parent object in qml ?
-
how to disable the click event of parent object in qml ?
when i am showing child qml based ui then parent ui does no t allow to get click event so i does not how to do it ?
if any body know how to not allow parent ui when child ui we show above the parent ui ?
-
what type is your parent qml, if it's a pop up, then pop up has a "modal : bool" which can be used to handle the clicks on items below the pop up. Not sure if this is what you need
@Tauqueer no my parent is rectangle and child also rectangle