QML: Problems with mousearea overlapping
问题 I have a QML application and problems with MouseAreas. In a small test app, there is a red rectangle and when mouse enters this rect, a grey menu appears below (created with a Loader). This grey menu must be open while mouse is over the red rectangle or the menu. For this purpose, I have 2 MouseAreas, 1 over the red rect and 1 over the menu. Both are 'hoverEnabled' and with 'enter' and 'exit' I control 'hoverDialog' and 'hoverTopZone'. When both are false, it means that the mouse is out, so I