PySide Video Tutorials

From Qt Wiki
Revision as of 16:19, 3 March 2015 by AutoSpider (talk | contribs) (Add "cleanup" tag)
Jump to navigation Jump to search
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

[toc align_right="yes" depth="3"]

PySide Video Tutorials

Python GUI Development

by Bogdan Milanovich

These tutorials are linked to the "Python GUI Development Blog":http://py.bo.vc/all-tutorials/ and are freely viewable on "YouTube":http://www.youtube.com/playlist?feature=playlist-comment&list=PLA955A8F9A95378CE. Download tutorial source code on "GitHub":https://github.com/Deusdies/pythonbo

Model View Programming with PyQt4 and PySide

By Yasin Uludag

Part 01: Introduction to Model View Methodology 0: http://www.youtube.com/watch?v=mCHVI8OXDxw 1: http://www.youtube.com/watch?v=2sRoLN337cs

Part 02: Creating our own editable 1D / List Model 0: http://www.youtube.com/watch?v=Eq7__6y0jwo 1: http://www.youtube.com/watch?v=azGfJ7-wK_g 2: http://www.youtube.com/watch?v=DVDKDYhFU1o

Part 03 : Inserting, Removing covered, creating our own fully implemented 2D / Table Model 0: http://www.youtube.com/watch?v=EmYby3BB3Kk 1: http://www.youtube.com/watch?v=fxLIGaTZ4pk 2: http://www.youtube.com/watch?v=ZLsRi6gY7y0

Part 04 : Creating our own advanced Hierarchical / Tree Model (Scenegraph alike) 0: http://www.youtube.com/watch?v=pr1M3mP7qfI 1: http://www.youtube.com/watch?v=VcN94yMOkyU 2: http://www.youtube.com/watch?v=GDB2PuJ4_7s 3: http://www.youtube.com/watch?v=1WWp71fTdTQ

Part 05 : Learning about the QAbstractProxyModel / QSortFilterProxyModel class 0: http://www.youtube.com/watch?v=Dp-BRJer5CQ 1: http://www.youtube.com/watch?v=KWhHwOG0ZO8

Part 06 : Learning about QDataWidgetMapper to create designer made static editors / property grids 0: http://www.youtube.com/watch?v=76uvvZymyoU 1: http://www.youtube.com/watch?v=x1Emco2SXWY 2: http://www.youtube.com/watch?v=7omei2RCtDI 3: http://www.youtube.com/watch?v=mWn8MBPidmE 4: http://www.youtube.com/watch?v=Gil-dg3ajbA

Part 07 : Refactor our code. Use PyQt4.QtXml package, serialize our model into Xml, create enum properties etc 0: http://www.youtube.com/watch?v=hWB5nddWyCs 1: http://www.youtube.com/watch?v=k102fYZBdh0 2: http://www.youtube.com/watch?v=PTTe6soX0wk 3: http://www.youtube.com/watch?v=IW0Nu_DJ4hw 4: http://www.youtube.com/watch?v=AONvtOcpaws

Above videos by Yasin Uludag can also be accessed at this playlist