Hi, I have a class that is a inherits from a QAbstractListModel and I want to emit a dataChanged signal (to signal a QML ListView). I've tried the following:
self.dataChanged.emit(1, 1) but I get the error TypeError: Unknown type used to emit a signal: QModelIndex Am I going about this the wrong way? -Tobias _______________________________________________ PySide mailing list PySide@lists.openbossa.org http://lists.openbossa.org/listinfo/pyside