Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jmlich/mvc-demo
- Owner: jmlich
- License: bsd-3-clause
- Created: 2023-10-14T05:47:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-14T07:40:15.000Z (about 1 year ago)
- Last Synced: 2024-10-13T01:27:17.585Z (about 1 month ago)
- Topics: cmake, i18n, mvc, qml, qt, qt6
- Language: C++
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mvc-demo
Model View Controller demoDemonstrates 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
- i18nSource codes are available at https://github.com/jmlich/mvc-demo/