配置QtDesigner、PyUIC及PyRcc

 

安装完PyQt 5 及PyQt5-tools 后,则需要在Pycharm中配置QtDesigner、PyUIC及PyRcc.

配置QtDesigner,按照如下两幅图操作

二、配置QtDesigner、PyUIC及PyRcc

二、配置QtDesigner、PyUIC及PyRcc

 

配置PyUIC,按照如下图操作

二、配置QtDesigner、PyUIC及PyRcc

 

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

 

配置PyRcc,请按照如下图

二、配置QtDesigner、PyUIC及PyRcc

 

Parameters:$FileName$ -o $FileNameWithoutExtension$_rc.py

 

 

 

 

 

相关文章:

  • 2022-01-08
  • 2021-09-18
  • 2021-05-26
  • 2022-12-23
  • 2021-05-24
  • 2021-05-30
  • 2021-12-08
猜你喜欢
  • 2021-04-11
  • 2021-09-03
  • 2021-08-20
  • 2021-09-08
  • 2021-10-23
  • 2021-05-24
  • 2021-08-20
相关资源
相似解决方案