If you change the code that does the selection then yes. I only selected a single index.
If you change the code that does the selection then yes. I only selected a single index.
VireX (18th May 2007)
/*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![]()
.
Last edited by VireX; 18th May 2007 at 22:07.
Bookmarks