其他分享
首页 > 其他分享> > Pychram PyQt5 designer以及PyUIC的工具配置

Pychram PyQt5 designer以及PyUIC的工具配置

作者:互联网

在安装完pycharm后需要对外部工具进行设置:
首先是PyQt5 Designer:
在这里插入图片描述
程序目录:
E:\Python\Python39\Lib\site-packages\qt5_applications\Qt\bin\designer.exe
参数:

工作目录:
F i l e D i r FileDir FileDir

然后是PyUIC:
在这里插入图片描述
程序目录:
E:\Python\Python39\Scripts\pyuic5.exe
参数:
F i l e N a m e FileName FileName -o F i l e N a m e W i t h o u t E x t e n s i o n FileNameWithoutExtension FileNameWithoutExtension.py
工作目录:
F i l e D i r FileDir FileDir

至此配置完成

标签:designer,FileNameWithoutExtension,FileDir,PyQt5,PyUIC,Python,目录
来源: https://blog.csdn.net/u011376986/article/details/117467015