https://github.com/lancelote/pyside2-book
My code for "Create GUI Applications with Python & Qt5" book by Martin Fitzpatrick
https://github.com/lancelote/pyside2-book
Last synced: 2 months ago
JSON representation
My code for "Create GUI Applications with Python & Qt5" book by Martin Fitzpatrick
- Host: GitHub
- URL: https://github.com/lancelote/pyside2-book
- Owner: lancelote
- Created: 2020-09-30T15:33:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T12:04:33.000Z (over 4 years ago)
- Last Synced: 2025-03-29T00:12:49.749Z (3 months ago)
- Language: Python
- Size: 1.28 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyside2-book
My experiments with examples from "[Create GUI Applications with Python & Qt5][1]" book by Martin Fitzpatrick
## TOC
- [ ] Basic PySide2 Features
- [My first Application](my_code/basic_pyside2_features/my_first_application.py)
- [ ] Qt Designer
- [ ] Theming
- [ ] Model View Architecture
- [ ] Further PySide2 Features
- [ ] Custom Widgets
- [ ] Concurrent Execution
- [ ] Plotting
- [ ] Packaging & Distribution
- [ ] Example Applications[1]: https://www.learnpyqt.com/pyside2-book/