[PyKDE] PyQt 3.11 Drag & Drop problem
Doug Bell
dougb at bellz.org
Wed Mar 17 14:30:01 GMT 2004
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.
More information about the PyQt
mailing list