Hi,

I think I will use QTreeWidgetItem - found out that the tree can be traversed with the childCount() , child(int) and parent() functions. So I guess that solves the problem for now. Thanks for your suggestions.