PySide6 and how to get all data from QTreeView
How to get all data from QTreeView, I have many parents and many children in qtreeview, child has values in other columns, how can I get these values in the form {parent: {child: [other columns of childs]}}, you need to get the values of all branches of the tree and display them in a similar format