Set Time/Date from Qt Level on Meego - just like Settings -> Time and Language does this
Mobile and Embedded
3
Posts
2
Posters
2.7k
Views
1
Watching
-
Hi,
Can anyone explain to me, how time/date can be set on the device(N950) from Qt level?
Maybe a dumb question, but standard Settings does this. When I go to Settgins -> Time and Language I am able to set time / date.
But with Qt the only way I know would be@system("..."); @
but here you need root rights.
Any hints are more than welcome!
thank you and cheers
simon:) -
Thank you for you hint, timed and dbus are definitely good direction...
s:)