Dear Friends
I want to change System Time with my Qt program. There is embedded linux on my board. But I dont want to use linux commands. How can I do that with Qt functions. I can read Date and time information. But I want to change it.
Printable View
Dear Friends
I want to change System Time with my Qt program. There is embedded linux on my board. But I dont want to use linux commands. How can I do that with Qt functions. I can read Date and time information. But I want to change it.
There is no such method in Qt. Also keep in mind that on unix you usually need root privileges to alter the time. Do it using native code.