I would leave the quotation marks since you want compare the value numerical. Therefore also see toDouble().
There is no need to create a new item! just use your variable item and set the new text there.Qt Code:
ui->timing_tableWidget->setItem(i, j, itemReplace);To copy to clipboard, switch view to plain text mode
See if that solves your problem.
EDIT: instead of test all the cells you could use QTableWidget::itemChanged() to only check a changed item.
Bookmarks