Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QHelpEngine images
Qt 6.11 is out! See what's new in the release blog

QHelpEngine images

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.6k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    iw2lsi
    wrote on last edited by
    #1

    Hi all

    I'm in trouble displaying images into my help pages... it seems that images are searched using the current path as base-path instead of the application path...

    my myapp.qhp looks like:

    @ ...
    <files>
    <file>intro.html</file>
    ...
    <file>images/question.png</file>
    ...
    </files>
    ...
    @
    eg:

    my application is in /home/iw2lsi/myapp and contains the directory /home/iw2lsi/myapp/images

    starting myapp from /home/iw2lsi/myapp works fine (texts and images are correctly shown)

    starting myapp from /home/iw2lsi results in good help texts but with broken images..

    BW: the assistant seems not affected by this problem... and I can start it from everywhere (with the same collection file) without side-effect:

    cd /home/iw2lsi/myapp; assistant -collectionFile myapp.qhc
    cd /home/iw2lsi; assistant -collectionFile myapp/myapp.qhc

    thanks a lot for any hints

           Giampaolo
    
    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved