How do you reset the background of a QTreeWidgetItem?
I know how to set the background to another color - setBackground(0, QColor(202, 224, 232, 255)); - but putting it back?