Hi,

I have been trying to do that for a whole afternoon without success. I have 4 qImages that I want to put in one QGraphicsScene (top left, top right, bottom left, bottom right).

Using a QBrush displays only one image since I can't change the position of the QBrush (setBackgroundBrush(QBrush))
Using Qpixmap won't help since I am working in a QThread.
I tried to use a QPainterPath but nothing is displayed, maybe because I am not in the main GUI.

Does one of you have any idea on how to do that?I didn't try to use paintevent(), can this help? if yes how?

Thank you so much for your help,
Morgan