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

Drag and Drop with PyQt4

2006-08-25 Thread Harshad
Hi, I'm writing a program using Python 2.4 and PyQt4. The aim is to implement drag and drop from filesystem and display a list of files dragged on to the listWidget. This function will later become part of a software for workflow management. When I run the program, DragEnterEvent works as expecte