Re: [Interest] Mouse event propagation in Qt Quick

2016-10-16 Thread Mitch Curtis
> -Original Message- > From: J-P Nurmi > Sent: Sunday, 16 October 2016 4:06 PM > To: Mitch Curtis ; Qt Project > Subject: Re: Mouse event propagation in Qt Quick > > Hey Mitch, Hey! > > > - In example #2, why is Flickable happy to steal

Re: [Interest] Mouse event propagation in Qt Quick

2016-10-16 Thread J-P Nurmi
half of Mitch Curtis <mitch.cur...@qt.io> Sent: Sunday, October 16, 2016 3:42:35 PM To: Qt Project Subject: [Interest] Mouse event propagation in Qt Quick Hi. In the following example (#1), I want both the MouseArea to be clickable and the scroll bars to be draggable: import QtQ

[Interest] Mouse event propagation in Qt Quick

2016-10-16 Thread Mitch Curtis
Hi. In the following example (#1), I want both the MouseArea to be clickable and the scroll bars to be draggable: import QtQuick 2.7 import QtQuick.Window 2.2 import QtQuick.Controls 2.0 Window { visible: true width: 640 height: 480 title: