i want to select a whole row in a QTableView
i have tried to parameterize the table view with
setSelectionBehavior( QAbstractItemView::SelectRows );
but still only the current QStandardItem is selected and not the full row, even if i use
setCurrentIndex( oItem->index() );
selectRow( oItem->row() );
any clue ?
Bookmarks