Hello,
I want to display images in columns of my QTableWidget instead of text.

How do I do this? Using setIcon() only sets the icon and is not large enough.

Does QTableWidget support images as cell data or should I use another type of widget?
- BRC