How can I generate python code from a QtDesigner file ? I found pyside-uic but I can\'t find an example for the syntax. I run win7 and pythonxy with spyder.
pyside-uic.exe MyWindow.ui -o MyWindow.py
is what I've been doing and it's working fine (as far as I know)