multi nested dictionary
Unsolved
General and Desktop
-
Does QT Py have a way to display a multi nested dictionary or would I have to convert it to some other structure? Thanks
-
Display where?! Are you looking for a specific widget?
-
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.