mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-08 06:38:26 -05:00
[PR #2839] [MERGED] Add PySide #13506
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/2839
Author: @Sakth1
Created: 1/8/2026
Status: ✅ Merged
Merged: 1/9/2026
Merged by: @vinta
Base:
master← Head:pyside📝 Commits (4)
1d63278added pyside to gui87f11bcUpdate PySide description in README3d5d1c8Update PySide description for claritye2405a6Merge branch 'master' into pyside📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Checklist
Add project-name* [project-name](url) - Description ending with period.Why This Project Is Awesome
Which criterion does it meet? (pick one)
Explain:
Qt is the standard GUI framework. PySide has similar internal APIs with its c++ counterpart. If you have the Qt license for using the Qt framework, I'm pretty sure you can also use PySide commercially (Although give the licensing a read, I don't really understand some licensing usages).
I feel like both of the project should be mentioned since one was the initial binding and most people know it for and the other is the official binding of the Qt framework. The final call is on your hand though.
How It Differs
Licensing is different from PyQt (as I mentioned like a thousand times). This uses 'signal' and 'slot' while PyQt uses 'pyqtsignal' and 'pyqtslot' for UI signal and slot functionality.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.