Qt Creator Documentation Gallery: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
I.C.Wiener (talk | contribs) m (Dead link - Complete website is not there anymore.) |
||
Line 7: | Line 7: | ||
* [http://en.cppreference.com/w/Cppreference:Archives C++ reference documentation] from cppreference.com with full C++14 support (with some C++17 elements) | * [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] with content from [https://cs50.harvard.edu/resources/cppreference.com/ Harvard CS 50 class] with C++03 support | ||
== CMake == | == CMake == |
Revision as of 13:14, 23 March 2017
This page is meant to list 3rd party documentation files in .qch format that you can view in the Qt Creator Help mode.
C++
- C++ reference documentation from cppreference.com with full C++14 support (with some C++17 elements)
- C++ reference documentation with content from Harvard CS 50 class with C++03 support
CMake
CMake 3.0.0 and upwards can use Sphinx to generate a .qch file.
Qwt
- "Qwt - Qt Widgets for Technical Applications" :
KDE
- KDE API reference documentation 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
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
- There is a (obsolete?) converter for CMake documentation to qch.
Documentation
A book about developing Qt Quick applications by Juergen Bocklage-Ryannel and Johan Thelin.