Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 474 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 474 Bytes

Model View Programming in PyQt

A place for storing source files and notes to the amazing model view programming series from Yasin Uludag

A complete playlist can be found here

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