QHelpContentWidget Class
The QHelpContentWidget class provides a tree view for displaying help content model items. 更多...
头文件: | #include <QHelpContentWidget> |
qmake: | QT += help |
开始支持版本: | Qt 4.4 |
基类: | QTreeView |
公有函数
QModelIndex | indexOf(const QUrl &link) |
- 52 个公有函数继承自 QTreeView
- 59 个公有函数继承自 QAbstractItemView
- 20 个公有函数继承自 QAbstractScrollArea
- 14 个公有函数继承自 QFrame
- 216 个公有函数继承自 QWidget
信号
void | linkActivated(const QUrl &link) |
- 2 个信号继承自 QTreeView
- 7 个信号继承自 QAbstractItemView
- 3 个信号继承自 QWidget
其他继承的成员
- 11 个属性继承自 QTreeView
- 16 个属性继承自 QAbstractItemView
- 3 个属性继承自 QAbstractScrollArea
- 6 个属性继承自 QFrame
- 59 个属性继承自 QWidget
- 8 个公有槽函数继承自 QTreeView
- 9 个公有槽函数继承自 QAbstractItemView
- 19 个公有槽函数继承自 QWidget
- 5 个静态公有成员继承自 QWidget
- 29 个受保护的函数继承自 QTreeView
- 37 个受保护的函数继承自 QAbstractItemView
- 20 个受保护的函数继承自 QAbstractScrollArea
- 4 个受保护的函数继承自 QFrame
- 35 个受保护的函数继承自 QWidget
- 4 个受保护的槽函数继承自 QTreeView
- 9 个受保护的槽函数继承自 QAbstractItemView
- 1 个受保护的槽函数继承自 QWidget
详细描述
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.