- 1. 条件
- 安装的模块:PyQt5,PyQt5-tools
- where python 确定python安装路径: $ {PYTHON_HOME}
- 安装的模块在
- ${PYTHON_HOME}/Lib/site-packages/PyQt5
- ${PYTHON_HOME}/Lib/site-packages/PyQt5-tools
- ${PYTHON_HOME}/Lib/site-packages/qt5-application
- ${PYTHON_HOME}/Lib/site-packages/qt5_applications/Qt/bin
- |- designer.exe GUI(Graphic User Interface)
- |- uic.exe 把我们设计的GUI转换为python代码
- |- Scripts\pyuic5.exe = uic.exe
- 备注:pip install PyQt5 -i https://pypi.tuna.tsinghua.edu.cn/simple
- pip install PyQt5-tools -i https://pypi.tuna.tsinghua.edu.cn/simple
|