I developed a PySide6 GUI for a touch screen device. After the GUI launches in full screen, after some time, it gets stuck and shows errors. –
qt.pointer.dispatch: delivering touch update to same window QWidgetWindow(0x2c2e1040, name=”MainWindow2Window”) not QWidgetWindow(0xb2c77f0, name=”MainWindow1Window”)
Is this related to the pyside6 version or anything related to my code.
I had tried modifying the code to minimal script, updated pyside6 then also this issue was coming
shonb is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.