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. How to read qt documentation offline?

How to read qt documentation offline?

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 5.2k 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.
  • G Offline
    G Offline
    geoffrussell
    wrote on last edited by
    #1

    Is there a way of "printing" the Qt documentation into a file suitable for reading on
    a tablet (kindle/android)?

    This is easy when documents are one big html page and the table of contents consists of links into
    the page ... but with the Qt documentation, all the pages are separate so combining them looks
    distinctly non-trivial.

    1 Reply Last reply
    0
    • C Offline
      C Offline
      Chris79
      wrote on last edited by
      #2

      One way is to download the Qt lib package including Qt Creator and the docs. This will offer you the full Qt doc in the "Help" tab in Qt Creator.

      1 Reply Last reply
      0
      • G Offline
        G Offline
        geoffrussell
        wrote on last edited by
        #3

        Will try that. Thanks Chris.

        1 Reply Last reply
        0
        • JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by
          #4

          If you want, you can download the Qt source code and build HTML documentation using qdoc. You will essentially get an offline copy of "this page":http://qt-project.org/doc/qt-5/index.html and all the documents that it links to.

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          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