Qt Help C++ Classes▲
Provides classes for integrating online documentation in applications.
Detailed Description▲
The classes and tools supplied with Qt to enable developers to include online help and documentation in their applications are described in more detail in The Qt Help Framework overview document.
To include the definitions of the module's classes, use the following directive:
Sélectionnez
#include <QtHelp>
To link against the module, add this line to your qmake .pro file:
Sélectionnez
QT +=
help