How is it possible to add a button in the header of a QTreeWidget?
A minimal example is more than welcome...![]()
How is it possible to add a button in the header of a QTreeWidget?
A minimal example is more than welcome...![]()
Did you try something like:
Qt Code:
layout->addStretch(); layout->addWidget(button);To copy to clipboard, switch view to plain text mode
I don't know if this works, I'm just spitballing here![]()
Bookmarks