setData(Qt::BackgroundColorRole, Qt::Blue);
setData(Qt::TextColorRole, Qt::Red);
QTableWidgetItem::setForeground(QBrush(QColor(255, 0, 0)));