I've developed an app in QtCreator using standard Qt, which results in a .sis.
It's a game for toddlers and very young children to use, so I'd like an option so that a homescreen "widget" (which will just be a wide image) can be added to the phone that just launches the application. It needs to be a standard sized widget rather than just an option on the standard "Applications" widget because it needs to be clickable by little fingers with poor dexterity.
I've been doing loads of reading about several different ways of getting stuff onto the homescreen and I'm going around in circles. I don't want to create any other functionality for the widget other than it just sits there waiting to be clicked on, then it launches the main application.
I'd also like this all package up into the main .sis so that only one installation is needed for the application and the launcher widget. Is this possible?
What would be the simplest way of attacking this?
I was thinking of using the basic functionality from http://www.developer.nokia.com/Commu...ed_application but then how do I add this to my .sis?
Cheers
MattLG

Reply With Quote


