PDA

View Full Version : How to merge two QPixmaps in to one.



live_07
22nd September 2009, 22:50
Hi,

How to merge multiple images into one image with transparent effect (like onion effect)?

Thanks in advance.

kwisp
23rd September 2009, 06:20
you can paint one image on another.
QPixmap, QImage and etc. is devisees of QPaintDevice.

scascio
23rd September 2009, 08:19
Maybe you can set transparency with QWidget::setWindowOpacity if your images are drawn in dedicated widget, like QLabel