Hi there,

is there an easy solution to get tooltips when hovering over headers in QTableWidget or QTableView widgets?

My solution would be a combination of QHelpEvent and some coordinate calculation using indexOf() in the QHeaderView to find the correct header/column, but this looks to complicated...

Thanks,
Andreas