how to change calendar using qt?
-
I am developing a software for an equipment that uses embedded linux wanted to know how I can do to change the system time if it is possible to do this through qt!
And which tool should I use? -
I am developing a software for an equipment that uses embedded linux wanted to know how I can do to change the system time if it is possible to do this through qt!
And which tool should I use?@Rosimar
if your qt application has the appropriated rights, you can set the date and time on your linux device vialike any other c++ based program ;-)
There's no explicit Qt-api for this.