QHelpContentWidget 类

QHelpContentWidget 类提供用于显示帮助内容模型项的树视图。 更多...

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

该类在 Qt 4.4 引入。

公共函数

QModelIndex indexOf (const QUrl & link )

信号

void linkActivated (const QUrl & link )

详细描述

成员函数文档编制

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

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

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.