| Home · All Classes · Annotated · Functions |
Provides the Qtopia Date service. More...
#include <DateService>
Inherits QCopObjectService.
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.
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 |