I need to highlight the hovered row in a TableView. By default there is no hovering effect. I can use a MouseArea inside rowDelegate to ac
TableView
MouseArea
rowDelegate
Adding:
MouseArea { // ... onPressed: mouse.accepted = false }
will propagate the mouse signal to the TableView and keep its selection behavior.