Qt Forum

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

    About Qt help documents

    QML and Qt Quick
    3
    5
    1406
    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.
    • J
      jesse.zwd last edited by

      Recently I install QT5, and there is only Qt Creator Manual in the help documents, how can I get all QT reference like QT C++ classes, QT QML APIs and so on?

      thanks!

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

        Run
        @
        make docs
        @

        in your clone of Qt repo. If you have installed the SDK, then the help should be already build. Look for it in <qtdir>/qtdocs/ (IIRC. Could be in qtbase, too).

        (Z(:^

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

          How did you install Qt 5? How did you install Qt Creator?

          I found that when I build from Git, I need to build the qttools.git repo before calling `make docs'. Otherwise, Qt Creator Help files won't build (last tested in early Feb 2013)

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

          1 Reply Last reply Reply Quote 0
          • J
            jesse.zwd last edited by

            I build it from ubuntu app developer: http://developer.ubuntu.com/get-started/gomobile/

            sudo add-apt-repository ppa:canonical-qt5-edgers/qt5-proper && sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get install ubuntu-sdk notepad-qml

            1 Reply Last reply Reply Quote 0
            • J
              jesse.zwd last edited by

              I re-install QT5 from .run file of QT official site, it is Ok now, thanks.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post