Quote:
In my app i have a ListView and bellow i have my Toolbar. And ListView contain delegate which has MouseArea and slot onClicked and when i click on toolbar i emit signal onClicked on one item which is overlaping with toolbar. But i don't want emit this slot. Code which i posted explain this problem.
It must be me then, I still have no idea what the code you posted has anything to do with some ListView. If you want two items to not overlap each other then anchor them properly. It's the most basic thing in QML.