Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Open the default Messaging Composer Application
Jump to navigation
Jump to search
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: