Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmlich/mvc-demo

Model View Controller demo
https://github.com/jmlich/mvc-demo

cmake i18n mvc qml qt qt6

Last synced: about 5 hours ago
JSON representation

Model View Controller demo

Awesome Lists containing this project

README

        

# mvc-demo
Model View Controller demo

Demonstrates use of MVC design pattern in Qt/Qml.
- There is single ListModel loaded from json.
- There are two Views, ListView and Map to visualise data
- Data can be changed using controller and stored into local file.

Following things are also shown
- cmake
- loading of data from c++ to qml and vice verse
- i18n

Source codes are available at https://github.com/jmlich/mvc-demo/