GUI - Qt Designer
Detlev Offenbach
detlev at die-offenbachs.de
Fri Nov 14 13:28:46 EST 2003
More information about the Python-list mailing list
Fri Nov 14 13:28:46 EST 2003
- Previous message (by thread): GUI - Qt Designer
- Next message (by thread): GUI - Qt Designer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
John Bradbury wrote: > Peter Kropf wrote: > >> 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 > > Thanks, this is just what I am after. > > John Anf if you want to make your life even more comfortable take a look at eric3. This is a Python IDE written using PyQt. It includes interfaces to QtDesigner and pyuic (among many other features.) http://www.die-offenbachs.de/detlev/eric3.html Regards Detlev >> >> >>> -----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. >>> -- Detlev Offenbach detlev at die-offenbachs.de
- Previous message (by thread): GUI - Qt Designer
- Next message (by thread): GUI - Qt Designer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list