Whats the problem with directly using

Qt Code:
  1. QGraphicsPixmapItem* pi = scene->addPixmap(QPixmap::fromImage(img));
To copy to clipboard, switch view to plain text mode 

as we did before?

http://www.qtcentre.org/threads/2923...-QGraphicsView

Johannes