Home · All Classes · Annotated · Functions

DateService Class Reference

Provides the Qtopia Date service. More...

#include <DateService>

Inherits QCopObjectService.

Public Slots

Additional Inherited Members


Detailed Description

Provides the Qtopia Date service.

The Date service enables applications to provide a menu option or button that allows the user to edit the current system date without needing to implement an explicit date setting dialog.

Client applications can request the Date service with the following code:

    QCopObjectService env( "Date" );
    env.send( SLOT(editDate()) );

See also TimeService and QCopObjectService.


Member Function Documentation

void DateService::editDate ()   [slot]

Instruct the Date service to display a dialog to allow the user to edit the current system date.

This slot corresponds to the QCop service message Date::editDate().


Copyright © 2006 Trolltech Trademarks
Qtopia 4.1.7