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.