Question

We're running one of our apps on a 8" touch screen and want to add help to it.

Launching Qt Assistant from a menu item works fine for desktop applications, but for touch applications it's far from ideal.

I haven't been able to figure out if it is possible, or permitted to do so?

QAssistant.exe itself seems to come with some license restrictions, but maybe there's another way to do this, like embedding a small web-browser or something.

Have anyone else tackled this, or something similar?

Was it helpful?

Solution

Check out how QtCreator does this, they have integrated QtHelp which looks exactly like what you're trying to do. The library they use for that is the QtHelp module (I think).

OTHER TIPS

You should check the documentation for QHelpEngine and QHelpContentWidget. I think that these classes will meet your needs.

Another way would be to actually see how Qt Assistant is implemented, by looking at the source.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top