The QHelpContentWidget class provides a tree view for displaying help content model items. More...
#include <QHelpContentWidget>
Inherits: QTreeView.
This class was introduced in Qt 4.4.
QModelIndex | indexOf ( const QUrl & link ) |
void | linkActivated ( const QUrl & link ) |
The QHelpContentWidget class provides a tree view for displaying help content model items.
Returns the index of the content item with the link. An invalid index is returned if no such an item exists.
This signal is emitted when a content item is activated and its associated link should be shown.