QHelpEngine

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

Inheritance diagram of PySide2.QtHelp.QHelpEngine

Synopsis

Functions

Detailed Description

class QHelpEngine(collectionFile[, parent=None])
param parent

QObject

param collectionFile

unicode

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.

PySide2.QtHelp.QHelpEngine.contentModel()
Return type

QHelpContentModel

Returns the content model.

PySide2.QtHelp.QHelpEngine.contentWidget()
Return type

QHelpContentWidget

Returns the content widget.

PySide2.QtHelp.QHelpEngine.indexModel()
Return type

QHelpIndexModel

Returns the index model.

PySide2.QtHelp.QHelpEngine.indexWidget()
Return type

QHelpIndexWidget

Returns the index widget.

PySide2.QtHelp.QHelpEngine.searchEngine()
Return type

QHelpSearchEngine

Returns the default search engine.