Hi

I have two QImages, one is a QImage::Format_Indexed8 and the other is loaded fropm a pgm file.

I want to overlay the images so that the Indexed_8 shows through the pgm image, i.e the pgm is transparent. Both images are the same size.

I am using a QGraphicsView to display the images.

How do I do this

Best Regards