Hi,

I want to show images on a QListWidget with a text at the bottom of the image. The images can be of different sizes.
I want the items to have the same size like Windows or Dolphin KDE file manager do.
I've been testing the properties "iconSize","uniformItemSizes" from QListView and "sizeHint" from QListWidgetItem with no success.
The items must be 200x200 scaling the image(icon).

Here is a picture of what I'm getting and what Dolphin does(what I need)
image2.jpgimage1.jpg

Thanks,