The QHelpEngine class provides access to contents and indices of the help engine. More...
Header: | #include <QHelpEngine> |
CMake: | find_package(Qt6 COMPONENTS Help REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Help) |
qmake: | QT += help |
Inherits: | QHelpEngineCore |
QHelpEngine(const QString &collectionFile, QObject *parent = nullptr) | |
virtual | ~QHelpEngine() |
QHelpContentModel * | contentModel() const |
QHelpContentWidget * | contentWidget() |
QHelpIndexModel * | indexModel() const |
QHelpIndexWidget * | indexWidget() |
QHelpSearchEngine * | searchEngine() |
Constructs a new help engine with the given parent. The help engine uses the information stored in the collectionFile for providing help. If the collection file does not already exist, it will be created.
[virtual]
QHelpEngine::~QHelpEngine()
Destroys the help engine object.
Returns the content model.
Returns the content widget.
Returns the index model.
Returns the index widget.
Returns the default search engine.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qhelpengine.html