QHelpIndexWidget露
- PyQt5.QtHelp.QHelpIndexWidget
Inherits from QListView.
Description露
The QHelpIndexWidget class provides a list view displaying the QHelpIndexModel.
Methods露
- activateCurrentItem()
Activates the current item which will result eventually in the emitting of a linkActivated or linksActivated signal.
- filterIndices(str, wildcard: str = '')
Filters the indices according to filter or wildcard. The item with the best match is set as current item.
See also