Pycharm PyQt5 配合使用.ui转py
安装pyqt
pip install PyQt5==5.11.3 -i https://pypi.douban.com/simple
pip install PyQt5-tools==5.11.3.1.6rc1 -i https://pypi.douban.com/simple
卸载的命令
pip uninstall pyqt5
pip uninstall pyqt5-tools
转换成py
python -m PyQt5.uic.pyuic mainwindow.ui -o test.py
目录 返回
首页