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.
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)
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
Bookmarks