GUI-apps creation library

Phil Thompson phil at river-bank.demon.co.uk
Sun Feb 9 15:05:25 EST 2003


On Sunday 09 February 2003 5:14 pm, David M. Cook wrote:
> 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.

The QWidgetFactory class will be added to PyQt in the next week or so. This 
does the same as libglade and loads the GUI from the XML file created by Qt 
Designer.

Phil





More information about the Python-list mailing list