Without fully understanding what you're up to, you may be better off with a QTreeView and QAbstractItemModel. The model would keep track of hierarchy, and your view simply represent it. Thus if you refresh the view, the data remains the same and if you change the data, the view updates accordingly.
-- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOD_M7Myk_4LXkgGn-QWtum53FjsAYQQVMg_ii5y1_eJvQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
