Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leixingyu/model-view-tutorial
Model View programming tutorial for PyQt
https://github.com/leixingyu/model-view-tutorial
model-view mvc qt tutorial
Last synced: 21 days ago
JSON representation
Model View programming tutorial for PyQt
- Host: GitHub
- URL: https://github.com/leixingyu/model-view-tutorial
- Owner: leixingyu
- Created: 2021-11-26T17:29:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-29T02:08:36.000Z (about 3 years ago)
- Last Synced: 2023-03-09T23:47:03.834Z (almost 2 years ago)
- Topics: model-view, mvc, qt, tutorial
- Language: Python
- Homepage:
- Size: 54.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Model View Programming in PyQt
A place for storing source files and notes to the amazing model view programming
series from [Yasin Uludag](https://www.youtube.com/user/Endureil)A complete playlist can be found [here](https://youtube.com/playlist?list=PLG4y4w32mF3qmweFe59P_8INlVNOm_IHo)
### What's the difference
- the source code is updated with later version PyQt5
- added docstrings for each built-in method and custom method
- added custom notes while learning