The PySide.QtHelp.QHelpEngine class provides access to contents and indices of the help engine.
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.
Return type: | PySide.QtHelp.QHelpContentModel |
---|
Returns the content model.
Return type: | PySide.QtHelp.QHelpContentWidget |
---|
Returns the content widget.
Return type: | PySide.QtHelp.QHelpIndexModel |
---|
Returns the index model.
Return type: | PySide.QtHelp.QHelpIndexWidget |
---|
Returns the index widget.
Return type: | PySide.QtHelp.QHelpSearchEngine |
---|
Returns the default search engine.