On Tue, 10 Mar 2009 19:20:36 -0400, Matt Smith <[email protected]>
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 [email protected]
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
_______________________________________________
PyQt mailing list [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt