GUI - Qt Designer

Peter Kropf pkropf at legato.com
Wed Nov 12 13:15:49 EST 2003


Take a look at PyQt (http://www.riverbankcomputing.co.uk/pyqt/index.php). It
has a pyuic component that will compile the .ui files into .py.

- Peter


> -----Original Message-----
> From: John Bradbury [mailto:john_bradbury at skiptalk21.com] 
> Sent: Wednesday, November 12, 2003 10:05 AM
> To: python-list at python.org
> Subject: GUI - Qt Designer
> 
> 
> Is there any way to take the output produced by Qt designer 
> (or any other 
> GUI designer) and use it in Python to create a screen?  There 
> must be a 
> better way of creating screens than having to use the TkInter 
> routnes and 
> add every widget one by one in the program.
> 
> John Bradbury
> -- 
> http://mail.python.org/mailman/listinfo/python-list
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20031112/4d1dd777/attachment.html>


More information about the Python-list mailing list