QHelpContentItem

PyQt5.QtHelp.QHelpContentItem

Description

The QHelpContentItem class provides an item for use with QHelpContentModel.

Methods

child(int) → QHelpContentItem

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

See also

parent().


childCount() → int

Returns the number of child items.


childPosition(QHelpContentItem) → int

Returns the position of a given child.


parent() → QHelpContentItem

Returns the parent content item.


row() → int

Returns the row of this item from its parents view.


title() → str

Returns the title of the content item.


url() → QUrl

Returns the URL of this content item.