I'm not sure whether I've understood what you're asking because the answer seems to obvious:
Qt Code:
  1. item->setCheckedState(column, Qt::Unchecked);
  2. item->setText(column, QString());
To copy to clipboard, switch view to plain text mode