Re: Point and click GUI builder for Python

2005-08-10 Thread McBooCzech
Don't forget Eric3 + PyQt + Qt designer? I think they are great tools. -- http://mail.python.org/mailman/listinfo/python-list

Re: Point and click GUI builder for Python

2005-08-09 Thread Asbjørn Sæbø
Madhusudan Singh <[EMAIL PROTECTED]> writes: > Is there such a thing for python ? Like Qt Designer for instance ? Glade? >From http://glade.gnome.org/ : - Glade is a free user interface builder for GTK+ and GNOME, released under the GNU GPL License. The

Re: Point and click GUI builder for Python

2005-08-09 Thread Benji York
Madhusudan Singh wrote: > Is there such a thing for python ? Like Qt Designer for instance ? I've had great success with wxDesigner (http://www.roebling.de/). It is a commercial product ($129 for a single license), but it does an exceptional job. -- Benji York -- http://mail.python.org/mailm

Re: Point and click GUI builder for Python

2005-08-08 Thread Mir Nazim
neuruss neuruss wrote: > Madhusudan Singh wrote: > > Is there such a thing for python ? Like Qt Designer for instance ? > > The easiest way to create Python GUI apps: PythonCard. > It is based on wxPython by it has a higher level of abstraction. > You just drag and drop widgets on a form and code t

Re: Point and click GUI builder for Python

2005-08-08 Thread Mir Nazim
neuruss neuruss wrote: > Madhusudan Singh wrote: > > Is there such a thing for python ? Like Qt Designer for instance ? > > The easiest way to create Python GUI apps: PythonCard. > It is based on wxPython by it has a higher level of abstraction. > You just drag and drop widgets on a form and code t

Re: Point and click GUI builder for Python

2005-08-08 Thread Adriaan Renting
Use Eric3 with QtDesigner. Works like a charm. Adriaan Renting| Email: [EMAIL PROTECTED] ASTRON | Phone: +31 521 595 217 P.O. Box 2 | GSM: +31 6 24 25 17 28 NL-7990 AA Dwingeloo | FAX: +31 521 597 332 The Netherlands| Web: http://www.astron.nl/~ren

Re: Point and click GUI builder for Python

2005-08-06 Thread neuruss neuruss
Madhusudan Singh wrote: > Is there such a thing for python ? Like Qt Designer for instance ? The easiest way to create Python GUI apps: PythonCard. It is based on wxPython by it has a higher level of abstraction. You just drag and drop widgets on a form and code the events like you woud in Visual

Re: Point and click GUI builder for Python

2005-08-06 Thread Micetto Nero
Madhusudan Singh wrote: > Is there such a thing for python ? Like Qt Designer for instance ? pyGTK http://glade.gnome.org/ http://gazpacho.sicem.biz/ wxPython http://boa-constructor.sourceforge.net/ You can even use Qt Designer with pyQt http://www.riverbankcomputing.co.uk/pyqt/ --

Point and click GUI builder for Python

2005-08-05 Thread Madhusudan Singh
Is there such a thing for python ? Like Qt Designer for instance ? -- http://mail.python.org/mailman/listinfo/python-list