Tableview set a image as a icon without showing the path as text
I have a 4 column QtableView that I am filling from a .csv file. The first column cells shows a custom icon from a folder of images and the rest of the columns are text only. Everything works as expected but the path to the icon image is shown as text beside the image in the same cell. Is there a way to show the image only and not show the path to it?