You can access selected indexes through QAbstractItemView::selectionModel().
Qt Code:
tableView->selectionModel()->selectedIndexes();To copy to clipboard, switch view to plain text mode
You can access selected indexes through QAbstractItemView::selectionModel().
Qt Code:
tableView->selectionModel()->selectedIndexes();To copy to clipboard, switch view to plain text mode
Last edited by saa7_go; 27th July 2010 at 13:35. Reason: updated contents
Bookmarks