QHelpContentWidget#

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

Inheritance diagram of PySide6.QtHelp.QHelpContentWidget

Synopsis#

Functions#

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#

class PySide6.QtHelp.QHelpContentWidget#
PySide6.QtHelp.QHelpContentWidget.indexOf(link)#
Parameters:

linkPySide6.QtCore.QUrl

Return type:

PySide6.QtCore.QModelIndex

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

PySide6.QtHelp.QHelpContentWidget.linkActivated(link)#
Parameters:

linkPySide6.QtCore.QUrl

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