Convert pyQt UI to python

maya, pymel, pyqt, python

Solution

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

Problem

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!

Original source

Related problems