How to use Nokia Qt to launch another mobile application within an application based upon a MIME type?

576 Views Asked by At

I am using Qt Nokia for mobile development (I'm currently testing on a Nokia C7) and would like to launch an application from another an application based upon a MIME type.

For example, I might have a file, and I would like to be able to open another application from the original application without specifying the application but using the MIME type of that file. On the other application opening it would load the file and perhaps be given an additional message or payload.

If this sounds a little strange it might help to know that I have come from a J2ME background and would have used the CHAPI API.

I need to use Qt Nokia so that I can build the application for the Symbian or Maemo platform. So far I have only been able to find documentation showing you how to do it under Symbian.

Can I do what I require by using Qt Nokia? I am just not looking the right places?

1

There are 1 best solutions below

1
On

QDesktop::openUrl may be a good candidate.

This HowTo may be helpful.