Hi,

There are many ways to do that. QTableWidgetItem has icon and you can draw the icon using svg or having pngs for each state. Also if you use model-view you can have a custom delegate that draw the state based on the state.

Carlos.