其实这是犯了一个低级错误,谨在此记录,为后来者诫!

默认大家的pycharm已经配置好Qt Designer和pyuic

使用pyuic将ui文件生成py文件,这一步一定要选中ui文件之后再点pyuic,不然会报错
在这里插入图片描述

报错是提示Error: No such file or directory: "myUI.ui(找不到ui文件)

原因:我想大多数人pyuic中Arguments都是$FileName$ -o $FileNameWithoutExtension$.py,即通过xxx.ui生成xxx.py。

如果不选中ui文件,pycharm会按照你当前文件作为xxx.ui进行转换,也就是
说,此时运行的命令是pyuic5.exe current_file.py -o current_file.py,而不是pyuic5.exe xxx.py -o xxx.ui

GitHub 加速计划 / eleme / element
54.06 K
14.63 K
下载
A Vue.js 2.0 UI Toolkit for Web
最近提交(Master分支:3 个月前 )
c345bb45 7 个月前
a07f3a59 * Update transition.md * Update table.md * Update transition.md * Update table.md * Update transition.md * Update table.md * Update table.md * Update transition.md * Update popover.md 7 个月前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐