Hi i need to copy a region of one QPixmap into a region of another QPixmap.
The method i found that does exactly this job is(was) copyBlt() but it is gone in QT4. Is there any replacement for this? What is the best practice to achive the same result?