Re: Drag and Drop with PyQt4

2006-08-26 Thread Harshad
David Boddie wrote: > > I tested this code with Python 2.4.2, Qt 4.1.4 and PyQt 4.1, and I > think you should be able to do the same in your code. > First of all, thanks a lot for the very precise and quick help! Ot works now. > 1. If you are prepared to try Qt's model/view classes, you can exe

Re: Drag and Drop with PyQt4

2006-08-25 Thread David Boddie
Harshad wrote: > When I run the program, DragEnterEvent works as expected, but the > DropEvent does not seem to be working. I'm not an experienced Python > hacker, and am unable to trace out any problems with the source code. > Any and all help will be appreciated! I'm making an educated guess fr