-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jeremy Sanders schrieb: > On the topic of Qt4 and the uic (sorry - I had my options set to digest > in text form, so I couldn't keep the references)... > > Would it be possible for PyQt to have the ability to dynamically > interpret Qt designer files, and construct dialogs classes from these at > runtime? This would be much nicer than having to generate Python source > code. This would be like Glade in GTK. > > Presumably (not having looked at the uic format) this may not be very > hard to do, given Python's dynamic nature. > > Jeremy >
It could. There is some preliminary code for Qt3 at http://www.diotavelli.net/files/PyQtUI-0.2.1.tar.gz and I'll start porting it to Qt4 when work on PyQt4 has begun. PyQtUI is an implementation of pyuic in Python. It supports both code generation and creating interfaces from the UI files. I've posted the code to the list some time ago (in April I guess), but I guess there are no projects using it. However, Phil has said that pyuic should be ported to Python for PyQt4. Does that still hold? Using that code, you get the other mode for free. greetings Torsten - -- 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.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFC36ZEfMVFHqJEyFgRAkaeAJ961TQmSQKEm/1qNjXGN5+dBEYjAQCgk3NT 4hr2vEuoKfq59iLmcXHZ9Fs= =Jt/r -----END PGP SIGNATURE----- _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
