QHelpEngine#

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

Inheritance diagram of PySide6.QtHelp.QHelpEngine

Synopsis#

Functions#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

class PySide6.QtHelp.QHelpEngine(collectionFile[, parent=None])#
Parameters:

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.

PySide6.QtHelp.QHelpEngine.contentModel()#
Return type:

PySide6.QtHelp.QHelpContentModel

Returns the content model.

PySide6.QtHelp.QHelpEngine.contentWidget()#
Return type:

PySide6.QtHelp.QHelpContentWidget

Returns the content widget.

PySide6.QtHelp.QHelpEngine.indexModel()#
Return type:

PySide6.QtHelp.QHelpIndexModel

Returns the index model.

PySide6.QtHelp.QHelpEngine.indexWidget()#
Return type:

PySide6.QtHelp.QHelpIndexWidget

Returns the index widget.

PySide6.QtHelp.QHelpEngine.searchEngine()#
Return type:

PySide6.QtHelp.QHelpSearchEngine

Returns the default search engine.