multi nested dictionary
-
wrote on 18 Sept 2023, 21:53 last edited by
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
wrote on 18 Sept 2023, 22:47 last edited by@chris-spangler84
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.
1/3