TouchEvent and QEventPoint warnings in pyqt6 on a mac running BigSur

Mel Tearle mel.tearle at gmail.com
Mon Oct 25 22:32:48 BST 2021


Hi,

I upgraded to PyQt6 and started seeing these messages written to the terminal as I 
moved about my app.  My PyQt6 conversions have all gone well, this was the only problem.

qt.pointer.dispatch: delivering touch release to same window QWindow(0x0) not
QWidgetWindow(0x7f9c2b00b700, name="PathMakerClassWindow”)

qt.pointer.dispatch: skipping QEventPoint(id=1 ts=0 pos=0,0 scn=684.702,453.424
gbl=684.702,453.424 Released ellipse=(1x1 ∡ 0) vel=0,0 press=-684.702,-453.424
last=-684.702,-453.424 Δ 684.702,453.424) : no target window

I doesn’t seem to affect single file apps or if using a mouse.

I’m curious if anyone else is experiencing this?  The the same problem is in pyside6.

Thanks,

Mel 




More information about the PyQt mailing list