[Interest] TapHandler tapped coordinates not accessible

Shawn Rutledge Shawn.Rutledge at qt.io
Mon May 6 21:56:00 CEST 2019


> On 6 May 2019, at 16:30, Tomasz Olszak <olszak.tomasz at gmail.com> wrote:
> 
> Hi,
> 
> I use Qt 5.12.3 and I'm trying to use TapHandler. For some reason though in onTapped handler point is already reset.
> I see that point is valid when reading it from onPressedChanged. Is it a bug? Seems like docs miss explicit example of reading point coordinate.
> 
> This is snippet I use to test.
> https://pastebin.com/h8PneRDB

You can use eventPoint instead of point: it is the signal parameter, and it does have correct position etc.




More information about the Interest mailing list