PDA

View Full Version : qtHelp namespaces



winkle99
10th July 2010, 01:10
I'm trying to set up a help collection for my application. I think I've got all the pieces present, in terms of the files.
I can generate compressed help and a help collectoin with no errors.

What is driving me insane is that I am missing something about the namespaces in QtHelp. I've looked in the examples and can see that nothing seems to be getting done for the namespaces other than settin gthem in the qtHelp project file. When I try to set the source on my QTextBrowser I get an error:


QFSFileEngine::open: No file name specified
QTextBrowser: No document for qthelp://myDomainName.com.1_0.manageproject/doc/setup.html

When I print the values returned from namespaceName() and documentationFilename() I get the correct namespace and collection paths.

Can someone please help me figure out what step I'm missing. How do I get my documentation under the right namespace so it can be found.

Thank you

winkle99
10th July 2010, 01:32
Oh, I should also mention I'm on linux