Hi,
I have just started to develop within Nokia Qt and I would like to how it is possible to do the following.
1. Create an application that will launch the default application based upon the Mime type of the file?
2. Create an application that registers itself as the default application to open a certain mime type.
3. Use the application from 2. to handle the mime type and open the file.
So far I have only been able to find the documentation to do this using the Symbian C++ platform only. I think following these guides would achieve what I want to do, although I am not sure :
- Launching_default_application_based_on_MIME_type
Creating_a_handler_application_for_a_MIME_type
Creating_a_recognizer_plug-in_for_a_MIME_type
This leads me towards some more general questions, which I would really appreciate answering.
4. Within Nokia Qt is it possible to write Symbian specific code? If so, do I need set-up a Symbian SDK / Development Environment and just include the specific libraries that I require? Or do I require something else?
Thanks in advance for any help!




