Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I want to update the total content in qml on time interval and view it using quick view??For time interval I am using timer function but I am struggling to update the quick view?? Any suggestions to solve this?
Hi! QQuickView inherits void update() from QQuickWindow. Doesn't that do what you want?
QQuickView
void update()
QQuickWindow