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. How to add/find items to a model at a specific index

How to add/find items to a model at a specific index

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 475 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.
  • P Offline
    P Offline
    philk
    wrote on last edited by
    #1

    I have a tree model with 4 branches of the root. Now during runtime one of the branches should get children. The question is:
    How do I find/remember the right branch/item to add the children to?
    I found QPersistentModelIndex, which works. But is it the best approach? Or should I, when its time to insert new items, search in the model (how?) for the parent item they are supposed to be added to?

    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