QAbstractNativeEventFilter

PyQt5.QtCore.QAbstractNativeEventFilter

Description

The QAbstractNativeEventFilter class provides an interface for receiving native events, such as MSG or XCB event structs.

Methods

__init__()

Creates a native event filter.

By default this doesn鈥檛 do anything. Remember to install it on the application object.


nativeEventFilter(Union[QByteArray, bytes, bytearray], sip.voidptr) → (bool, int)

TODO