PySide6.QtHelp.QHelpIndexWidget¶
- class QHelpIndexWidget¶
The
QHelpIndexWidgetclass provides a list view displaying theQHelpIndexModel. More…Synopsis¶
Slots¶
def
filterIndices()
Signals¶
def
linkActivated()def
linksActivated()
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¶
- activateCurrentItem()¶
Activates the current item which will result eventually in the emitting of a linkActivated() or linksActivated() signal.
This signal is emitted when an item is activated and its associated
documentshould be shown. To know where the link belongs to, thekeywordis given as a second parameter.- documentsActivated(documents, keyword)¶
- Parameters:
documents – .list of QHelpLink
keyword – str
This signal is emitted when the item representing the
keywordis activated and the item has more than one document associated. Thedocumentsconsist of the document titles and their URLs.- filterIndices(filter[, wildcard={}])¶
- Parameters:
filter – str
wildcard – str
Filters the indices according to
filterorwildcard. The item with the best match is set as current item.See also
- linkActivated(link, keyword)¶
- Parameters:
link –
QUrlkeyword – str
Note
This function is deprecated.
Use
documentActivated()instead.This signal is emitted when an item is activated and its associated
linkshould be shown. To know where the link belongs to, thekeywordis given as a second parameter.- linksActivated(links, keyword)¶
- Parameters:
links – .QMultiMapQString,QUrl
keyword – str
Note
This function is deprecated.