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

Avaris
- 35,883
- 7
- 81
- 72