Quote Originally Posted by wysota View Post
Apply an event filter on the header and catch that mouse press so that you can handle it yourself if you need it.
If I trap the mouse press I'll use QTableWidget::clearSelection(), correct?

I guess I'm just lazy and want Qt to do it for me like they used to.