I am working with a table view where in I can select a row and it will open a new window after a double click. However, I don't want the header to be highlighted whenever I am clicking something on its cell.
self.memory_map_table.double_click_row(self._modify_row)
How to prevent table view horizontal header from being highlighted when I click a cell under it?
self.memory_map_table.horizontalHeader(). ...