Qt Designer makes .ui files, which are just XML. Part of PyQt is a tool called pyuic, which creates a Python file (.py) out of the .ui file. So look up how to ...
確定! 回上一頁