Is it possible to make the header item of a QTreeWidget clickable ? ( what would be the syntax if it is ? )
0
votes
1 Answers
2
votes
Yes. setClickable
method of the QHeaderView
would be the way. You can get the QHeaderView
by calling header()
method of your QTreeWidget
.