I have a tree (QTreeView) in my program.
It looks like QtDesigner property editor when parent item text contains text from children, for example
Point: (100,200)
x: 100
y: 200
so, I need update parent when children’s text changed. How can I do that?
↧