PDA

View Full Version : Using Qt Designer with PyQt in Python?



xelapond
March 16th, 2008, 03:51 PM
Is there a way I can use Qt Designer for designing the GUIs for my Python apps? I am really new to Qt, and for now having to do all the interfaces in code is a bit much.

Also, is there any good guides that describe how to do it? I could not find one, or figure it out on my own.

Thanks,

Alex

the_unforgiven
March 16th, 2008, 04:24 PM
Here are some links that I found informative:
http://www.diotavelli.net/PyQtWiki/Creating_GUI_Applications_with_PyQt_and_Qt_Designe r
http://wiki.python.org/moin/JonathanGardnerPyQtTutorial
http://www.cs.usfca.edu/~afedosov/qttut/

HTH ;)