Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
How to Display a list of dictionatries in listview in qml using pyside2
-
Am trying to feed a list of dictionaries in listview but it seems not working is it possible to be implemented.
-
That depends on what you are actually trying to put into the ListView -- your List of Dictionaries is a bunch of Dictionary Objects or just the names of those Dictionary Objects?