QML - MouseArea/MouseEvent issue
问题 The following piece of code generates a white rectangle containing a red rectangle and a grey rectangle. Every rectangle has an associated MouseArea. The grey rectangle becomes blue when the mouse is clicked inside it. The red rectangle prints a console message when the mouse cursor enters inside it and another message when the released signal is emitted. I would like to: press and hold the mouse button inside the grey rectangle (becoming blue) move the cursor outside the grey/blue rectangle