[PyQt] Is this a bug or ?

Gilles CHAUVIN gcnweb at gmail.com
Wed Mar 19 19:39:16 GMT 2008


On Wed, Mar 19, 2008 at 8:24 PM, Phil Thompson
<phil at riverbankcomputing.com> wrote:
>  The fix is to take an explicit copy of the QPoint...
>
>     self.startPos = QPoint(event.pos())
>
>  ...which is what happens implicitly in C++.
>
Many thanks for your reply Phil.

It is now working as expected :).


Regards,
Gilles.


More information about the PyQt mailing list