QHelpContentModel¶
The
QHelpContentModel
class provides a model that supplies content to views. More…

Synopsis¶
Functions¶
def
contentItemAt
(index)def
createContents
(customFilterName)def
isCreatingContents
()
Signals¶
def
contentsCreated
()def
contentsCreationStarted
()
Detailed Description¶
-
PySide2.QtHelp.QHelpContentModel.
contentItemAt
(index)¶ - Parameters
index –
QModelIndex
- Return type
QHelpContentItem
Returns the help content item at the model index position
index
.
-
PySide2.QtHelp.QHelpContentModel.
contentsCreated
()¶
-
PySide2.QtHelp.QHelpContentModel.
contentsCreationStarted
()¶
-
PySide2.QtHelp.QHelpContentModel.
createContents
(customFilterName)¶ - Parameters
customFilterName – unicode
Creates new contents by querying the help system for contents specified for the
customFilterName
.
-
PySide2.QtHelp.QHelpContentModel.
isCreatingContents
()¶ - Return type
bool
Returns true if the contents are currently rebuilt, otherwise false.