[Interest] [SOLVED] Re: QGraphicsView viewport touch event on iOS through event filter

Thiago Macieira thiago.macieira at intel.com
Wed Aug 26 17:17:24 CEST 2015


On Wednesday 26 August 2015 10:02:16 maitai wrote:
> Conclusion is: never ever call processEvents() from a eventFilter or 
> similar event() routines

Never do that.

And avoid processEvents() and exec() functions anywhere, period. Nested event 
loops cause weird event delivery problems because some events get delivered 
unexpectedly and you recurse into your event filters and slots.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list