An open API service indexing awesome lists of open source software.

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

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/