[Interest] How to prevent Drawer from mouse events propagation

Vlad Stelmahovsky vladstelmahovsky at gmail.com
Sun Jun 30 18:13:50 CEST 2019


have you tried
interactive: false
?
unfortunately, in this case its not possible to close Drawer with a mouse
(which is supposed to be bug, I believe)
basically it make impossible to use SwipeDelegate, for example, inside
Drawer


On Sun, Jun 30, 2019 at 11:41 AM Alexander Ivash <elderorb at gmail.com> wrote:

> I have a Drawer with a ListView inside and draggable item (via
> DragHandler / PinchHandler) below the Drawer. The issue is that when I
> drag Drawer draggable item also gets dragged. I understand that I can
> play with grabPermissions on the DragHandler's level inside my
> draggable item, but I would like to avoid it if possible and instead
> to try make Drawer event-opaque. Any ideas?
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> https://lists.qt-project.org/listinfo/interest
>


-- 
Best regards,
Vlad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20190630/5ccc7c2e/attachment.html>


More information about the Interest mailing list