How to add QImage on QImage
-
You displayed QImage on a qwidget for example QLabel. You subclass a QLabel with MyLabel and display your image as background image. Then create another label inside this class and add your transparent logo to it. Move this logo label to the bottom right of MyLabel .
-
Hi,
You might want to check the image composition example. It shows how to combine several images.