I am doing a project with Qt and Python. According to a set of parameters, I retrieve a set of images from a folder.
I would like to show the result images as a set of thumbnails in my Qt UI. My desired output would be something like:
Image1 Image2 Image3
Image4 Image5 ......
...... ...... ImageN
Where instead of each string I have a thumbnail. How can I achieve something like this?