I have a QML item with a mousearea and on this item are some buttons, also with individual mouse areas.
When the mouse enters one of the buttons, the parent’s mouse area registers as “exited.” Is it possible for both the child and parent’s mouse areas to both considered active at the same time?
↧