PDA

View Full Version : Qt Assistant deployment doesn't show images



waterstw
24th October 2011, 23:29
I am using Qt Assistant 4.7.0 as a help viewer. I have been able to successfully compile and load the help files using the deployed Qt Assistant (shouldn't be a problem with missing sql drivers etc.). However, on a non-qt installed machine, the image files are not displayed. I have deleted the assistant cache files to make sure nothing "old" was being used, and re-compiled the project files. The help project file, and the collection file follow.

Thanks!


<?xml version="1.0" encoding="UTF-8"?>
<QtHelpProject version="1.0">
<namespace>DIVA.help</namespace>
<virtualFolder>documentation</virtualFolder>
<filterSection>
<toc>
<section title="Getting Started" ref="Introduction.html">
<section title="System Requirements Installation" ref="SystemReqInstallation.html"></section>
<section title="TATM Contact Information" ref="contact.html"></section>
</section>
<section title="Tutorial for Generic DIVA" ref="DIVATutorial.html">
<section title="Navigating the Main Window" ref="NavigatingtheMainWindow.html"></section>
<section title="How to ..." ref="HowTo.html"></section>
</section>
<section title="Data Preparation" ref="DataPreparation.html"></section>
<section title="GUI Overview" ref="GUIOverview.html"></section>
<section title="Theory of Operation" ref="TheoryofOperation.html">
<section title="Coordinate Systems" ref="CoordinateSystems.html"></section>
<section title="Conic Angle Calculation" ref="ConingAngleCal.html"></section>
<section title="Geolocation/Ellipse Calculation" ref="GeolocationCal.html"></section>
<section title="Body Axis Angle of Arrival Calculation" ref="BodyAxisAngleofArrivalCal.html"></section>
</section>
<section title="What is implemented in DIVA V1.1" ref="WhatisImplemented.html"></section>
<section title="Glossary" ref="Glossary.html"></section>
</toc>
<keywords>
</keywords>
<files>
<file>*.html</file>
<file>*.css</file>
<file>*.txt</file>
<file>images/*.jpg</file>
<file>images/*.gif</file>
</files>
</filterSection>
</QtHelpProject>


And the collection project file is:

<?xml version="1.0" encoding="UTF-8"?>
<QHelpCollectionProject version="1.0">
<assistant>
<title>Data Interactive Visualization and Analysis</title>
<homePage>qthelp://DIVA.help/documentation/Introduction.html</homePage>
<cacheDirectory base="collection">cache</cacheDirectory>
<applicationIcon>images/tatmlogo.jpg</applicationIcon>
<startPage>qthelp://DIVA.help/documentation/Introduction.html</startPage>
<aboutMenuText>
<text>About DIVA</text>
</aboutMenuText>
<aboutDialog>
<file>about.txt</file>
</aboutDialog>
<enableDocumentationManager>false</enableDocumentationManager>
<enableAddressBar>false</enableAddressBar>
<enableFilterFunctionality>false</enableFilterFunctionality>
</assistant>
<docFiles>
<generate>
<file>
<input>DIVA.qhp</input>
<output>DIVA.qch</output>
</file>
</generate>
<register>
<file>DIVA.qch</file>
</register>
</docFiles>
</QHelpCollectionProject>