GUI - Qt Designer

Phil Thompson phil at riverbankcomputing.co.uk
Wed Nov 12 13:25:24 EST 2003


On Wednesday 12 November 2003 6:04 pm, John Bradbury wrote:
> 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.

Use the pyuic utility that comes with PyQt.

Phil






More information about the Python-list mailing list