[PyQt] PyQt & SIP Release Plans

Phil Thompson phil at riverbankcomputing.com
Wed Mar 11 08:55:38 GMT 2009


On Tue, 10 Mar 2009 19:20:36 -0400, Matt Smith <melkor at orangepalantir.org>
wrote:
> 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

It's the same bug but your workaround is wrong.  It will be fixed in
tonight's (PyQt) snapshot.

Phil

>>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    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
> 


More information about the PyQt mailing list