[Qt-interest] Using QHelpEngine with compiled in recources

william.crocker at analog.com william.crocker at analog.com
Wed May 12 22:16:53 CEST 2010


> 
> I want to use QHelpEngine with compiled in recources.
> 
>         QHelpEngine ( ":/hlp/hlp/hlpCollection.qhc" ); 
>         QHelpEngine->setupData();
> 
> tells me:  Cannot open collection file: :/hlp/hlp/hlpCollection.qhc"
> 
> By using an absoluteley path within my file system QHelpEngine works fine.
> 
> With
> 
>         QFile ( ":/hlp/hlp/hlpCollection.qhc" ); 
> 


I find that many questions, like this one, can be answered
by looking in the Qt source code.

Bill



More information about the Qt-interest-old mailing list