-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Andreas,
> >>From what I have understood and from what I saw, all this proxy-objects > stuff is pretty good in writing the same thing with less code. If you > compare your uic to the one shipped with Qt4.1 just by lines of code you > decreased it from 15000 to 1113. Though there may be more stuff that the > real uic does. > Yes, they do a bit more, in terms of backwards-compatibility with older uic files, image handling etc. But it cannot just create a UI on the fly (although the UI loader of Qt 4.1 uses the parsing code of uic). In the very beginning (Qt3 version), I automatically generated Python code for all needed methods, but using __getattribute__ and metaclasses saves a lot of work - both in typing and maintaining. - -- Torsten Marek <[EMAIL PROTECTED]> ID: A244C858 -- FP: 1902 0002 5DFC 856B F146 894C 7CC5 451E A244 C858 Keyserver: subkeys.pgp.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDy/HKfMVFHqJEyFgRAv5VAKDNlCr+6VjGWyWyakf1HUdbIQYdbACfVcK3 43QwVgMmIsyYiA8LuzLBBys= =+65c -----END PGP SIGNATURE----- _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
