| Home · All Classes · Annotated · Functions |
Provides the Qtopia Time service. More...
#include <TimeService>
Inherits QCopObjectService.
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:
QCopObjectService env( "Time" );
env.send( SLOT(editTime()) );
See also DateService and QCopObjectService.
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 © 2006 Trolltech | Trademarks | Qtopia 4.1.7 |