Python code generation with pyside-uic

前端 未结 8 1136
野的像风
野的像风 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条回答
  •  萌比男神i
    2020-12-01 13:03

    Using QtUiTools (as suggested in another answer) is currently discouraged by the PySide team.

    Read the full story here: https://groups.google.com/forum/?fromgroups=#!topic/pyside/_s1HPe6XTZs

提交回复
热议问题