QHelpContentItemclass provides an item for use withQHelpContentModel. 更多 …
def
child
(row)
def
childCount
()
def
childPosition
(child)
def
parent
()
def
row
()
def
title
()
def
url
()
PySide2.QtHelp.QHelpContentItem.
child
(
row
)
¶
row
–
int
QHelpContentItem
Returns the child of the content item in the give
row
.
另请参阅
PySide2.QtHelp.QHelpContentItem.
childCount
(
)
¶
int
返回子级项数。
PySide2.QtHelp.QHelpContentItem.
childPosition
(
child
)
¶
child
–
QHelpContentItem
int
Returns the position of a given
child
.
PySide2.QtHelp.QHelpContentItem.
parent
(
)
¶
QHelpContentItem
Returns the parent content item.
PySide2.QtHelp.QHelpContentItem.
row
(
)
¶
int
Returns the row of this item from its parents view.
PySide2.QtHelp.QHelpContentItem.
title
(
)
¶
unicode
Returns the title of the content item.
PySide2.QtHelp.QHelpContentItem.
url
(
)
¶
QUrl
Returns the URL of this content item.