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
You can use pyuic4 command on shell: pyuic4 input.ui -o output.py
pyuic4
pyuic4 input.ui -o output.py