Home · All Classes · Annotated · Functions

TimeService Class Reference

Provides the Qtopia Time service. More...

#include <TimeService>

Inherits QCopObjectService.

Public Slots

Additional Inherited Members


Detailed Description

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.


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 © 2006 Trolltech Trademarks
Qtopia 4.1.7