Hi,

I have a QGraphicsGridLayout, say 3 x 3.

Now I would like to re-arange the content of the grid item, for instance:
item at [0, 0] and item at [1 1] will switch place.

How can I do so?

Thanks