Quote Originally Posted by KiNgFrUiT View Post
I have a TableView and would like to highlight the column that the mouse is over.
I can do the visual part by drawing a rectangle in the itemDelegate.

What I am struggling with is getting the column index the mouse is over.
styleData.column?

Cheers,
_