How to change the icon position of Tablewidget and the problem that the color of the icon changes when selected
Unsolved
General and Desktop
-
-
Is there a way to get rid of the phenomenon that the color of the row covers the icon when clicking on the row in the table widget?
In the case of listview, the icon color does not change when clicked. -
Is there a way to move the position of the icon a bit?
I want to give only about 5px from the left.
-
-
Hi,
Write your own QStyledItemDelegate for that. You will be able to point the icon the way you want it and position it as well.