cmd终端输入解析进行下载安装。
pip install PyQt5 -i https://pypi.douban.com/simple pip install PyQt5-tools -i https://pypi.douban.com/simple

2. QtDesigner的配置

打开pycham,file->setting,tool->External Tools

Program:D:\Python\Python37\Lib\site-packages\pyqt5_tools\Qt\bin\designer.exe

Working directory:$FileDir$

Python37 GUI Qt5安装与使用

 

3.配置pyuic

Program:D:\Python\Python37\python.exe

Arguments:-m PyQt5.uic.pyuic $FileName$ -o $FileNameWithoutExtension$.py 

Working directory:$FileDir$

Python37 GUI Qt5安装与使用

 

相关文章:

  • 2021-10-30
  • 2022-12-23
  • 2022-01-26
  • 2021-09-26
  • 2021-11-23
  • 2021-12-19
猜你喜欢
  • 2021-10-11
  • 2018-10-08
  • 2021-07-27
  • 2021-10-09
  • 2021-11-30
  • 2021-08-06
相关资源
相似解决方案