Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

TimeService Class Reference
[QtEssentialsModule]

The TimeService class provides the Time service. More...

    #include <TimeService>

Inherits QtopiaAbstractService.

Public Slots

Additional Inherited Members


Detailed Description

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.


Member Function Documentation

void TimeService::editTime ()   [slot]

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