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?
Forum Updated to NodeBB v4.3 + New Features

QHelpEngine with remote file souce, is possible?

Scheduled Pinned Locked Moved General and Desktop
qhelpenginequrlremote
2 Posts 2 Posters 1.1k 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.
  • S Offline
    S Offline
    Simmete
    wrote on 26 Apr 2015, 06:08 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 26 Apr 2015, 08:52 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

      1/2

      26 Apr 2015, 06:08

      • Login

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