1、file》setting找到
2、填入参数
①program中的路径是你的pyuic5.exe 的安装目录
②arguments中填入 $FileName$ -o $FileNameWithoutExtension$.py 这段代码可以让你自动将你的.ui文件转换为.py文件(不用手动设置.py的文件名)
③working directory中填入$FileDir$。
3、使用
右键ui文件选择最下面的external tool 即可。
参考:
https://www.w3xue.com/exp/article/20226/79577.html#_label1
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/288805.html