My app has 2 QTableWidget objects. I need to know when the user selects a row in one of the tables by clicking on a row header. mouseReleaseEvent() tells me when the user clicks anywhere inside the table but not when a row header is clicked (which selects all cells in the table row). What can I use to trap these mouse clicks?