Hi all,
I want to change the color of a row in a table, when a checkbutton is checked. Checkbox is a QChecktableItem in a column. I've captured valueChanged(int, int) emitted by the QTable, but i don't know how to change the background color of the row
Can somebody help me?

Thnaks