Qt Reference Documentation
Home
Examples
QML Examples & Demos
Threading: Threaded ListModel Example
Threading: Threaded ListModel Example
Files:
declarative/threading/threadedlistmodel/threadedlistmodel.svg
declarative/threading/threadedlistmodel/qml/threadedlistmodel/dataloader.js
declarative/threading/threadedlistmodel/qml/threadedlistmodel/timedisplay.qml
declarative/threading/threadedlistmodel/main.cpp
declarative/threading/threadedlistmodel/threadedlistmodel.pro
declarative/threading/threadedlistmodel/threadedlistmodel.qmlproject
This example shows how to use a
ListModel
from multiple threads using
WorkerScript
.