安装PyQt5

1、使用命令:pip install python-qt5
2、安装完成后可以在%python%\Lib\site-packages\PyQt5目录下找到designer.exe文件,即可正常编辑

注意

如果启动后弹出This application failed to start because it could not find or load the Qt platform plugin "windows"错误,可以进入plugins目录,将platforms目录粘贴至与desinger.exe文件同级即可解决。
安装PyQt5并解决This application failed to start because it could not find or load the Qt platform plugin"

相关文章:

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