I have a video player which displays images in QgraphicsScene frame by frame. There's a play button, which shows frames by frames, like video. I want to show the preview image when mouse hover the qslider for the player, like in YouTube n other video players. Preview Image on slider
Request to suggest some approach!! I tried, mouse hover event on the qslider n displaying a qlabel with the particular frame.
Regards, Sayan