Qt 6.11 is out! See what's new in the release
blog
MVC with C++/Qt
General and Desktop
3
Posts
2
Posters
7.0k
Views
1
Watching
-
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 -
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
-
Hi
Thanks for your answer.I will check.