Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

由PyQt5迁移到PySide6的探讨 #2

Open
muziing opened this issue Jun 22, 2022 · 1 comment
Open

由PyQt5迁移到PySide6的探讨 #2

muziing opened this issue Jun 22, 2022 · 1 comment

Comments

@muziing
Copy link
Contributor

muziing commented Jun 22, 2022

我注意到本项目的 GUI 部分目前是使用 PyQt5 实现。然而在对代码改动很小(几乎只需要修改 import 语句即可)的前提下即可迁移至 PySide2 / PySide6。

相比 PyQt,PySide 主要有如下优势:

  • 由 Qt 官方提供支持
  • 使用更加宽松的 LGPL 协议

更多信息可参考这篇文章:PyQt vs PySide Licensing

而基于 Qt 6 的 PySide6 比基于 Qt5 的 PyQt5 有性能更佳、对高分辨率显示器支持更好等优势。

综上,如果项目作者有意将本项目的 GUI 部分从 PyQt5 迁移至 PySide6,请在本 issue 下讨论。我将在近期完成迁移工作并提交 PR。

@DD-DuDa
Copy link
Owner

DD-DuDa commented Jun 23, 2022

好的,完全没有问题!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants