安装环境
install qt5
ubuntu默认已经装了qt5, 但是缺少组件(designer等)1
2# (全平台完整下载链接) http://download.qt.io/archive/qt/
sudo apt install qttools5-dev-tools
install QScintilla and PyQt5
1 | sudo pip3 install QScintilla PyQt5 PyQt5-sip |
install eric6
1 | cd eric6-18.12/ |
教程,例子
PyQt5 Reference Guide — PyQt 5.11.1 Reference Guide
用 eric6 与 PyQt5 实现python的极速GUI编程(系列01)–Hello world! - 罗兵 - 博客园