Hello. I am using libvlc in my application to play video that is displayed in QFrame window. I'd like to show a pop-up menu when a user does a right click with mouse. My problem is I can't catch the event, because VLC "eats" it. I know I can disable VLC events handling via libvlc_video_set_mouse_input, but then DVD menu won't work. I've tried to use event filters without any success. Not really a qt problem, but maybe there are some means to achieve what I am talking about or, perhaps, somebody here found a solution or workaround for that.