Python code generation with pyside-uic

前端 未结 8 1123
野的像风
野的像风 2020-12-01 12:18

How can I generate python code from a QtDesigner file ? I found pyside-uic but I can\'t find an example for the syntax. I run win7 and pythonxy with spyder.

8条回答
  •  渐次进展
    2020-12-01 13:17

    pyside-uic.exe MyWindow.ui -o MyWindow.py 
    

    is what I've been doing and it's working fine (as far as I know)

提交回复
热议问题