6

By Qt application, I mean a C++ application with Qt GUI. I used MVP for Android project and Winform, MVC for ASP.NET MVC of course, and MVVM for WPF/Silverlight/Javascript. But now, as I need to start learning Qt, what is a MV* pattern good for Qt application?

Tae-Sung Shin
  • 20,215
  • 33
  • 138
  • 240
  • Do you use widgets or QtQuick? – Frank Osterfeld Feb 08 '13 at 07:00
  • I've blogged a PyQt implementation of the Humble Dialog Box pattern. It can easily be converted to regular C++ Qt, and used as the basis for a full MVP implementation (when "business logic" is added): http://duganchen.ca/a-humble-dialog-implementation-in-pyqt/ – user240515 Mar 29 '13 at 18:51
  • 1
    This has already been answered here: http://stackoverflow.com/questions/8533859/applying-mvvm-pattern-in-a-qtquick – LayerCake May 14 '13 at 14:54

0 Answers0