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. Downloadable Qt5.x Documentation anyone?

Downloadable Qt5.x Documentation anyone?

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 Posters 1.5k 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.
  • C Offline
    C Offline
    cseder
    wrote on last edited by
    #1

    I'm going away for a while where the internet connection is very poor and sometimes not working at all.
    I've purchased the latest book I could find about Qt, the book called "An Introduction to Design Patterns in C++ with Qt", but that book is already starting to get a bit dated, and I can't use half of the examples without depending on the documentation.

    I've also discovered this:
    "Qt5 Cadaques":http://qmlbook.org/index.html

    But it is only partially (though very nicely) done and its QML parts are there, but the parts on C++ is not done as of yet.

    So what I would really like is a downloadable version of all Qt API's and all reference material in an updated version.

    Any idea where I could find something like this (besides downloading the sources and learn from them)?

    Chris

    "A computer is like a bicycle for the mind..."
    <i>Steve Jobs</i>

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Seamus Boyle
      wrote on last edited by
      #2

      If your using Qt + Qt Creator from the "qt-project/downloads":http://qt-project.org/downloads page you already have an off-line version.

      If you don't use Qt Creator, try Qt Assistant (exe: assistant), it's located in the sample folder as qmake.

      1 Reply Last reply
      0
      • sierdzioS Offline
        sierdzioS Offline
        sierdzio
        Moderators
        wrote on last edited by
        #3

        And if you compile Qt yourself, you need to run
        @
        make docs
        @

        To build all the .qch files (you can then add them to Qt Assistant or Qt Creator).

        (Z(:^

        1 Reply Last reply
        0
        • C Offline
          C Offline
          cseder
          wrote on last edited by
          #4

          @Seamus Boyle:
          Ah... I haven't gotten around to using Qt Creator yet, but what you're saying is that it contains all the relevant documentation for developing with Qt 5.x?

          @slerdzlo:
          That would be a second option if the first alternative proves false!
          Compiling the whole Qt5 enchilada probably takes some time!

          "A computer is like a bicycle for the mind..."
          <i>Steve Jobs</i>

          1 Reply Last reply
          0
          • sierdzioS Offline
            sierdzioS Offline
            sierdzio
            Moderators
            wrote on last edited by
            #5

            Qt Creator does not contain Qt documentation by itself. But you can add it manually (and installers do it automatically for you) in settings.

            Compiling Qt 5 can take a long time, yes, but that depends on what you need. If you skip some modules (QtWebkit, QtQuick1), tests and examples, it will compile in about 15-20 minutes on a quad-core HT CPU. Depends also on the OS and compiler you are using (will definitely take longer on Windows).

            (Z(:^

            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