Quote Originally Posted by zorro68 View Post
do you know why, because row and col have the same values (in my last post)?
The docs say:
QTableWidgetItem * QTableWidget::item ( int row, int column ) const
Returns the item for the given row and column if one has been set; otherwise returns 0.
See also setItem().
Have you set a QTableWidgetItem for given row and column before trying to access it through item()?