Hi,

I want to create list of items(custom class) with same size(200*300px) positioning like grid with items centered, for illustration:
Illustration.jpg

I want items(blue rectangles) have always same size and just jump line if window is scale down.

I tried with QGridLayout but items are on others.

It is possible to do this with layouts?
How can I do what I want?