Hi! I'm trying to implement a get method in PyQt for the QAbstractListModel but I can't seem to get it to work. The code in qml: var toggleState = dataModel.get(index).active Is that method supposed to be built into the PyQt QAbstractListModel or how to I implement it? Regards Johnny Karlsson