Results 1 to 1 of 1

Thread: Qt Assistant deployment doesn't show images

  1. #1
    Join Date
    Oct 2011
    Posts
    4
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Qt Assistant deployment doesn't show images

    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>
    Last edited by waterstw; 24th October 2011 at 22:53.

Similar Threads

  1. Qt assistant don`t show my files. File not found!
    By hadi in forum Qt Programming
    Replies: 0
    Last Post: 16th May 2011, 11:43
  2. assistant not displaying images
    By GrahamLabdon in forum Qt Tools
    Replies: 0
    Last Post: 12th November 2010, 13:51
  3. QT Assistant dosent show images
    By Nik8768 in forum Newbie
    Replies: 2
    Last Post: 14th April 2010, 07:16
  4. Application deployment with assistant as help viewer
    By jml in forum Installation and Deployment
    Replies: 18
    Last Post: 5th January 2009, 21:42
  5. Looking for a method to show several images
    By harakiri in forum Newbie
    Replies: 3
    Last Post: 26th June 2007, 10:57

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.