Is there a way to convert a ui formed with qtDesigner to a python version to use without having an extra file?
I\'m using Maya for this UI, and converting this UI fi
I'm not sure if PyQt does have a script like this, but after you install PySide there is a script in pythons script directory "uic.py". You can use this script to convert a .ui file to a .py file:
python uic.py input.ui -o output.py -x