1.qt的安装:

1.1
5.9.2在安装一直显正在验证中,后来找了个qt-opensource-mac-x64-clang-5.8.0就没出现了.
qt-opensource-mac-x64-clang-5.8.0的安装目录:/Users/xcc/Qt5.8.0.

1.2
pip3 install SIP
安装目录:/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/bin/sip
pip3 install PyQt5

1.3
配置QtDesigner:
http://gavinliu.cn/2016/01/17/Python-Mac%E4%B8%8BPyCharm-PyQt5%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA/

1.4
配置Pyuic:

http://blog.csdn.net/xuelanlingying/article/details/72963450

我的配置

mac pyqt安装

我的项目结构:

mac pyqt安装

相关文章: