I am learning QTableWidget.I wanted to show only images at QTableWidgetItems.So I tried to add labels to tablewidget cells.(there is an example:QSpinBox).
Is there another way of this:Because if I use QTableWidgetItem ->icon() function;I can still show a linedit in cells.But I want only images.