qt - Qt应用程序有什么好的MV *模式?

标签 qt model-view-controller mvvm mvp

Qt应用程序是指具有Qt GUI的C ++应用程序。我为Android项目和Winform使用了MVP,为ASP.NET MVC使用了MVC,为WPF / Silverlight / Javascript使用了MVVM。但是现在,当我需要开始学习Qt时,什么是适用于Qt应用程序的MV *模式?

最佳答案

您可以尝试Qt的MVC框架。
https://github.com/lheric/libgitlmvc

关于qt - Qt应用程序有什么好的MV *模式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14764118/

相关文章:

c++ - 使用 qmake 在 Ubuntu 中一起编译 QT 和 OpenCV

c++ - windows 8 IShellIconOverlayIdentifier 外壳扩展无法正常工作

actionscript-3 - Model View Controller - 在哪里保持简单的逻辑

c++ - 将新的 QStringList 分配给我的 QStringListModel 的私有(private) QStringList

java - 无法使 Spring MVC 工作

angularjs - 如何在AngularJs中将vm传递给setTimeout?范围的更改不会更新DOM View

WPF 列表框命令

wpf - View 更改时调整窗口大小

c++ - 如何使用 Qt 构建静态库和可执行文件?

python - PySide/Qt : Too many arguments to connect a signal to a slot?