QHelpContentItem#

The QHelpContentItem class provides an item for use with QHelpContentModel . More

Synopsis#

Functions#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

class PySide6.QtHelp.QHelpContentItem#
PySide6.QtHelp.QHelpContentItem.child(row)#
Parameters:

row – int

Return type:

PySide6.QtHelp.QHelpContentItem

Returns the child of the content item in the give row.

See also

parent()

PySide6.QtHelp.QHelpContentItem.childCount()#
Return type:

int

Returns the number of child items.

PySide6.QtHelp.QHelpContentItem.childPosition(child)#
Parameters:

childPySide6.QtHelp.QHelpContentItem

Return type:

int

Returns the position of a given child.

PySide6.QtHelp.QHelpContentItem.parent()#
Return type:

PySide6.QtHelp.QHelpContentItem

Returns the parent content item.

PySide6.QtHelp.QHelpContentItem.row()#
Return type:

int

Returns the row of this item from its parents view.

PySide6.QtHelp.QHelpContentItem.title()#
Return type:

str

Returns the title of the content item.

PySide6.QtHelp.QHelpContentItem.url()#
Return type:

PySide6.QtCore.QUrl

Returns the URL of this content item.