Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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