[PyQt] PyQt & SIP Release Plans

Matt Smith melkor at orangepalantir.org
Tue Mar 10 23:20:36 GMT 2009


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?




More information about the PyQt mailing list