QHelpContentModel¶
- PyQt5.QtHelp.QHelpContentModel
Inherits from QAbstractItemModel.
Description¶
The QHelpContentModel class provides a model that supplies content to views.
Methods¶
- columnCount(parent: QModelIndex = QModelIndex()) int
TODO
- contentItemAt(QModelIndex) QHelpContentItem
TODO
- createContents(str)
Creates new contents by querying the help system for contents specified for the customFilterName.
- data(QModelIndex, int) Any
TODO
- index(int, int, parent: QModelIndex = QModelIndex()) QModelIndex
TODO
- isCreatingContents() bool
Returns true if the contents are currently rebuilt, otherwise false.
- parent(QModelIndex) QModelIndex
TODO
- rowCount(parent: QModelIndex = QModelIndex()) int
TODO
Signals¶
- contentsCreated()
TODO
- contentsCreationStarted()
TODO