Qt 6.11 is out! See what's new in the release
blog
If the QML could do system time calibration on linux?
QML and Qt Quick
3
Posts
2
Posters
1.8k
Views
1
Watching
-
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.