QHelpIndexWidget¶
The
QHelpIndexWidget
class provides a list view displaying theQHelpIndexModel
. More…

Detailed Description¶
-
PySide2.QtHelp.QHelpIndexWidget.
activateCurrentItem
()¶ Activates the current item which will result eventually in the emitting of a
linkActivated()
orlinksActivated()
signal.
-
PySide2.QtHelp.QHelpIndexWidget.
filterIndices
(filter[, wildcard=""])¶ - Parameters
filter – unicode
wildcard – unicode
Filters the indices according to
filter
orwildcard
. The item with the best match is set as current item.See also
-
PySide2.QtHelp.QHelpIndexWidget.
linkActivated
(link, keyword)¶ - Parameters
link –
QUrl
keyword – unicode
-
PySide2.QtHelp.QHelpIndexWidget.
linksActivated
(links, keyword)¶ - Parameters
links –
keyword – unicode