I am trying to make a program that shows somewhat a thumbnail with image and text. Something like this
But I don't seem to find any way we can make a ListWidget with the design that has both image/text and small description for each item.
This is what I have so far I tried making a custom widget that has a image with a title and description but I don't know how to add it to a list widget in QTDesiger.
Basically instead of this normal list widget
I would like somewhat this design list widget
if any knows how to implement this in Designer or Code. Please assist me. Thank you