Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QTreeView Node value not getting updated
Qt 6.11 is out! See what's new in the release blog

QTreeView Node value not getting updated

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    Indrajeet
    wrote on last edited by
    #1

    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?

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      How do you change the data? If you have your own model, do you emit dataChanged() signal after successfully storing your data in the setData() method?

      http://www.catb.org/~esr/faqs/smart-questions.html

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved