QHelpContentWidget#
The QHelpContentWidget
class provides a tree view for displaying help content model items. More…
Synopsis#
Functions#
def
indexOf
(link)
Signals#
def
linkActivated
(link)
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:
link –
PySide6.QtCore.QUrl
- Return type:
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:
link –
PySide6.QtCore.QUrl
This signal is emitted when a content item is activated and its associated link
should be shown.