QHelpIndexWidget¶
The
QHelpIndexWidget
class provides a list view displaying theQHelpIndexModel
. More…
Detailed Description¶
- class PySide2.QtHelp.QHelpIndexWidget¶
- PySide2.QtHelp.QHelpIndexWidget.activateCurrentItem()¶
Activates the current item which will result eventually in the emitting of a
linkActivated()
orlinksActivated()
signal.
- PySide2.QtHelp.QHelpIndexWidget.documentActivated(document, keyword)¶
- Parameters:
document –
PySide2.QtHelp.QHelpLink
keyword – str
- PySide2.QtHelp.QHelpIndexWidget.documentsActivated(documents, keyword)¶
- Parameters:
documents –
keyword – str
- PySide2.QtHelp.QHelpIndexWidget.filterIndices(filter[, wildcard=""])¶
- Parameters:
filter – str
wildcard – str
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 –
PySide2.QtCore.QUrl
keyword – str
Note
This function is deprecated.
- PySide2.QtHelp.QHelpIndexWidget.linksActivated(links, keyword)¶
- Parameters:
links –
keyword – str
Note
This function is deprecated.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.