This behavior is inherited from QGraphicsView. I don't know why it is this way. Perhaps the QGraphicsView documentation has some hints.
BR, Martin. > -----Original Message----- > From: ext Adriano Rezende [mailto:[email protected]] > Sent: Friday, 10 December 2010 12:02 AM > To: Pasion Jerome (Nokia-MS-Qt/Oslo) > Cc: [email protected]; Jones Martin (Nokia-MS-Qt/Brisbane); qt- > [email protected] > Subject: Re: [Qt-qml] How to ignore MouseArea signals > > On Thu, Dec 9, 2010 at 10:36 AM, <[email protected]> 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 _______________________________________________ Qt-qml mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-qml
