PDA

View Full Version : enable user editing of QTreeView headers?



iraytrace
9th October 2009, 22:25
Is there a way to allow the user to edit the text of the header in a QTreeView widget itself? Setting treeView->header() "clickable" and adding an editTrigger of "AnyKeyPressed" isn't enough to enable this. Is theis documented anywhere? I'd rather not have to do a dialog box to edit the column headers.

Thanks