Qt Creator Documentation Gallery: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Cleanup)
(more notes)
Line 5: Line 5:
== C++ ==
== C++ ==


C++ related documentation.
* [http://en.cppreference.com/w/Cppreference:Archives C++ reference documentation] from cppreference.com with full C++14 support (with some C++17 elements)
 
* [https://docs.google.com/leaf?id=0B6w3G_xx1dDnMjYyMjQ1ODctNGZmMy00MzRhLWJlOGEtMDdhOTc0N2EzOTgx&sort=name&layout=list&num=50 C++ reference documentation] with content from [https://cs50.harvard.edu/resources/cppreference.com/ Harvard CS 50 class] with C++03 support
* [https://docs.google.com/leaf?id=0B6w3G_xx1dDnMjYyMjQ1ODctNGZmMy00MzRhLWJlOGEtMDdhOTc0N2EzOTgx&sort=name&layout=list&num=50 C++ reference documentation]
* [http://www.steveire.com/libstdc++-v3.qch STL documentation] with C++11 support, albeit sometimes incomplete
* [http://en.cppreference.com/w/Cppreference:Archives C++ reference documentation]


== CMake ==
== CMake ==
Line 15: Line 14:


* [http://www.kdab.com/context-sensitive-cmake-documentation-qtcreator/ CMake 3.0.0 Documentation]
* [http://www.kdab.com/context-sensitive-cmake-documentation-qtcreator/ CMake 3.0.0 Documentation]
Note that Qt Creator 3.2 beta or higher is required for context help (F1) support.


== Qwt ==
== Qwt ==
Line 25: Line 22:


== KDE ==
== KDE ==
KDE related documentation.


* [http://api.kde.org/ KDE API reference documentation] is available in [http://api.kde.org/qch/ .qch format]!
* [http://api.kde.org/ KDE API reference documentation] is available in [http://api.kde.org/qch/ .qch format]!
Line 33: Line 28:


Here are instructions on how to build a Qt Compressed Help file for the LLVM source: http://llvm-reviews.chandlerc.com/D2967
Here are instructions on how to build a Qt Compressed Help file for the LLVM source: http://llvm-reviews.chandlerc.com/D2967
== STL ==
* [http://www.steveire.com/libstdc++-v3.qch STL documentation]


== OpenGL ==
== OpenGL ==

Revision as of 07:25, 8 August 2016

This page is meant to list 3rd party documentation files in .qch format that can get Qt Creator.

C++

CMake

CMake 3.0.0 and upwards can use Sphinx to generate a .qch file.

Qwt

KDE

LLVM

Here are instructions on how to build a Qt Compressed Help file for the LLVM source: http://llvm-reviews.chandlerc.com/D2967

OpenGL

OGRE

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

Converters and Generators to/for Qt help files