Re: [PyQt] question re Atext drag and drop in PyQt3

2007-04-30 Thread Tony Willis
Date: Sun, 29 Apr 2007 17:43:53 +0200 From: Hans-Peter Jansen <[EMAIL PROTECTED]> Subject: Re: [PyQt] question re Atext drag and drop in PyQt3 To: pyqt@riverbankcomputing.com Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" Am Freitag

Re: [PyQt] question re Atext drag and drop in PyQt3

2007-04-29 Thread Hans-Peter Jansen
Am Freitag, 27. April 2007 23:43 schrieb Tony Willis: > I hope that someone can help me with the following. I'm attempting > to drag and drop some floating point numbers from one widget to > another with PyQt3. The easiest way to do the dragging would appear to be > with the QTextDrag object. So I

[PyQt] question re Atext drag and drop in PyQt3

2007-04-27 Thread Tony Willis
I hope that someone can help me with the following. I'm attempting to drag and drop some floating point numbers from one widget to another with PyQt3. The easiest way to do the dragging would appear to be with the QTextDrag object. So I convert my floating point numbers to a python string via t