[PyQt] Model / View for some data
Eric Frederich
eric.frederich at gmail.com
Tue Jul 5 18:40:07 BST 2011
Hello,
I have some data that I would like to be displayed somehow.
I have a bunch of parent / child relationships.
These relationships can form loops.
Also, children can have multiple parents.
Can this be put into a tree view?
I have ran into problems trying to do this via AbstractItemModel
because of the "parent" method.
Any tips / suggestions?
Thanks,
~Eric
More information about the PyQt
mailing list