| Home · All Classes · Grouped Classes · Annotated · Functions |
Provides the Qtopia Time service. More...
#include <TimeService>
Inherits QtopiaAbstractService.
Provides the Qtopia 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 © 2007 Trolltech | Trademarks | Qtopia 4.2.5 |