I wonder what you mean by "crash" I had a similar problem passing a
QMouseEvent, when I upgraded I needed to use &QMouseEvent with the
ampersand. When it didn't work I would get the last event, so sometimes
I would get a QTimer instead of a mouse event, but once I put the '&' in
it worked ok.
mbs
>I'm finding that executing the following code in an abstracttablemodel
>results in a crash:
> self.emit(SIGNAL("dataChanged(QModelIndex,
>QModelIndex)"), index, index)
>.. where index is taken from tableView.currentIndex()
>This code ran fine in PyQt4.4. Is it a bug in Qt/PyQt, or am I doing
>something wrong?
_______________________________________________
PyQt mailing list [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt