I have a QTableWidget and I want to disable the behavior that a row or column is selected when you click on a row or column header.
Does anyone know how to disable this behavior?
Edit: The headers need to remain clickable, because the onClick-function is needed.