If you change the code that does the selection then yes. I only selected a single index.
Printable View
If you change the code that does the selection then yes. I only selected a single index.
/*Hmm I almost have it working but I have to use
view->selectionModel()->select(index.sibling(index.row(), 0), QItemSelectionModel::Select);
view->selectionModel()->select(index.sibling(index.row(), 1), QItemSelectionModel::Select);
view->selectionModel()->select(index.sibling(index.row(), 2), QItemSelectionModel::Select);*/
Nvm, I think I got it to work now. Thanks for your help :D :D.