mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-19 05:31:28 -05:00
[PR #2465] [CLOSED] Update Pyqt and add PySide README.md #1789
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2465
Author: @ysidromdenis
Created: 5/4/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
3f3c780Update Pyqt and add PySide README.mdf6a6eddMerge branch 'master' into master📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
README.md(+2 -1)📄 Description
Update Pyqt and add PySide
PyQT vs PySide
PyQt and PySide are two sets of Python bindings for the Qt toolkit by The Qt Company, used for developing graphical user interface (GUI) applications. Both are very similar in terms of functionality and design, as they both provide Python bindings for the same Qt libraries. However, there are some differences between them that are detailed below:
License: PyQt has a commercial license, which means a license is required for commercial use. PySide, on the other hand, is open-source and distributed under the terms of the GNU General Public License (GPL).
Support: PyQt is maintained and developed by Riverbank Computing Ltd., while PySide is developed and maintained by the open-source community and The Qt Company.
Versions: PyQt has support for older versions of Qt, while PySide only has support for more recent versions.
Documentation: PyQt has more detailed and extensive documentation compared to PySide.
Overall, both tools are excellent choices for developing GUI applications in Python. The choice between PyQt and PySide will depend on the project's needs, personal preference, and budget.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.