[Interest] Any possible workaround for QTBUG-40889 ?

Thiago Macieira thiago.macieira at intel.com
Thu Jun 30 18:59:43 CEST 2016


On quinta-feira, 30 de junho de 2016 17:16:54 PDT Elvis Stansvik wrote:
> Would it be possible to install a QAbstractNativeEventFilter and
> somehow "fix-up" the event combination that makes the event
> compression fail? Has anyone else been in the same boat?

Yes, in combination with a non-native filter that detects when the event has 
been delivered and processed. You need to keep a state:

 if event has been seen
 and event has not been delivered
	swallow event

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




More information about the Interest mailing list