PDA

View Full Version : Mvc



sreedhar
17th February 2007, 10:43
Hi,
are there any books/ web links etc. on the net which are free and the best to learn MVC in QT 4.

regards,
sreedhar

jpn
17th February 2007, 11:27
I'm not so sure about free books or such, but in my opinion a very good starting point is the verbose Model/View Programming (http://doc.trolltech.com/4.2/model-view-programming.html) documentation shipped together with Qt. It is quite a complex concept (due to all the flexibility the architecture provides) so the docs are long as well. It will certainly pay you back as understanding if you give it the time to go through the model-view documentation and examples. There is no way to put it all into just a few words to make the learning quicker.. ;)

wysota
17th February 2007, 13:22
You can also try the MVC article (http://wiki.qtcentre.org/index.php?title=QAbstractItemModel) in our wiki or my articles about Qt GL models (http://blog.wysota.eu.org). Unfortunately those are not complete, but should give you a good start.