@GrecKo said in MouseArea - The very painful way of events propagation:
Why are you adding MouseArea on top of clickable or scrollable items?
Sorry to reply to an old post but this thread got resurrected and this caught my eye. In my case I have a MouseArea on TreeView, which is clickable and scrollable. As I recall (bearing in mind it was some time ago now) it seemed to be the only way to implement a context menu popup when right clicking tree branches. Is there something different I could have done?
(This is the old TreeView BTW - I haven't looked closely at the new one in Qt 6 to see if that is any different.)