My derived TableView - how to get data mouse is over
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
Re: My derived TableView - how to get data mouse is over
Hi,
I can work out the mouse position using QHelpEvent pos method, but how can I get the row, col within the table view?
Thanks,
Steve
Re: My derived TableView - how to get data mouse is over
Re: My derived TableView - how to get data mouse is over