I am working in Qt on Mac OSX. I have set a thumbnail image on a QPushbutton. Then I want to apply a 2nd image over the thumbnail image on mouse hover event. I have tried this, but on mouse hover event my first image is hidden and only the 2nd image appears. I want both of the images at a same time on mouse hover. I have attached an image of what I want to do. In this, the 1st image is car image and the 2nd one is a PLAY image (white triangle in circle).
If anybody have any idea of it, please let me know.