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¶
- class PySide2.QtHelp.QHelpContentModel¶
- PySide2.QtHelp.QHelpContentModel.contentItemAt(index)¶
- Parameters:
index –
PySide2.QtCore.QModelIndex
- Return type:
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 – str
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.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.