On June 18, 2002 10:47 am, Phil Thompson wrote:
> Gordon Tyler wrote:
> > Hi,
> >
> > Is PyQt/PyKDE going to use Python 2.2 new-style classes? I would like to
> > be able to use some of the features of new-style classes like static
> > methods and properties in classes that are derived from Qt classes.
>
> No current plans.

Should it be possible for me to do the following?

class MyWidget(QWidget, object):
        etc...

Thanks,
Gordon

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to