So stackoverflow answer is partially right but my mind is so confused.

Well, if I set 'mouse.accepted' to false in the 'press' handler of the
MouseArea, event dispatcher sends the mouse events to MouseArea and also to
the QQuickItem::mousePressEvent. It is ok but somehow, MouseArea lose it
dragging capabality if I set 'mouse.accepted' to false in 'press' handler
of MouseArea.

2016-02-22 14:51 GMT+02:00 Curtis Mitch <mitch.cur...@theqtcompany.com>:

>
>
>
>
> *From:* Sina Dogru [mailto:sinado...@gmail.com]
> *Sent:* Monday, 22 February 2016 1:43 PM
> *To:* Curtis Mitch <mitch.cur...@theqtcompany.com>
> *Cc:* interest@qt-project.org
> *Subject:* Re: [Interest] MouseArea blocks 'Custom Scene Graph Item's
> mouse events
>
>
>
> Thank you Curtis but as you can see it on my code snippet on the question,
> I have already tried to set 'propagateComposedEvents' to true. But it did
> not worked :S
>
>
>
>
>
> And what about the answer on Stack Overflow?
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to