Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. C++ Reference No documentation available (QT Creator 3.3.0 QT 5.4)
Qt 6.11 is out! See what's new in the release blog

C++ Reference No documentation available (QT Creator 3.3.0 QT 5.4)

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 3 Posters 2.6k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    I am trying to get the help files for c++ reference documentation work.
    I have tried both links for qch linked here
    http://qt-project.org/wiki/Qt_Creator_Documentation_Gallery
    qch from docs.google.com works fine but it seems it is obsolete.
    Updated qch from en.cppreference.com doesn´t work.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andreyc
      wrote on last edited by
      #2

      I installed qch from "cppreference":http://en.cppreference.com/w/Cppreference:Archives#Qt_help_book to assistant-5.4.0 and to qtcreator-3.3.0 without any problems under Fedora Linux.
      Are there any error messages displayed when you try to add, use it.

      Thanks for letting know about these help files.

      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        I am also having a problem getting the reference files to work.
        But it is only partially working...
        For example if I press F1 while on keywords like "vector" or "list", "cout","cin" help is showing. (And help will only show while the proper header files are included, and either the words must be preceded by std::, or defined with "using std::")
        But for other words like "int" and "double", I am getting nothing.
        It does not work with "for", "while" "do","if".
        ..
        I am getting the impression, the index for the help is tied to the header files, and so will only work with keywords and functions which have header files, and which are included, and will not work for anything else.
        ..
        I am using QT Creator 3.3 QT 5.4, on Linux Mint 17.

        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