Hi

I just tried to somehow add a second QHeaderView to my QTreeView.
I want to display a footer with a summary of items selected.

But I found no functions in QTreeView, which I can override to create this.

I think cannot use a BoxLayout as the scroll bars of the QTreeView should scroll the second header.

Any ideas?