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. QtCreator help no longer available
Qt 6.11 is out! See what's new in the release blog

QtCreator help no longer available

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
3 Posts 2 Posters 1.4k 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.
  • CharbyC Offline
    CharbyC Offline
    Charby
    wrote on last edited by
    #1

    I cannot use the integrated help with QtCreator anymore, when pressing F1 on any symbol, it shows "No documentation available".
    From the preferences in Help, I have the default qch loaded (for instance org.qt-project.qtcore5.663) autodetected but in the help pane, the "contents" list is only showing QDoc manuel and Qt UI Tools and the "Index" is empty.

    Sometime ago, I added a qch file I created using doxygen, despite the addition was working well at that time, I am wondering if this could have broken the help index somehow as the help system stopped working later on...

    Here is my environment :
    Windows 11 pro (10.0.22631)
    QtCreator 13.0.2 and Qt 6.6.3 installed with the maintenance tool.

    I have tried the following : remove QtCreator and reinstall with the maintenance tool, install QtCreator 14RC1, delete QtCreator keys in windows registry but without success.
    I am running out of ideas, any help would be greatly appreciated.
    Thanks.

    1 Reply Last reply
    0
    • cristian-adamC Offline
      cristian-adamC Offline
      cristian-adam
      wrote on last edited by cristian-adam
      #2

      Qt Creator is storing preferences in %appdata%/QtProject/qtcreator. You could try deleting / renaming the helpcollection.qhc to trigger Qt Creator to regenerate the help collection.

      But, there is also C:\Qt\Tools\sdktool\share\qtcreator\QtProject\QtCreator.ini which contains the data from the Qt SDK informing for which Qt versions you have help installed.

      Mine looks like this:

      [Help]
      InstalledDocumentation=C:/Qt/Docs/Qt-6.8.0/, C:/Qt/Docs/Qt-6.7.2/
      InstalledExamples=Qt6 6.8.0|C:/Qt/Docs/Qt-6.8.0|C:/Qt/Examples/Qt-6.8.0/, Qt6 6.7.2|C:/Qt/Docs/Qt-6.7.2|C:/Qt/Examples/Qt-6.7.2/
      
      [Plugins]
      ForceEnabled=UpdateInfo, WebAssembly, WebAssembly
      
      [Updater]
      MaintenanceTool=C:/Qt/MaintenanceTool.exe
      
      1 Reply Last reply
      2
      • CharbyC Offline
        CharbyC Offline
        Charby
        wrote on last edited by
        #3

        Excellent : deleting helpcollection.qhc solved my issue !
        Thanks a lot !

        1 Reply Last reply
        1
        • CharbyC Charby has marked this topic as solved on

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved