I've got a QTableView displaying a table of 3 columns and any number of rows. When the user clicks on a row or an item in the row it selects (via a connect) an item in a graphics scene. However I would also like to able to highlight a row when the user clicks on an item in the scene. I can't see anyway of highlighting a row in code, only via a mouse click.
Is it also possible to prevent columns and the whole table from being highlighted when a user clicks of those parts of the table?
Bookmarks