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 am doing an app to show the time on device on which is running a Linux, If I want to calibrate its system time, is QML able to change the system time?
I search google and see somebody use js to get the system, but no set method.
So we need to call system api to do the setting?
Yes, you will need to extend QML using C++. JavaScript itself can't control system time.
Oh, thank you, I think I should try other way.