摘要: 1、找到ui文件所在目录: 输入 pyuic5 untitled.ui untitled.py 报错:Error: one input ui-file must be specified 修改上面的命令 pyuic5 ./untitled.ui -o untitled.py 完美生成 阅读全文
posted @ 2025-02-07 09:12 成年人35以上痛的开发 阅读(12) 评论(0) 推荐(0)