jacobin / CommonListModel

Example of using Qt AbstactListModel and QML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CommonListModel

This project is a simple example of using Qt AbstactListModel and QML ListView. The model has some data which updates certain value in a specific row by a timer. UI contains a ListView and a TableView components which are connected to the same model and showing how the data changes overtime.

About

Example of using Qt AbstactListModel and QML


Languages

Language:C++ 71.6%Language:QML 17.4%Language:CMake 11.0%