Connect to property
I have a listview and would like to know when data has been changed in the listview. The listview has a dataChanged signal property:
- dataChanged(QModelIndex topLeft, QModelIndex bottomRight)
How can I connect to this property with the necessary properties? Currently I always get this error: RuntimeError: Cannot connect property or signal: property was not found