class QHelpContentItem#

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

Synopsis#

Methods#

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#

child(row)#
Parameters:

row – int

Return type:

QHelpContentItem

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

See also

parent()

childCount()#
Return type:

int

Returns the number of child items.

childPosition(child)#
Parameters:

childQHelpContentItem

Return type:

int

Returns the position of a given child.

parent()#
Return type:

QHelpContentItem

Returns the parent content item.

row()#
Return type:

int

Returns the row of this item from its parents view.

title()#
Return type:

str

Returns the title of the content item.

url()#
Return type:

QUrl

Returns the URL of this content item.