Hello,

I currently set the background role for a cell in the following way. There is also string data in the cell that I have set using setItem.

model->setData(index, QColor(R,G,B),Qt::BackgroundRole);

Now I'm trying to 'unset' just the color I set to the model.
Is there a 'clear' to just clear the background role specified for the cell?

Thanks,
Padma