Hi,

I have const QModelIndex &index and I can read the data by example:
Qt Code:
  1. index.model()->data(index, Qt::DisplayRole).toString()
To copy to clipboard, switch view to plain text mode 

but how can I read the data from column = 0 (or any other column) and row = index.row() from this same model?