make user able to edit qtreewidget
Unsolved
Qt for Python
-
I know how to create childs, parents, columns in qtreewidget, and make also items changeable through user input,
However, I want to make it possible for a user to add new childs in the treewidget through the interface.Any idea if Qt has something built in for this matter?
Thank you so much. -
Hi,
Do you mean something like a contextual menu with an "insert here" action ?
-