notes.txt 641 B

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