Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. Is there any way to get previous data from treewidget after itemchanged?
Forum Update on Monday, May 27th 2025

Is there any way to get previous data from treewidget after itemchanged?

Scheduled Pinned Locked Moved Unsolved Qt for Python
1 Posts 2 Posters 239 Views
  • 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.
  • M Offline
    M Offline
    Moeka_Chan
    wrote on last edited by
    #1

    Hello,
    I create a treewidget, which is binding to a group of 3D models.
    I want to change the name of an item in treewidget, and, then, the model's name is updated.
    itemChanged only send new name and doesn't send old name, so I can't find the model and give it a new name...
    How to get the old name? I try itemclicked, but it raise other issue...

    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