- class QHelpContentWidget¶
The
QHelpContentWidget
class provides a tree view for displaying help content model items. More…Synopsis¶
Methods¶
def
indexOf()
Signals¶
def
linkActivated()
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¶
Returns the index of the content item with the
link
. An invalid index is returned if no such an item exists.This signal is emitted when a content item is activated and its associated
link
should be shown.