pyqt和pyside之间的区别

Licensing是关键

pyside 开源

pyqt 商用要付费

加载UI文件的方式都是一样的

pyqt和pyside之间的区别_第1张图片

exit函数的名字不一样

exit函数的作用是,启动应用程序的事件循环,不是退出的意思。

pyqt和pyside之间的区别_第2张图片

 https://www.pythonguis.com/faq/pyqt5-vs-pyside2/

综上,这篇博客总结的非常详细,一句话总结,两者差不多。Mark

There's not much more to say — the two are really very similar. With the above tips you should feel comfortable taking code examples or documentation from PyQt5 and using it to write an app with PySide2. If you do stumble across any PyQt5 or PySide2 examples which you can't easily convert, drop a note in the comments and I'll update this page with advice.

你可能感兴趣的:(Python)