<p dir="ltr">There are a number of videos on youtube that cover the mvc pattern. There is one series which seems to have an extensive number of videos.</p>
<p dir="ltr">Simon</p>
<div class="gmail_quote">On 28 May 2013 20:28, "David Boddie" <<a href="mailto:david@boddie.org.uk">david@boddie.org.uk</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Sun, 26 May 2013 05:04:22 -0700 (PDT), d hee wrote:<br>
<br>
> I am trying to learn how to write pyQt specifically in the MVC model. I<br>
> know some bare fundamentals for making buttons, signals, etc. But what I<br>
> don't know is how to write pyQt in a MVC model with classes and methods<br>
> made for this. I have scourged the internet and I have not found any<br>
> tutorials specifically for pyQt and the MVC model.?<br>
><br>
> 1) Can anyone please suggest some good resources to learn to write pyQt in<br>
> the MVC model? I would be willing to buy a book(has to show MVC and pyQt)<br>
> if it was up reasonably up to date.?<br>
<br>
I think the PyQt book is probably still relevant for this:<br>
<br>
  <a href="http://qtrac.eu/pyqtbook.html" target="_blank">http://qtrac.eu/pyqtbook.html</a><br>
<br>
The Model/View components haven't really changed in the last few releases.<br>
<br>
I'm sure that there are other tutorials online. I will keep referring<br>
people to this page until someone updates it or tells me to stop:<br>
<br>
  <a href="http://www.diotavelli.net/PyQtWiki/Tutorials" target="_blank">http://www.diotavelli.net/PyQtWiki/Tutorials</a><br>
<br>
;-)<br>
<br>
> 2)Also, on the Qt site it gives tutorials in C++ on the MVC model(I do not<br>
> know C++). Why do the C++ QT tutorials ?leave out the controller for their<br>
> MVC models?<br>
<br>
Because there is no separate controller in Qt's Model/View framework.<br>
<br>
David<br>
_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
</blockquote></div>