Re: [Interest] How to prevent Drawer from mouse events propagation

2019-06-30 Thread Vlad Stelmahovsky
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 wrote: > I have a

[Interest] How to prevent Drawer from mouse events propagation

2019-06-30 Thread Alexander Ivash
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

[Interest] Why does Q_ENUM() need qRegisterMetaType()?

2019-06-30 Thread Tom Isaacson
I'm using Qt 5.12.2 on Visual Studio 2019 / Win7. I wanted to make sure Q_ENUM works the way I think it does before updating some legacy code so I wrote a unit test (we use Google Test): TestConnectEnum.h: class tColoredObjectV3 : public QObject { Q_OBJECT public: enum class eC