Hi
i want to make a pixmap that will display a image as if two individual pixmaps have been placed over each other.The QPixmap::copy ( const QRect & rectangle = QRect() ) const will copy the contents of one pixmap in to another and then we can draw on the copied pixmap, but is it possible to merge two pixmaps in to one.