update quickview on time interval from cpp
Unsolved
General and Desktop
-
wrote on 2 Sept 2016, 07:29 last edited by
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?
-
wrote on 2 Sept 2016, 20:38 last edited by
Hi!
QQuickView
inheritsvoid update()
fromQQuickWindow
. Doesn't that do what you want?
1/2