Convert pyQt UI to python

Shannon Hochkins picture Shannon Hochkins · Aug 25, 2013 · Viewed 191.5k times · Source

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!

Answer

Katsu picture Katsu · Aug 25, 2013

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