Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The TimeService class provides the Time service. More...
#include <TimeService>
Inherits QtopiaAbstractService.
The TimeService class provides the Time service.
The Time service enables applications to provide a menu option or button that allows the user to edit the current system time without needing to implement an explicit time setting dialog.
Client applications can request the Time service with the following code:
QtopiaServiceRequest req( "Time", "editTime()" ); req.send();
See also DateService and QtopiaAbstractService.
Instruct the Time service to display a dialog to allow the user to edit the current system time.
This slot corresponds to the QCop service message Time::editTime().
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |