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