Home · All Classes · Modules |
The QHelpIndexWidget class provides a list view displaying the QHelpIndexModel. More...
Inherits QListView.
The QHelpIndexWidget class provides a list view displaying the QHelpIndexModel.
This method is also a Qt slot with the C++ signature void activateCurrentItem().
Activates the current item which will result eventually in the emitting of a linkActivated() or linksActivated() signal.
This method is also a Qt slot with the C++ signature void filterIndices(const QString&,const QString& = QString()).
Filters the indices according to filter or wildcard. The item with the best match is set as current item.
See also QHelpIndexModel.filter().
This is the default overload of this signal.
This signal is emitted when an item is activated and its associated link should be shown. To know where the link belongs to, the keyword is given as a second paremeter.
This is the default overload of this signal.
This signal is emitted when the item representing the keyword is activated and the item has more than one link associated. The links consist of the document title and their URL.
PyQt 4.12.1 for X11 | Copyright © Riverbank Computing Ltd and The Qt Company 2015 | Qt 4.8.7 |