Hi,
In a QTableView how can I select a whole row for a given index? Or how can I highlight a set of indexes?
If it is with QItemSelectionModel how can I make it to select the whole row?
Thanks a lot!
Carlos.
Printable View
Hi,
In a QTableView how can I select a whole row for a given index? Or how can I highlight a set of indexes?
If it is with QItemSelectionModel how can I make it to select the whole row?
Thanks a lot!
Carlos.
See QAbstractItemView::SelectionBehavior. You can use