Open the default Messaging Composer Application: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 16:14, 14 January 2015

Open the default Messaging Composer Application

Overiew

The following code snippet shows how to open the default messaging composer application of the platform (Symbian, MeeGo Harmattan, Maemo, etc.) using method compose [doc.trolltech.com] of class QMessageService [doc.trolltech.com] of Qt Mobility. The example loads SMS that is waiting to be edited and sent by the user.

Code Snippet

Include the required headers:

Enable messaging at pro file:

Implementation:

Categories: