Looking for GUI Form Builder for Python

Boudewijn Rempt boud at valdyas.org
Mon Apr 15 12:35:05 EDT 2002


> 
> -----Original Message-----
> From: Calvin [mailto:hoiwai930 at hotmail.com]
> Sent: Sunday, April 14, 2002 7:55 AM
> To: python-list at python.org
> Subject: Looking for GUI Form Builder for Python
> 
> Dear all,
>  Can I build Python TK GUI interface using a form builder. Anyone know
> such
> builder. I just want to build my interface in a visual way.
> -Calvin
> 
> 

Paul Sage wrote:

> Have you investigated QT?  I believe it might be able to do what you are
> looking for.  However, maybe someone on this list who has worked with it
> will be able to confirm that for you.  I have not worked with it, but I
> believe it has a Python wrapper available.


Yes, PyQt can use the output of Qt Designer. It doesn't design
Tk forms, of course, but Qt forms. I think there's only one Tk
form builder available: Secret Labs' Python IDE, Pythonworks.
(www.secretlabs.com)

In my biased opionion, Qt is superior, but Pythonworks has really
grown up.

-- 
Boudewijn Rempt | http://www.valdyas.org



More information about the Python-list mailing list