Search code examples
pythonpyqtmayapymel

Convert pyQt UI to python


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 file to a readable python version to implement would be really great!


Solution

  • You can use pyuic4 command on shell: pyuic4 input.ui -o output.py