Hello!

I have a QTableWidget in my program and i want to set a background rgb color for some rows, but i read QTableWidgetItem::setBackgroundColor is obsolete and i'm using Qt 5.4.1 with QtCreator 3.4.0. How can i do what i want? I really don't want to change to QTableView.

Thanks!