Hi All,
I am developing a screen which is a list of thumbnails. I am using a qlistwidget and for each item in the list a qframe is set with setItemWidget(). I am able to render the image in the QFrame of the list item but on selecting the list item the row including the qframe gets highlighted. The highlighting effect is causing a repaint and the image in the thumbnail gets painted with the highlight color. Is there any way to restrict the area of selection for listwidgetitem? or disable single click for listitem? or disable highlight effect on listitem selection?
Bookmarks