Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The SysMessagesService class provides the SystemMessages service. More...
#include <SysMessagesService>
Inherits QtopiaAbstractService.
The SysMessagesService class provides the SystemMessages service.
The SystemMessages service enables the sending of system related messages as both warning dialogs and as synthetic messages which will end up in the users inbox. Client applications can request the SystemMessages service to send a message with the following code:
QtopiaServiceRequest req( "SystemMessages", "QString, QString" ); req << subject; req << text; req.send();
Constructs the service as a child of parent
Displays a dialog to the user with the specified title and text
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |