QTreeView Node value not getting updated
General and Desktop
2
Posts
2
Posters
1.3k
Views
1
Watching
-
Hi
I have created a QTreeView.
On the load of the application i am populating the tree view.And then after loading the mainwindow with tree populated with nodes
I have a toolbar button on the click of which i am changing the values of nodes.
The values are getting reflected in treeview only if i take the cursor in treeview untill then the changes are not reflected in TreeView.How to resolve this?