Hi,

I have promoted a TableView widget to my own custom widget. I override the QAbstractItemView::viewportEvent in order to capture tooltips. What I want to do now is to display a QToolTip when this event is raised, but want to know how to get the item I am hovering over in the table, this possible?

Regards,
Steve