Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The DateService class provides the Date service. More...
#include <DateService>
Inherits QtopiaAbstractService.
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.
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 |