[Qt-qml] How to ignore MouseArea signals
Adriano Rezende
adriano.rezende at openbossa.org
Thu Dec 9 15:02:13 CET 2010
On Thu, Dec 9, 2010 at 10:36 AM, <jerome.pasion at nokia.com> wrote:
> Hello,
>
> Is there a reason why accepted isn't handled in the other mouse events?
I believe the reason is that after accepting mouse press event that
item becomes the mouse grabber and mouse move/released events will be
delivered directly to it. The grabber condition can be removed calling
ungrabMouse() manually.
Br,
Adriano
More information about the Qt-qml
mailing list