A user of one of my programs is getting an exception under PyQt 3.11
(with Qt 3.2.1) that did not occur under earlier versions.  

It happens when beginning a drag in a QListView.  The
contentsDragEnterEvent(self, event) method seems to be sending a plain
QEvent instead of a QDragEnterEvent.  As a result, calling
event.accept() results in an AttributeError.

Any ideas?

Thanks,
Doug.

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to