QHelpContentItem¶
The
QHelpContentItem
class provides an item for use withQHelpContentModel
. More…

Synopsis¶
Functions¶
def
child
(row)def
childCount
()def
childPosition
(child)def
parent
()def
row
()def
title
()def
url
()
Detailed Description¶
-
PySide2.QtHelp.QHelpContentItem.
child
(row)¶ - Parameters
row –
int
- Return type
QHelpContentItem
Returns the child of the content item in the give
row
.See also
-
PySide2.QtHelp.QHelpContentItem.
childCount
()¶ - Return type
int
Returns the number of child items.
-
PySide2.QtHelp.QHelpContentItem.
childPosition
(child)¶ - Parameters
child –
QHelpContentItem
- Return type
int
Returns the position of a given
child
.
-
PySide2.QtHelp.QHelpContentItem.
parent
()¶ - Return type
QHelpContentItem
Returns the parent content item.
-
PySide2.QtHelp.QHelpContentItem.
row
()¶ - Return type
int
Returns the row of this item from its parents view.
-
PySide2.QtHelp.QHelpContentItem.
title
()¶ - Return type
unicode
Returns the title of the content item.
-
PySide2.QtHelp.QHelpContentItem.
url
()¶ - Return type
QUrl
Returns the URL of this content item.