The docs say:Have you set a QTableWidgetItem for given row and column before trying to access it through item()?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().
Bookmarks