its own events.
My first challenge was: How could i get those events in qt?
I fixed it via: QAbstractNativeEventFilter.
But also inside this overrode function, I need to emit qt signals to update ui in qml side.
But signals never came to Qml.
Since when they arrived, the connection item in Qml not registered yet.
I wanted to defer the call of this method to overcome the issue.
+ The hard part was distinguish between windows events and library events.
Обсуждают сегодня