QT下载地址很难找,可以从这里下载:mac-x64-5.13.0.dmg
安装的时候除了creator之外还要安装上qt
python版本适用:https://gavinliu.cn/2016/01/17/Python-Mac下PyCharm-PyQt5环境搭建/
pip install pyqt5
但是pyqt5-tools不支持Mac……
遇到问题:qt.qpa.plugin: Could not find the Qt platform plugin “cocoa” in “”
解决:https://stackoverflow.com/questions/54297627/qt-could-not-find-the-platform-plugin-cocoa,直接`export QT_QPA_PLATFORM_PLUGIN_PATH=/Users/xxxx/Qt5.13.0/5.13.0/clang_64/plugins`