MVC with C++/Qt
-
wrote on 3 Apr 2013, 06:51 last edited by
Hi All
If any one use MVC pattern for the C++/Qt project or anyone have some idea about that please kindly give a some idea about how we use that MVC for desktop applications when we use in C++/QtThanks
Diluka -
wrote on 3 Apr 2013, 07:11 last edited by
Hi,
Qt implements MVC throught Model/View/Delegate. See "here":http://qt-project.org/doc/qt-5.0/qtwidgets/model-view-programming.html for details
-
wrote on 3 Apr 2013, 08:10 last edited by
Hi
Thanks for your answer.I will check.
2/3