ptw = new QTableWidgetItem();ptw->setBackground( QBrush( QPixmap( "F:/icons/del.jpg" ) ) );
QTableWidgetItem *item = new QTableWidgetItem();item->setData(Qt::DecorationRole, QIcon("D:/icon.png"));