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

DateService Class Reference
[QtEssentialsModule]

The DateService class provides the Date service. More...

    #include <DateService>

Inherits QtopiaAbstractService.

Public Slots

Additional Inherited Members


Detailed Description

The DateService class provides the 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:

    QtopiaServiceRequest req( "Date", "editDate()" );
    req.send();

See also TimeService and QtopiaAbstractService.


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 © 2009 Trolltech Trademarks
Qt Extended 4.4.3