In my video player, I want to add an overlay so that I can click on the screen and put a red mark for each place I click on the screen. I originally thought a QCanvas could be used for this, but have discovered it has been taken out of Qt 4 and its replacement is not back in. So what can I use to do this? A QPixmap? Is this easy to do? Thanks for your help!