[PyQt] Construct QVariant from object of user type

Arve Knudsen arve.knudsen at gmail.com
Wed Apr 16 09:31:44 BST 2008


Phil, any comment on this?

Thanks,
Arve

On Mon, Apr 14, 2008 at 10:32 PM, Arve Knudsen <arve.knudsen at gmail.com> wrote:
> On 4/14/08, alteo_gange <romanocaldoni at free.fr> wrote:
>  > Le lundi 14 avril 2008, Arve Knudsen a écrit :
>  >
>  > > How do I construct a QVariant of an object of a non-Qt class?
>  >
>  >
>  > Hi.
>  >
>  >  >>> from PyQt4.QtCore import *
>  >  >>> from datetime import date
>  >  >>> a=date(1991,12,13)
>  >  >>> b=QVariant(a)
>  >  >>> print b.toDate().toPyDate()
>  >  1991-12-13
>
>  This works for date just because it maps to QDate.
>
>  Arve
>



More information about the PyQt mailing list