hi ,
i want to get the Installed application list in Qt.
Is there any API to start 3rd party app from other app using qt or qt mobility.. ?
hi ,
i want to get the Installed application list in Qt.
Is there any API to start 3rd party app from other app using qt or qt mobility.. ?
Chintan Dave.
Water Bubble Application for Nokia N9 is now available in Nokia Store.
World's Greatest Speeches for Windows Phone is now available in WP Marketplace.
It should be possible to start the application using QProcess.
See http://doc.qt.nokia.com/latest/qprocess.html#start-2.
Also see QDesktopServices
For listing installed application you would need to use some Symbian native code. There is no Qt API for this one I'm afraid.