Results 1 to 3 of 3

Thread: QHelpEngineCore

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2009
    Posts
    62
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    2
    Thanked 16 Times in 15 Posts

    Default Re: QHelpEngineCore

    QHelpEngineCore modifies the collection file, so I don't think that a resource-based file is supported.

    But you could read your collection file from resource and save it to disk before you initialize the help engine.

  2. The following user says thank you to shentian for this useful post:

    Carlsberg (20th June 2009)

  3. #2
    Join Date
    May 2009
    Posts
    52
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    4

    Default Re: QHelpEngineCore

    Ok, I thought so too. Thank you

    In the end, having a really simple help, I just keep the html in the resource file and drop it on a QTextBrowser

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.