I wish to capture mouse events on the QHeaderView part of a QTreeview. header()->installEventFilter(this); captures some events but even if the only statement in the function is "return true" (ie, filter the event), the QHeaderView still gets the mouse message.
Any ideas? I don't want to block the events, just analyse them as well.
Bookmarks