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).
Hello, I'm working in a QML application which contains data received from a sensor. I want to call the functions that deals with the sensors data periodically in order to update them on my QML side. Anyone got an idea of how do so?
hi @Babs
a job for a timer
https://doc.qt.io/qt-5/qml-qtqml-timer.html
@J.Hilk Thank you for your response. Best Regards,