PDA

View Full Version : QHelpEngineCore



Carlsberg
20th June 2009, 01:28
I'm trying to load a help colection file using QHelpEngineCore. It works from disk, how can I load it from the resource file (the qrc file)? Is that possible in other ways or the resource file is only for images?

shentian
20th June 2009, 13:01
QHelpEngineCore modifies the collection file, so I don't think that a resource-based file is supported.

But you could read your collection file from resource and save it to disk before you initialize the help engine.

Carlsberg
20th June 2009, 18:46
Ok, I thought so too. Thank you

In the end, having a really simple help, I just keep the html in the resource file and drop it on a QTextBrowser