0

Is it possible to make the header item of a QTreeWidget clickable ? ( what would be the syntax if it is ? )

Lilley
  • 214
  • 1
  • 5

1 Answers1

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