I am looking for a way to simply paste some Qimage
into bigger one, starting with some given (x,y)
. Now, I am copying pixel by pixel all Qimage
.
views:
41answers:
1
+1
A:
Yes, use a QPainter to paint into a QPaintDevice, QImage is a QPaintDevice, so it works.
Matias Valdenegro
2010-08-30 16:59:53