Would there be any benefit in doing this? From the way I understand it, all Qt objects already expose their get/set methods, while any objects you create through subclassing can simply use Python's native properties support. For the most part, properties have their biggest value in use with Designer.
Eron On Wednesday 18 February 2004 1:42 pm, Phil Thompson wrote: > On Wednesday 18 February 2004 13:16, Stefan Seefeld wrote: > > Phil Thompson wrote: > > > SIP v4 classes are new-style classes. > > > > Wonderful ! Are there plans to map Qt properties to > > python properties ? (sounds like an easy thing to > > do given the technical parallels...) > > No, no plans. > > Phil > > _______________________________________________ > PyKDE mailing list [EMAIL PROTECTED] > http://mats.imk.fraunhofer.de/mailman/listinfo/pykde > --- > [This E-mail scanned for viruses by Declude Virus] --- [This E-mail scanned for viruses by Declude Virus] _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
