Hi,
I try to achieve something very easy but looks like very complicated to have a working solution in Qt.
I have a QListWidget and I simply try to have the icons like windows explorer, meaning a space between each of them on top, bottom, left and right.
Additionally I try to have the size dynamically change to always use the whole space of the widget, simple linear interpolation from min size to max size then it adds a new icon to the row.
Is it possible to have some help ?
Thank you