如何配置PYQT5的图形化界面 QtDesigner

打开PYCARM

打开File->Setting->Tools->External Tools 设置如下

[PY爬坑]如何配置PYQT5的图形化界面 QtDesigner

第一个设置:

[PY爬坑]如何配置PYQT5的图形化界面 QtDesigner

Name: QtDesigner

Program:->指向designer.exe

Working directory: $ProjectFileDir$(本项目目录)

第二个设置

[PY爬坑]如何配置PYQT5的图形化界面 QtDesigner

Name: PyUIC

Program:->指向pyuic5.exe (在后来的版本中 pyuic5.exe代替了pyuic5.bat)

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

Working directory: $ProjectFileDir$(本项目目录)

完成设置

相关文章:

  • 2021-07-10
  • 2021-10-16
  • 2022-12-23
  • 2021-12-08
  • 2021-11-27
  • 2022-12-23
  • 2021-08-22
猜你喜欢
  • 2021-07-14
  • 2021-07-06
  • 2021-07-30
  • 2021-12-28
  • 2021-09-28
  • 2022-12-23
  • 2021-05-12
相关资源
相似解决方案