python安装qt
程序员文章站
2022-03-03 15:04:48
...
安装依赖库
使用清华库,安装非常快
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple PyQt5
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple PyQt5-tools
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple PySide2
项目其它依赖包也可以用此方法安装
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple requests
使用工具画页面
Python\Python37\Lib\site-packages\pyqt5_tools\designer.exe
画好后转为py文件
pyside-uic aa.ui -o aa.py