class QHelpContentWidget#

The QHelpContentWidget class provides a tree view for displaying help content model items. More

Inheritance diagram of PySide6.QtHelp.QHelpContentWidget

Synopsis#

Methods#

Signals#

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#

indexOf(link)#
Parameters:

linkQUrl

Return type:

QModelIndex

Returns the index of the content item with the link. An invalid index is returned if no such an item exists.

linkActivated(link)#
Parameters:

linkQUrl

This signal is emitted when a content item is activated and its associated link should be shown.