QHelpSearchResultWidget 类

QHelpSearchResultWidget class provides a text browser to display search results. 更多...

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

公共函数

~QHelpSearchResultWidget ()
QUrl linkAt (const QPoint & point )

信号

void requestShowLink (const QUrl & link )

额外继承成员

详细描述

QHelpSearchResultWidget class provides a text browser to display search results.

成员函数文档编制

QHelpSearchResultWidget:: ~QHelpSearchResultWidget ()

Destroys the search result widget.

QUrl QHelpSearchResultWidget:: linkAt (const QPoint & point )

Returns a reference of the URL that the item at point owns, or an empty URL if no item exists at that point.

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