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

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to