Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    How to read qt documentation offline?

    General and Desktop
    3
    4
    4108
    Loading More Posts
    • 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
      geoffrussell last edited by

      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 Reply Quote 0
      • C
        Chris79 last edited by

        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 Reply Quote 0
        • G
          geoffrussell last edited by

          Will try that. Thanks Chris.

          1 Reply Last reply Reply Quote 0
          • JKSH
            JKSH Moderators last edited by

            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 Reply Quote 0
            • First post
              Last post