This resource is archived because it is not considered relevant for developers creating commercial solutions today.
The resource is believed to be still valid for the original topic scope.
This Qt C++ application demonstrates how to use Multimedia, Messaging, and Contacts modules from the QtMobility Beta release. The application shows the viewfinder picture from the device camera and allows the user to capture images. Captured images are stored into the gallery and can be sent as an MMS message. The application listens for incoming MMS messages in the Inbox folder. If an MMS message contains a picture, the application asks the user whether they want to add the picture as an avatar of the sender. The person's general contact information must exist in the device phonebook in order to store the avatar.
The example has been tested to work on the latest Qt for Symbian 4.6.2. and QtMobility Beta.
Important QtMobility classes: QCamera, QStillImageCapture, QVideoWidget, QContactManager, QContact, QMessage, QMessageManager, QMessageService.