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

Synopsis¶
Functions¶
def
contentModel
()def
contentWidget
()def
indexModel
()def
indexWidget
()def
searchEngine
()
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 thecollectionFile
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
Returns the default search engine.