Issue
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
Answered By - Katsu
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.