How can I set a background pixmap in a cell of QTableWidget?

in QT3 , there is a
Qt Code:
  1. void QTable::setPixmap ( int row, int col, const QPixmap & pix ) [virtual]
To copy to clipboard, switch view to plain text mode 

If I change the QTable to QTableWidget, how can I complete the above task?