Pass mouse event
QML and Qt Quick
2
Posts
2
Posters
11.0k
Views
1
Watching
-
Hi,
Did you try "propagateComposedEvents":http://doc.qt.io/qt-5/qml-qtquick-mousearea.html#propagateComposedEvents-prop property for MouseArea?
But this work only if you need to call another MouseArea event. When you use Button it's doesn't work.