QHelpContentWidget 類

The QHelpContentWidget class provides a tree view for displaying help content model items. 更多...

頭: #include <QHelpContentWidget>
qmake: QT += help
Since: Qt 4.4
繼承: QTreeView

公共函數

QModelIndex indexOf (const QUrl & link )

信號

void linkActivated (const QUrl & link )

額外繼承成員

詳細描述

The QHelpContentWidget class provides a tree view for displaying help content model items.

成員函數文檔編製

QModelIndex QHelpContentWidget:: indexOf (const QUrl & link )

Returns the index of the content item with the link . An invalid index is returned if no such an item exists.

[signal] void QHelpContentWidget:: linkActivated (const QUrl & link )

This signal is emitted when a content item is activated and its associated link should be shown.