[PyQt] PyQt Learning Sources for MVC Pattern and Why Does QT

d hee coolio at ymail.com
Wed May 29 04:55:19 BST 2013


Thanks, I am thinking about buying the book "Rapid GUI Programming with Python and Qt by mark summerfield which was published in 2007". Would 2007 be up to date enough to use the mapper class? And would it also explain delegates? It's pretty pricey so I wanted to make sure before I buy it.

Thanks,
-Darin


________________________________
 From: David Boddie <david at boddie.org.uk>
To: pyqt at riverbankcomputing.com 
Sent: Tuesday, May 28, 2013 2:23 PM
Subject: Re: [PyQt] PyQt Learning Sources for MVC Pattern and Why Does QT
 

On Sun, 26 May 2013 05:04:22 -0700 (PDT), d hee wrote:

> I am trying to learn how to write pyQt specifically in the MVC model. I
> know some bare fundamentals for making buttons, signals, etc. But what I
> don't know is how to write pyQt in a MVC model with classes and methods
> made for this. I have scourged the internet and I have not found any
> tutorials specifically for pyQt and the MVC model.?
> 
> 1) Can anyone please suggest some good resources to learn to write pyQt in
> the MVC model? I would be willing to buy a book(has to show MVC and pyQt)
> if it was up reasonably up to date.?

I think the PyQt book is probably still relevant for this:

  http://qtrac.eu/pyqtbook.html

The Model/View components haven't really changed in the last few releases.

I'm sure that there are other tutorials online. I will keep referring
people to this page until someone updates it or tells me to stop:

  http://www.diotavelli.net/PyQtWiki/Tutorials

;-)

> 2)Also, on the Qt site it gives tutorials in C++ on the MVC model(I do not
> know C++). Why do the C++ QT tutorials ?leave out the controller for their
> MVC models?

Because there is no separate controller in Qt's Model/View framework.

David
_______________________________________________
PyQt mailing list    PyQt at riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20130528/4dabe112/attachment-0001.html>


More information about the PyQt mailing list