P y q t 5 的 D e s i g n e r 配 置 Pyqt5的Designer配置 Pyqt5的Designer配置

安装

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple PyQt5-tools

打开

Pyqt5的Designer配置_分享

配置

Pyqt5的Designer配置_分享_02

1.设计工具

Pyqt5的Designer配置_分享_03

QtDesigner
E:\Software\Anaconda3\Lib\site-packages\qt5_applications\Qt\bin\designer.exe
$ProjectFileDir$

2.ui转py

Pyqt5的Designer配置_分享_04

UI2PY
E:\Software\Anaconda3\Scripts\pyuic5.exe
$FileName$ -o$FileNameWithoutExtension$.py -x
$FileDir$

3.qrc转py

Pyqt5的Designer配置_分享_05

Qrc2py
E:\Software\Anaconda3\Scripts\pyrcc5.exe
$FileName$ -o $FileNameWithoutExtension$_rc.py
$FileDir$

使用

Pyqt5的Designer配置_分享_06

补充:

Pyqt5的Designer配置_分享_07