Qt 是跨平台的GUI程序开发框架, 由c++编写, 同时提供了 python wrapper. PySide2 就是 基于 py3 对 Qt5 的包装.
安装
pip install PySide2 . 使用 pycharm 直接启动会报错
This application failed to start because no Qt platform plugin could be initialized
添加环境变量即可, 见参考1.
教程
见参考[2]
参考
s.o.f,PySide2 application failed to startofficial guide, Qt for Python