How to export a PyQt5 QGraphicsScene which contains several QPixmapItems as an image?

291 views Asked by At

I am working in a PyQt5 project in which at the end of the process, the user has rearranged a set of images (MovablePixmapItem(QtGui.QPixmap)) in a canvas (QGraphicsScene) to their proper positions. Once at that point, the main idea is that the resulting QGraphicsScene should be exported as a whole image. I have searched the web looking for a way to solve this without much success.

Please any help with regards to this problem would be appreciated.

0

There are 0 answers