Quote Originally Posted by imagineryhead View Post
QModelIndexList selectionList =smodel->selectedRows();
From the docs
Returns the indexes in the given column for the rows where all columns are selected.
Are you sure you set the corresponding selection behavior on the table? Or better use selectdIndexes().