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 with remote file souce, is possible?

QHelpEngine with remote file souce, is possible?

Scheduled Pinned Locked Moved General and Desktop
qhelpenginequrlremote
2 Posts 2 Posters 1.1k Views
  • 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.
  • S Offline
    S Offline
    Simmete
    wrote on last edited by Simmete
    #1

    Is possible set a remote file on QtHelpEngine?

    QHelpEngine* helpEngine = new QHelpEngine("http://xxx.yyy/zzz/help.qhc", this);

    Or is there anpther way to distribute by remote?
    Thanks

    1 Reply Last reply
    0
    • K Offline
      K Offline
      killerman
      wrote on last edited by
      #2

      Yes. It is a correct way but before the help engine can be used, it must be initialized by calling setupData().

      QHelpEngine* helpEngine = new QHelpEngine("http://xxx.yyy/zzz/help.qhc", this);
      helpEngine->setupData();
      

      Read more here:
      http://doc.qt.io/qt-4.8/qhelpenginecore.html#details

      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