Event filter function stops working
-
Hi,
I have an application based on media SDK that displays videos in a grid. Now I want to integrate this to QT so that it displays in QT window.
At first, qt window is intialised, grid is created and if I move the window or move the mouse, I can see the events detected in the eventFilter function.
I am now passing the window ID of each widget of the grid to MSDK function so that it can render to this window, and I am geting the display output correctly, but the events are not detected any more. What can be the reason ?