Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
It there any way to get rid of the text for the QIcon in a QTableWidget cell? Even though my text is blank, there is still space reserved for it, and when you tab to a cell with a QIcon, it puts a border around the text area.
Hi,
You can try implementing a QStyledDelegateItem and paint only the icon.
Hope it helps