Qt Creator Documentation Gallery
Qt Creator Documentation Gallery
This page is meant to list 3rd party documentation files in .qch format that can get integrated into Qt Creator [doc.qt.nokia.com].
Documentation
C++
C++ related documentation.
- C++ reference documentation [docs.google.com]
- C++ reference documentation [en.cppreference.com]
CMake
CMake 3.0.0 and upwards can use Sphinx to generate a .qch file.
- CMake 3.0.0 Documentation [kdab.com]
Note that Qt Creator 3.2 beta or higher is required for context help (F1) support.
Qwt
- “Qwt – Qt Widgets for Technical Applications” :
- Qwt-6.1.0 .qhc file [sourceforge.net]
- Qwt-6.0.1 .qhc file [sourceforge.net]
KDE
KDE related documentation.
- KDE API reference documentation [api.kde.org] is available in .qch format!
LLVM
Here are instructions on how to build a Qt Compressed Help file for the LLVM source: http://llvm-reviews.chandlerc.com/D2967
STL
- STL documentation [steveire.com]
OpenGL
- OpenGL Help for Qt Creator [code.google.com]
OGRE
- Integrating API documentation into Qt Creator Help [ogre3d.org]
Linux Man Pages
This Qt help file contains Section 2: System calls and Section 3: Library function of the Linux Man Pages. Context-sensitive help by pressing F1 is also available.
site [shinnok.com]
Converters and Generators to/for Qt help files
- There is a (obsolete?) converter for CMake documentation [qt-apps.org] to qch.
- Doxygen [doxygen.org] has support for Qt help files. Instructions can be found here [blog.qt.io]. There is also a plugin for Qt Creator [dev.kofee.org]