<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[QHelpEngine usage]]></title><description><![CDATA[<p dir="auto">Hi all</p>
<p dir="auto">I'm trying to access my assistant-based user manual from the application itself using QHelpEngine ad I have some question:</p>
<h1>is it normal that opening a non-existing compressed file does not return any errors ?</h1>
<p dir="auto">QHelpEngine* helpEngine = new QHelpEngine("missingfile.qhc", this);<br />
if (!helpEngine-&gt;setupData()) qDebug("last error: '%s'", qPrintable(helpEngine-&gt;error()));</p>
<h1>I spent a lot of time trying to get references for identifiers...</h1>
<p dir="auto">links = helpEngine-&gt;linksForIdentifier(QLatin1String("mykeyword"));<br />
return no reference UNTIL you add in your in your .qhp file the id attribute...<br />
&lt;keyword name="Index" <em>id="Index"</em> ref="./index.html"/&gt;<br />
but I found nothing in the docs about it...</p>
<pre><code>     Best Regards

            Giampaolo
</code></pre>
]]></description><link>https://forum.qt.io/topic/15465/qhelpengine-usage</link><generator>RSS for Node</generator><lastBuildDate>Sun, 20 Sep 2026 14:54:51 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/15465.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 30 Mar 2012 07:21:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QHelpEngine usage on Wed, 04 Apr 2012 16:09:05 GMT]]></title><description><![CDATA[<p dir="auto">problem solved after some hours of headache...</p>
<p dir="auto">but... it was all in the docs :D</p>
<pre><code>      Giampaolo
</code></pre>
]]></description><link>https://forum.qt.io/post/134647</link><guid isPermaLink="true">https://forum.qt.io/post/134647</guid><dc:creator><![CDATA[iw2lsi]]></dc:creator><pubDate>Wed, 04 Apr 2012 16:09:05 GMT</pubDate></item><item><title><![CDATA[Reply to QHelpEngine usage on Wed, 04 Apr 2012 14:06:46 GMT]]></title><description><![CDATA[<p dir="auto">Sorry... I'm still here with QFileEngine...</p>
<p dir="auto">anyone has succesfully retrieved from the QHelpEngine more than one item (url) for a key with the linksForIdentifier() method ?</p>
<p dir="auto">actually with QHelpEngine I always obtain zero or one items... but never more than one, while with the same search key (and compressed help file) in Qt Assistant I get more entries...</p>
<pre><code>  thanks for any idea

       Giampaolo
</code></pre>
]]></description><link>https://forum.qt.io/post/134635</link><guid isPermaLink="true">https://forum.qt.io/post/134635</guid><dc:creator><![CDATA[iw2lsi]]></dc:creator><pubDate>Wed, 04 Apr 2012 14:06:46 GMT</pubDate></item></channel></rss>