multi nested dictionary
-
Does QT Py have a way to display a multi nested dictionary or would I have to convert it to some other structure? Thanks
-
Does QT Py have a way to display a multi nested dictionary or would I have to convert it to some other structure? Thanks
-
Hi,
Beside the good question of @Pl45m4, it seems you would need a model on top of your nested dictionary and a QTreeView.
Depending on what you do with your dictionary, using a QTreeWidget that you populate with your dict content might also be an option.