Dugan Chen's Homepage

Various Things

MVP for Qt (PyQt and PySide)

I took my PyQt implementation of Michael Feather’s Humble Dialog box example, and I refactored it into a Model View Presenter implementation that fits PyQt and PySide better. I’ll show you the code first, and then I’ll discuss it: The code, filter_chain.py The code itself is PyQt, but the discussion below also applies to PySide. […]