Re: Installing HTML help files in Maemo and Symbian^3

2011-05-16 Thread Daniil Ivanov
Maemo 5 has no system wide help engine. And Symbian has help engine, but you will need native Symbian API to use it. On the other hand, Qt has it's own help engine http://doc.qt.nokia.com/latest/qthelp-framework.html and probably you want to use as it will solve all cross-platform issues. --Daniil

Re: Installing HTML help files in Maemo and Symbian^3

2011-05-16 Thread Kristóf Timur
Hello David, I considered that. I don't think that's the right solution. It's my intention to translate the help files into a number of languages. That's easy. Then you can do: QString aSupportFile = QSupportSystem.openSupportFile(":/help/file_" + QLocale::system().name() + ".html"); Embedd

Re: Installing HTML help files in Maemo and Symbian^3

2011-05-16 Thread David Talmage
Thanks, Timur. On Monday, May 16, 2011 03:33:07 AM Timur Kristóf wrote: > ... > I'd recommend you to put those files into your app's resources, then Qt > will embed them into your app's executable. > ... > Read more about this at http://doc.qt.nokia.com/latest/resources.html > ... I considered th

Re: Installing HTML help files in Maemo and Symbian^3

2011-05-16 Thread Timur Kristóf
Hello David, I am not aware whether such a path exists on Symbian. Probably it doesn't. I'd recommend you to put those files into your app's resources, then Qt will embed them into your app's executable. Then you can do this: QString aSupportFile = QSupportSystem.openSupportFile(":/help/file.