GUI-apps creation library

David M. Cook davecook at nowhere.net
Sun Feb 9 12:14:05 EST 2003


In article <3E435C08.90804 at SPAMnwinternet.com>, Jim wrote:

> PyQt allows you to use QtDesigner (so does PyKDE but with
> a little manual touchup required). It requires pyuic to
> generate Python from the QtDesigner output. pyuic is
> included with PyQt.

Code generation is the kind of thing I want to stay away from, though.  With
libglade you load your widgets/signals from an XML tree.  PyQt's SQL and XML
support is intriguing, though.

Dave Cook




More information about the Python-list mailing list