欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

pycharm 配置 pyqt5-tools

程序员文章站 2022-05-10 19:38:09
...

pip 安装 pyqt5-tools

pip install pyqt5-tools -i https://pypi.mirrors.ustc.edu.cn/simple/

启动pycharm, 打开 Settings -> Tools -> External Tools

  • 点击+,添加工具

  • 添加 pyqtdesigner

  - Name:  pyqtdesigner

  - Program:  C:\......\designer.exe

  - Working dir:  $ProjectFileDir$
  • 添加 pyuic5
  - Name:  pyuic5

  - Program:  C:\......\pyuic5.exe

  - Arguments:  $FileName$ -o $FileNameWithoutExtension$.py

  - Working dir:  $FileDir$