QHelpEngine

PyQt5.QtHelp.QHelpEngine

Inherits from QHelpEngineCore.

Description

The QHelpEngine class provides access to contents and indices of the help engine.

Methods

__init__(str, parent: QObject = None)

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.


contentModel() → QHelpContentModel

Returns the content model.


contentWidget() → QHelpContentWidget

Returns the content widget.


indexModel() → QHelpIndexModel

Returns the index model.


indexWidget() → QHelpIndexWidget

Returns the index widget.


searchEngine() → QHelpSearchEngine

Returns the default search engine.