- class QHelpContentModel#
《a class="reference internal" href="#PySide6.QtHelp.QHelpContentModel" title="PySide6.QtHelp.QHelpContentModel">
QHelpContentModel
类提供了一个向视图提供内容的模型。《a class="reference internal" href="#more">更多……概述#
方法#
def
contentItemAt()
def
createContents()
信号#
注意
本文档可能包含从C++自动转换到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译问题,也可以通过在https:/bugreports.qt.io/projects/PYSIDE创建工单来告诉我们。
详细描述#
- contentItemAt(index)#
- 参数:
index –
QModelIndex
- 返回类型:
返回在模型索引位置
index
的帮助内容项。- contentsCreated()#
内容创建完成后,将发出此信号。
- contentsCreationStarted()#
开始创建内容时,将发出此信号。从此时起,当前内容无效,直到发出信号
contentsCreated()
。- createContents(customFilterName)#
- 参数:
customFilterName – 字符串
通过查询帮助系统以指定
customFilterName
的内容来创建新的内容。- isCreatingContents()#
- 返回类型:
布尔型
如果内容正在重建,则返回 true,否则返回 false。